visual studio

Posts tagged with visual studio
Bookmark and Share
High hopes for Visual Studio 2011
Rated 5.00, 3 vote(s). 
It’s a well known story: Friday afternoon, I’m trying to catch a deadline and my VS 2010 starts to mishbehave. So I started wondering if things will work better in Visual Studio 2011. Let’s take a look at the problems we had and how VS 2011 addresses them.
Bookmark and Share
T4 lookup generation
Rated 5.00, 1 vote(s). 
Using a strongly-typed approach in working with database lookups, where all lookup values are kept in the container classes, makes it super easy to work with and maintain my code. Learn how to automate the task of creating lookup classes using the Visual Studio T4 template generation tools.
Bookmark and Share
Troubleshooting IntelliSense
Rated 5.00, 2 vote(s). 
Over the years, almost all members of our development team have experienced some kind of problems with IntelliSense in Visual Studio. This feature is a great help while it works; however, once it stops working it can be a nightmare to figure out what exactly went wrong. Here are a few tips that can save you a few hours of troubleshooting.