Easy Mixed-Mode authentication implementation in ASP.NET
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... »
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.... »
I recently picked up a book on IL by Serge Lidin titled Expert .NET 2.0 IL Assembler. It is by far the most interesting book that... »
I recently had to integrate a simple calendar of events into a site I was building in Umbraco CMS. Since it’s almost always such a common... »