Hello, I’m Nilesh

Category: Visual Studio

  • Visual Studio Macros and Build Events

    Visual Studio has a nifty feature called Post/Pre Build events. These are used to include extra Dos commands and Macros and execute them before or after the build. You can open it using project properties, and it will open a dialog as shown below: For post-build events, you can define when to run commands included […]

  • VS 2010 and ASPX Edit Helper

    Some of my friend reported that they can’t use ASPX Edit Helper with VS 2010 and from the original post it is evident that it works great with VS 2005 and VS 2008. But one of the guy added support for VS 2010 using original souce code. You can download the latest source and binaries […]

  • Useful Visual Studio Add-Ins

    Recently one of the guy asked on Asp.net forum that is there any shortcut key to insert comments above method or function. There’s no exact shortcut but yes, you can insert comment above your method and function by typing 3 slash (///) in c# and 3 single quote in VB and still you’ve to type […]