Browse by Tags

Generating Code Using Text Template Transformation Toolkit (T4)
10 August 11 11:37 PM | bipinjoshi
Many times developers come across situations where they need to write similar code over and over again. Automating the generation of such boilerplate code not only reduces the time spent but also reduces the chances of errors while doing such monotonous...
Filed under: , ,
Using Visual Studio Debugger Attributes
23 July 11 12:38 AM | bipinjoshi
Visual Studio provides a rich debugging experience to developers, helping them write robust and bug free code. In simple projects, the inbuilt facilities of Visual Studio debugger may be sufficient for your purpose, however, while debugging complex projects...
Creating ASP.NET MVC "Web Site"
23 January 11 09:25 PM | bipinjoshi
If you used ASP.NET MVC before, you are probably aware that Visual Studio provides ASP.NET MVC Web Application project template to create MVC based applications. There is no option to create MVC Web Sites. In this article I am going to explain how I solved...
Filed under: , ,
Build Comment Web Pages option vanished
25 August 06 05:31 AM | bipinjoshi
In VS.NET 2003 there used to be an option under Tools menu titled Build Comment Web Pages. I rarely used that feature in my projects but for some other reason I was looking for it. To my surprise it has vanished from there. I was pulling my hair for an...
Filed under:
More Posts