Wednesday, November 10th, 2010 Posted in C#, Code, Home | Comments Off
Programmatically generating images to be served real-time over the web can be useful for many scenarios, such as CAPTCHA’s, watermarks, thumbnail generation, or complicated layouts and effects… Continue reading → Read more..Wednesday, January 13th, 2010 Posted in C#, Code, Home, SQL | No Comments »
The common pattern for persistence of our domain classes to the Database is through the use of an ORM layer with support for your standard CRUD operations. Many ORM's have ... Read more..Tuesday, April 21st, 2009 Posted in C#, Code | No Comments »
Extension methods in c# have definitely changed my day to day development in a positive way, as they can easily add functionality that may be missing in the base class ... Read more..