|
|
[2007-06-18] ASP.NET: Don't use the ThreadPool I've always been a big fan of using the ThreadPool for asynchronous execution, but in ASP.NET it is not the best approach for multi-threading.
[2007-06-07] Top Application Security Vulnerabilities in Web.config Files Some of the most common and dangerous application security vulnerabilities that exist in ASP.NET Web-based applications come not from the C# or VB.NET code that make up its pages and service methods, but instead from the XML code that makes up its Web.config files.
|
|