-
In part 4 of his series on ASP.NET performance, Karl seguin looks at using a Content Delivery Network (CDN), cookie-free domains, and how to split components across domains
-
Grant Palin looks at how to generate documentation with Sandcastle and Sandcastle Help File Builder, and then how to integrate it into your automated build process.
-
Karl Seguin continues his series on ways to improve website performance. In this part, he looks at ways to invalidate long-cached static objects by appending their hash values to their URLs
-
Excellent system tweak from Jason Haley that allows you, the conscientious person running as standard user on WIn7 or Vista to right click a .sln file and open it with an elevated instance of Visual Studio instead of opening the VS as Admin first and then opening the .sln file within VS.
-
Ricardo Peres announces his NHibernateDataSource control (as a proof of concept) is now available for download
-
Future Colours presents a full JQuery 1.4 API reference as either HTML, PNG or PDF
-
Reuben Frost shows how to disable batch compilation for your asp.net website so that the first user accessing it doesn't experience a delay while everything is compiled. Useful if you don't have IIS 7.5 and the Appliation Warmup module
-
Index page for Mike Hadlow's 10 part series of advanced tricks for using Castle Windsor as your IoC container