Archive for the ‘.Net’ Category

September 24, 2010 | In: .Net, C#

Enumerating the Enumerations

One of the things I find myself using more and more in .Net is the good old Enum.  Very often there are a list of choices for a UI or options for things like object states or statuses that we need to represent in code.  The most readable way to...

So you did it.  You drank the MS Kool Aid and decided to go full bore and implement the Asp.Net Membership Provider. As with any out of the box solution like the membership provider there are alot of pro's.  It gives you quite a bit out of the...

November 24, 2009 | In: .Net

URL Rewriting

So, I started this blog with high hopes and dreams and only a few weeks in and I can't think of a decent thing to write about.  So, like I will probably do time and again on this blog I checked out StackOverflow, found an answer I posted that others...