Archives
-
Rock the Cache Bar, Rock the Cache Bar
It's possible you may develop dozens of web sites without ever doing any data caching. However, if you are trying to increase performance, data caching can be a key tool. The Asp.Net Cache object is remarkably easy to use, but it has many settings which makes it extremely powerful.
-
ILDasm Helpful Hack
I do not want to learn "yet another programming language", especially a low-level one like Microsoft's Intermediate Language (IL). And yet, sometimes it's useful to look under the hood and see what in tarnation is going on. And that means knowing something about IL.
-
C# Nullable Types…Subtlety
While moderating posts over on the Asp.Net forums, I ran into a thread containing questions about using Nullable types.
-
Debugging a Deployed Site
"It works on my machine."