Mapping enumerations to values of arbitrary type
Today is the first time i checked my blog after being out of country for 2 weeks. One thing i found surprising is that i still... »
Today is the first time i checked my blog after being out of country for 2 weeks. One thing i found surprising is that i still... »
Recently, I was helping a co-worker set up Elmah error logger for a web application hosted in Cassini, which is the default light-weight web server in... »
Recently I had to change our intranet authentication, which was hitting Membership database on SQL Server, to validate against Active Directory (AD). However, I only needed... »
I’m currently developing a small reporting engine as an extension to an application I worked on earlier. The implementation works with generated XML and XSLT files.... »
Sometimes when working with small record sets. especially when they tend not to grow much, paging GridView, while an attractive option, isn’t very helpful to end-users.... »