-1
votes
3answers
243 views

How to manage and improve web application with 50 customers?

First of all, sorry for my English. We've developed a Web Application using ASP.NET and Sql Server. We've started selling it and of course are still continually improving and developing it. The ...
0
votes
3answers
218 views

Versioning and client upgrade strategy for web applications

I'm writing a web app and am wondering about future upgrades and how upgrading the webapp will affect the user experience. In particular, I was wondering how a company like Google approaches this ...
1
vote
1answer
114 views

Feature-based detection system [closed]

I am reading an article on the updated Firefox version 10 at this link. Among the list of unresolved issues include Two-digit browser version numbers can also still cause crashes. The Firefox bugs ...
18
votes
13answers
2k views

Should you version web applications?

I've recently had a discussion with a coworker about versioning web applications. I don't think you need it at all, and if you just want a sanity check to confirm your latest release is live, I think ...