Category Archives: C#
-
Solving Generic Casting Issues with Actions
Leave a commentAugust 25, 2011 by Alistair Deneys
Generics in .net are a great way to avoid having to repeat your code when all you need to do …
Continue reading -
Singleton Patterns for ASP.NET
2June 1, 2011 by Alistair Deneys
Update 13th June 2011: Thanks to Damian Kulik who left a comment on this post pointing out that the classic …
Continue reading -
Calling Control
1April 12, 2011 by Alistair Deneys
Several years ago I remember watching a dnrTV (dot net rocks TV) episode featuring Venkat Subramaniam discussing Ruby like features …
Continue reading -
Using Properties in Out Parameters in C#
2May 22, 2010 by Alistair Deneys
Recently I was working on some DTO code that required setting a current value and an old value for a …
Continue reading
