How to build a highload multithreaded web application in MVC3 or MVC4?
Posted
by
IamStalker
on Programmers
See other posts from Programmers
or by IamStalker
Published on 2012-04-12T09:25:49Z
Indexed on
2012/04/12
11:41 UTC
Read the original article
Hit count: 250
asp.net-mvc-3
|architecture
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.
© Programmers or respective owner