Visual Studio 2012 Features–Code Clone Analysis
Visual Studio 2012 introduced a very helpful feature called Code Clone Analysis, which will search the solution and find out the duplicate code snippets. If you worked in any maintenance or support...
View ArticleVisual Studio 2012 Features – Quick Launch
Visual studio introduced a new feature called Quick Launch, which enables the user to find a menu item, option and open documents quickly. For more details, please refer...
View ArticleWindows 8 App Features – App Bar
Windows 8 introduced a whole new style of application development. Windows 8 Style applications display Content over Chrome. This new style of application development help the end user to develop touch...
View ArticleAsynchronous programming – async & await
Asynchronous programming uses a single thread which will schedule a process in an asynchronous way. Program execution will continue and the UI will be responsive to the user. Typical scenario for an...
View ArticleNo more Setup and Deployment project – Visual Studio 2012
Future versions of Visual Studio [from Visual Studio 2012 onwards] will not include the Visual Studio Installer project templates, Setup and Deployment project templates. To preserve existing customer...
View ArticleMS TechEd 2013: Continuous Feedback with Visual Studio 2012
Visual Studio 2012 Continuous feedback makes the product development realy agile. I am in Microsoft Tech Ed 2013 in Bangalore and attending the session on Continuous feedback with VS 2012 session. This...
View ArticleRelease of WebMatrix 3
WebMatrix, a free lightweight web development tool released the new version with tons of great features....
View ArticleDifferent Approaches of Entity Framework
I have published an article on “Different approaches of Entity Framework” on Simple-Talk, which will discuss about the different approaches and new features of Entity Framework 5.0. Please refer the...
View ArticleOpportunity Tracker
Opportunity Tracker is a desktop application, which will be available in the Tablet of the Sales person, who will be travelling and meeting various clients. This article is an entry in our...
View ArticleTeam Foundation Error: Logon failure: unknown user name or bad password
Problem: When you access the TFS 2012 from Visual Studio in another domain, you may receive the following exception. ————————— Microsoft Visual Studio ————————— Team Foundation Error: Logon failure:...
View Article.NET Portability Analyzer
Portability of any application into various platforms is of high importance now. Do you want to check how portable your application or library or project developed in .NET is? Use the .NET Portability...
View Article.NET Portable Library
We have been developing most of the dependent components as libraries in .Net stack. For developing a library, we use normally the Class Library project template and build it a .Net dll; which can be...
View Article