Ishraq Ahmad

Blog for .net Architects & Developers looking to learn WPF, Silverlight, WCF and ASP.net MVC.

Visual Studio

ASP.NET Text Button Trick

Wrapping a text on a button is hard and there is an easy solution to it. You can use &#13 carriage return in button text to display long text. For example, you want to display “Click here to apply for a loan application” and maximum length of the button can be only 30 characters. On [...]

Posted in Visual Studio | No Comments »

Visual Studio Tricks 1001

How to Add XML Comments  Type “///” three forward-slashes in front of class definition, method or property. Visual Studio automatically creates a XML formatted segment for you. You just need to provide description. Note: These comments are being used by VS.net to display information in intellisense. Insert TODOSometimes you write some comments as a reminder [...]

Posted in Visual Studio | No Comments »


Categories