Browse by Tags
All Tags »
.NET Tips & Tricks (
RSS)
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.
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...
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...
Trying to help spread the word... http://www.microsoft.com/security/incident/aspnet.mspx
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...
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...
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...
Provides resources for beginners learning ASP.NET (and .NET in general)....
More Posts