06
APR
2012

Building the source code of ASP.NET (Web API)

There is a lot of activity in the source code of ASP.NET on CodePlex. Because of some bug that has been fixed, I wanted to try out the latest build. Simply download the latest source code from CodePlex (I used changed set 88372a0b4ab9). Like it is mentioned on CodePlex you have...
25
JAN
2007

Geographical data and ASP.NET AJAX

In some enterprise applications you need to show geographical data such as countries and postcodes. Most of the time you need it for a registration page, where the user need to fill in the country and postcode/area. Geonames is a free geographical database that contains over 8...
29
DEC
2006

Validator Application Block and ASP.NET

The Validation Application Block (VAB) of the upcoming Enterprise Library v3, uses attributes to describe validations. This gives us for example the opportunity to generate ASP.NET validators based on the attributes decorated on the properties. Take for example the...