Browse by Tags

All Tags » Visual Studio (RSS)
I’ve been playing with Visual Studio 2010 Beta a little and one of my favorite new features (and there are many) is the new web.config transformation feature. Web.config transformations are setup so there is one configuration “delta” for each build configuration...
Posted by srkirkland | 1 comment(s)
Filed under: , , ,
I recently setup my first project ever in CodePlex and naturally I am very excited about its tight integration with TFS since my group uses TFS internally for source control as well.  Connecting to CodePlex through the Visual Studio Team Explorer...
Posted by srkirkland | 4 comment(s)
Filed under: , ,
When working in on a fresh Visual Studio 2008 SP1 install I needed to use TFS (as always) so I installed the TFS Team Explorer client from the TFS disk and I kept getting the following error whenever trying to view/edit Work Items: Could not load type...
Posted by srkirkland | 2 comment(s)
Filed under: , , ,
Creating a Custom Code Snippet is pretty easy to do -- you just fire up your favorite text editor, write some XML, and save the results in a *.snippet file. If you use Visual Studio as your text editor, you can even get some XML Intellisense, which is...
Posted by srkirkland | 2 comment(s)
Filed under: , ,
There is a little used function of Visual Studio that will save you a lot of coding time: Code Snippets. Code Snippets are handy key shortcuts that expand into commonly used .NET constructs such as regions, constructor, loops (do/while/for/foreach), and...
Posted by srkirkland | with no comments
Filed under: , ,
More Posts