August 2008 - Posts

Deploy, test and pack your code - Part 1 Using NAnt by Mehfuz's WebLog

In this part, I show a way to build and deploy your project using NAnt. As, you already might know that NAnt is a tiny deployment tool that enables you to create a deployment package with some  *.build files which contains nothing but few XML directives...
Filed under: , , ,

HTTP handler to combine multiple files, cache and deliver compressed output for faster page load by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

It's a good practice to use many small Javascript and CSS files instead of one large Javascript/CSS file for better code maintainability, but bad in terms of website performance. Although you should write your Javascript code in small files and break...
Filed under: ,

Bundle SQL script with build process using MSBuild by Mehfuz's WebLog

We are making a sample application, demo or startup kit or a toolkit with test project that requires some SQL scripts. We generally ship in a readme.txt that says it all. But hey, how about having the script under automated process , like if my SQL Server...
Filed under: , ,

Loading static content in ASP.NET pages from different domain for faster parallel download by Omar AL Zabir blog on ASP.NET Ajax and .NET 3.5

Generally we put static content (images, css, js) of our website inside the same web project. Thus they get downloaded from the same domain like www.dropthings.com. There are three problems in this approach: They occupy connections on the same domain...
Filed under: ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems