help.net


Musing on .Net

News





hit counters




Open source CMS


Technorati

My blog

Irish blogs

Locations of visitors to this page Get Chitika eMiniMalls

.Net useful

Blogs I read

PocketPC

SQL

Usability

Browse by Tags

All Tags » .NET C# (RSS)
Sorry, but there are no more tags available to filter with.
Reflecting on Generics
Have you ever had to do something like this: string typeName = " MyDataType" ; Type type = Type.GetType( typeName ); object o = someGenericClass < typeof(type) > (); If you have, then you have also discovered that this does not compile. The good...
Posted: Dec 19 2007, 12:11 AM by help.net | with no comments
Filed under:
Server Side Validation Library
This article will introduce you to a server side validation library. The objectives of the library are to: Provide a uniform and extensible approach for even complex validation scenarios. Reduce the amount of code required for user input validation. Create...
Posted: Sep 05 2006, 11:20 AM by help.net | with no comments
Filed under:
More Posts