Ambrosian Scripture

Real-world answers to real-world problems.

Browse by Tags

All Tags » .NET Tips & Tricks (RSS)
Moving Blog...
For those of you strange enough to read my musings, I invite you to meander on over to my new blog . That will be my primary pad for communication with the rest of creation going forward.
NUnitAsp and NUnit 2.2 Don't Get Along
NUnit (well, NUnitAsp, actually) just ran me for a loop. I had not loaded this particular test project for a while (since I upgraded to NUnit 2.2), and when I tried to load it up, I got the following: System.IO.FileNotFoundException: File or assembly...
Updated Advice on ASP.NET Security Issue
As directed here , you need to go to this page to get the latest on the recently-discovered ASP.NET vulnerability. Microsoft has now released an HTTP module that should protect the apps on your servers, and it has a handy installer to make it easy for...
Just Doing My Part
Trying to help spread the word... http://www.microsoft.com/security/incident/aspnet.mspx
.NET 1.1 SP1 Killed my ASP.NET
Okay, so like a good Microsoft lover I install the service packs as soon as they're available if not before. I installed 1.1 SP1 to address a remoting bug. But now my ASP.NET apps don't run. I have to ask: Microsoft, where's the love? I give and give...
The Perfect Service
Do you find creating Windows services in .NET cumbersome? Or do you find management of remote Windows services difficult? If so, the .NET Service Manager may be an answer to your problems. It provides super easy implementation of Windows service-like...
Micro Caching
Steve Smith has published an article on a very clever idea he calls micro caching . Basically, the idea is that caching, even for one second duration, can dramatically increase an application's scalability, particularly in heavy load situations. I encourage...
Resources for Beginners
Provides resources for beginners learning ASP.NET (and .NET in general)....
More Posts