How to build a highload multithreaded web application in MVC3 or MVC4?
- by IamStalker
I need to build a highload multithreaded web application in ASP.NET MVC3 or MVC4,
My question is how to design an architecture of an application?
How to choose a DomainModel , use or not to use an ORM in this application?
How to build a system that would be safe and if some error will happen, how to raise up a second level safety mechanism?
Any examples with sources would be greatly appreciated.
PS: don't kill the question if it's should be in any other SO places. Just tell me and i will place it there.
Thank you very much in advance.