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…