Nov 22 2005

How To Write Unmaintainable Code

Published by sethyates under Development, Technology

Roedy Green has a great page on how to write unmaintainable code.

Related posts

One response so far

Nov 19 2005

How to Upgrade a Live SQL Server Database

Published by sethyates under Development

So you have a (near-) 24×7 website running on multiple servers in a web farm and you need to upgrade the database. How do you upgrade the database without taking the site down or breaking things? Anybody who has run a 24×7 web-based business will know the challenges of upgrading the production system to support new features, all while keeping the site running smoothly and seamlessly. You can’t ensure that everything accessing the database is upgraded at the same instant.

Read more on this discussion and discover a simple solution.

SQL Server, web development, database

Related posts

One response so far

Nov 19 2005

How to Upgrade or Rollback a 24×7 Web Application

Published by sethyates under Development

You have a (near-) 24×7 website running on multiple servers in a web farm and you need to upgrade the website. How do you upgrade the website without taking the site down or breaking things? How do you quickly and easily rollback if the upgrade doesn’t go so smoothly?

Read more on this discussion and discover a simple solution to deploying 24×7 web applications.

ASP.NET, web development

Related posts

One response so far