Nov 22 2005
How To Write Unmaintainable Code
Roedy Green has a great page on how to write unmaintainable code.
Nov 22 2005
Roedy Green has a great page on how to write unmaintainable code.
Nov 19 2005
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
Nov 19 2005
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