Using the Microsoft Ajax library to keep the javascript “this” context intact
This is not strictly .NET but more of a Javascript trick, but nevertheless, one that you might need. It is a simple trick, and actually requires much more te...
This is not strictly .NET but more of a Javascript trick, but nevertheless, one that you might need. It is a simple trick, and actually requires much more te...
How many times I have tried to find the root path of an ASP.NET page or a handler (ASHX) in order to call another URL I can hardly count. When working with W...
A nice thing I ran into yesterday: if you have a TableStorageEntity child class containing a DateTime property, you have two thing to remember:<ul><...
Elaborating upon the string extension methods I created for compressing and decompressing strings to and from a byte array, it turned out fairly easy to crea...
After some rightful comments by Jarno Peschier I decided to once again look into my blog post about putting compressed object on the Azure message queue and ...