Tag: Development

Community

Which Compression Method to Use

(Jim Mischel) When you make the decision to use compression in your program, the next thing you have to decide is which compression method you’re going to use. This can be a difficult decision that depends on a several factors: cost of the compression package, time to implement, compression ratio, a

Community

Deploying ASP.NET Applications

(Satheesh Babu) This article covers how to deploy ASP.NET Application in the production environment. It takes you through some of the concepts like application pool, why we need it and Configuring Application pools. At the end the author discusses some of the common problems that may arise during de

Community

Build Printable ASP.NET Pages

(Doug Thews) Users should be able to print order confirmations, invoices, and the like directly from your Web application. And no, the old Shift + Print Screen approach from the 3270 mainframe emulation screen days won’t cut it, for the same reason that the JavaScript window.print() command often wo