Tag Archives: c#

Unobtrusive Validation in ASP.NET 4.5

While listening to the 2011 BUILD presentations, I overheard one of the speakers talking about “unobtrusive validation” in ASP.NET 4.5 Web Forms. Well, I had to see this for myself. Let me give you a little background: validation on the web is a tricky business. To ensure the integrity of data feeding into your web [...]

Posted in Development | Tagged , , , , | Leave a comment

Developing a Web Application Locally with IIS7 and Web Developer Express

This post will guide you through developing a web application locally with IIS7 and Web Developer Express. 1. Install IIS7 Of course, the first thing we’ll need to do is install Internet Information Services (IIS). IIS will be the web server that hosts our web application. 2. Install Visual Web Developer 2010 Express Next, we’ll [...]

Posted in Development | Tagged , , | Leave a comment