Application To Generate ASP.NET Machine Keys
Frankly, it’s always a pain to create ASP.NET machine keys for each of your web applications. I’ve written a little helper app that creates the <machineKe...
Frankly, it’s always a pain to create ASP.NET machine keys for each of your web applications. I’ve written a little helper app that creates the <machineKe...
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...