One of the most useful features for CRUD screens that the framework (3.5 & 4.0) provides is DataAnnotations attributes, by using them you can add metadata to your classes that describes, for example, if a field is required, the maximum length of an string and things so.
Combining that with ASP.NET Dynamic Data technologies can save a gr...
[Read More]