deployment

software development concepts

How Should We Teach Computer Science?

Greg Wilson recently emailed me the following question: I'm teaching a software engineering class to third-year students at the University of Toronto starting in January, and would like to include at least one hour on deployment --- [deployment] never came up in any of my classes, and it&

By Jeff Atwood ·
Comments

asp.net

Multiple /bin folders in ASP.NET

About a week ago, Scott Hanselman posted a neat tip on deploying multiple /bin folders in an ASP.NET application. What’s really cool about this is that it lets you build a pseudo plugin architecture into your existing ASP.NET website. Scott documents it perfectly; I’m here to

By Jeff Atwood ·
Comments

asp.net

HTTP Compression via HttpModule

I’ve talked about HTTP compression in IIS 6.0, and HTTP compression using Net.WebClient, but what about deploying ASP.NET websites to servers you don’t control, e.g., third party hosts? How can we enable compression in that scenario? We can implement HTTP compression on a per-website

By Jeff Atwood ·
Comments