Posted on June 2, 2010 by Chris Koenig
I used to work for a company that bragged that their flagship application had over 40,000 unit tests (no joke). I asked them if they had a CI process, and they looked at me funny. One of the reasons, they said, was that running a build with all the tests took way too long to [...]
Continue Reading
Posted on June 2, 2010 by Chris Koenig
For those using Test Driven Development processes in Visual Studio, you’ll be excited to here that there are some enhancements to the way Code Generation is done from within Visual Studio 2010. This short video shows you what those improvements are to a feature called “Generate From Usage”. To see all the videos in this [...]
Continue Reading
Posted on May 10, 2010 by Chris Koenig
IntelliTrace is one of the newest, coolest features in Visual Studio 2010. This short video will give you a jump-start into how you can use IntelliTrace as a developer to aid you in your debugging adventures. Learn how to get started with IntelliTrace, using the DVR-like replay features, and debug a few defects in only [...]
Continue Reading
Posted on April 9, 2010 by Chris Koenig
Exploring code is a great way to learn, but CTRL-F isn’t the only way to get around. Visual Studio 2010 adds some interesting new code navigation features to help developers better understand their code and find what they need quickly and easily. in this video, I explore a few of the new features and show [...]
Continue Reading
Posted on April 8, 2010 by Chris Koenig
This is my first in a series of videos related to Visual Studio 2010 in the “How Do I” format. The videos themselves are short snippets that help you understand how to do specific things within the Visual Studio 2010 IDE. This first one is about web.config transformations. In the past, dealing with environment-specific data [...]
Continue Reading