Update To Partial Authentication System
I’ve posted an update to the Partial Authentication System that fixes the following minor bugs:
I’ve posted an update to the Partial Authentication System that fixes the following minor bugs:
One of the great features of LINQ that DataSets didn’t support well is the ability to use enumerations for your columns instead of integers. It can make writ...
I recently ran into a scenario where I wanted to write a class to do a low-level serial interface to a barcode scanner. When the barcode is scanned I wanted ...
When working with ASP.NET applications, time zones are often a problem when dealing with DateTime structures. There are two different common scenarios that a...
Web parts are a great new system for allowing personalization of web sites by end users that was introduced in ASP.NET 2.0. However, it isn’t useful when use...