Browse by Tags

All Tags » Visual Studio (RSS)

Visual Studio (2010?) Keyboard Shortcut Trick (ala Resharper F12 and Alt+Enter)

I used to code using Resharper previously and have gotten used to the F12 key to navigate to the next problem area / errors in my code and then pressing Alt+Enter to quickly fix the problem. This is very useful and speed up my coding time considerably...
Posted by Jimmy Chandra | with no comments
Filed under: ,

Apparently VS 2008 SP 1...

Apparently, if you install Visual Studio 2008 Service Pack 1, you don't need to install .Net Framework 3.5 SP 1 anymore (already included). It also installed .Net Framework 2.0 SP 2 and .Net Framework 30. SP 2... Apparently. Btw. What's in the...
Posted by Jimmy Chandra | with no comments
Filed under: ,

Orcas-smorchas Express?

Not only Microsoft released Beta 1 for Visual Studio 'Orcas' , but also CTP versions of the Express Edition for 'Orcas' . Go check them out. Powered by ScribeFire . Share this post: | | | |
Posted by Jimmy Chandra | with no comments
Filed under:

Poor Man VS 2003 Tips & Tricks

Using Regular Expression to automate Properties, and Parameter List Creation Often when creating classes for my application I find myself repeatingly doing the tedious task of converting the class' private members into properties and also as parameter...
Posted by Jimmy Chandra | 3 comment(s)
Filed under: ,

ClickOnce

One thing that I am looking forward to in Visual Studio 2005 is the ClickOne technology. Updating application can be an IT nightmare if not done right. ClickOnce will enable you to publish changes to your application to a single point of access and user...
Posted by Jimmy Chandra | with no comments
Filed under: