Tag: Development

Community

ASP.NET MVC 3 Tools Update

(Scott Guthrie) Three weeks ago we held our MIX 2011 conference in Las Vegas. MIX is one of my favorite events of the year, and the conference always has a ton of great content and announcements. All of the keynotes and breakout sessions from the event can be watched online for free here. I’ll be

Community

Enhanced Textbox Control

(Pranay Rana) In application development, there is always the need for validating input controls. To validate input controls, ASP.NET has a set of validation controls. To apply validation on input controls, you require to attach a validation control with the input control.

Community

Overview of ASP.NET MVC

(Ashish Shukla) The ASP.NET MVC Framework is Microsoft’s Web Application development framework. The framework was built to make it easier to implement software design principles. Secondly the framework at its very core supports building unit tests so the MVC applications are highly testable. And as