1
vote
1answer
34 views
Infrastructure: models as an external to an application to avoid stored procedures
My thoughts:
I absolutely despise stored procedures for various reasons: cost, scalability, and compatibility.
Cost: I can get 2-3 good light weight web application servers for the cost of one …
3
votes
7answers
89 views
What are some options for future proofing your application?
I am looking at minimizing the future impact on a yet to be written application. I am trying to avoid any 3rd party products, and even avoid operating system specific calls. Can anybody suggest other …
