Click here to Skip to main content
15,892,809 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp.net MVC Model binding Pin
Sandeep Mewara20-Oct-12 21:31
mveSandeep Mewara20-Oct-12 21:31 
QuestionCreate a Event at run time in asp .net with out refresh a page Pin
RAMALINGAM.K19-Oct-12 22:52
RAMALINGAM.K19-Oct-12 22:52 
AnswerRe: Create a Event at run time in asp .net with out refresh a page Pin
Sandeep Mewara19-Oct-12 23:28
mveSandeep Mewara19-Oct-12 23:28 
QuestionDisabling web browser close(x) button. Pin
RAMADURAI P19-Oct-12 19:08
RAMADURAI P19-Oct-12 19:08 
AnswerRe: Disabling web browser close(x) button. Pin
Sandeep Mewara19-Oct-12 23:30
mveSandeep Mewara19-Oct-12 23:30 
GeneralRe: Disabling web browser close(x) button. Pin
RAMADURAI P21-Oct-12 18:13
RAMADURAI P21-Oct-12 18:13 
GeneralBest structure in .Net? Pin
batuhan karaduman19-Oct-12 4:57
batuhan karaduman19-Oct-12 4:57 
AnswerRe: Best structure in .Net? Pin
AspDotNetDev19-Oct-12 5:58
protectorAspDotNetDev19-Oct-12 5:58 
MVC is cleaner than Web Forms, and with a social platform you'd be doing lots of AJAX, which you can do very well with MVC. So for your base framework, I'd go with MVC.

Your data layer is another story. You can achieve good performance with pretty much any data connection technique. However, as far as maintainability and good design, I'd go with LINQ to Entities.

alexalexalex1907 wrote:
web site gets thousands of users, everyday


Facebook probably gets millions to billions of users every day. Thousands every second or minute. Just FYI. Smile | :)

As far as scaling goes, MVC on a cloud platform (e.g., Azure) should work very well. A database that can scale well is also a good idea (e.g., SQL Azure, which can do sharding).

GeneralMessage Closed Pin
19-Oct-12 6:42
professionalfjdiewornncalwe19-Oct-12 6:42 
GeneralMessage Removed Pin
19-Oct-12 7:07
protectorAspDotNetDev19-Oct-12 7:07 
GeneralRe: Best structure in .Net? Pin
R. Giskard Reventlov19-Oct-12 7:19
R. Giskard Reventlov19-Oct-12 7:19 
QuestionIErrorInfo.GetDescription failed with E_FAIL(0x80004005) Pin
busteronline19-Oct-12 2:57
busteronline19-Oct-12 2:57 
AnswerRe: IErrorInfo.GetDescription failed with E_FAIL(0x80004005) Pin
Jay Royall19-Oct-12 3:12
Jay Royall19-Oct-12 3:12 
Questionweb stats recommendations Pin
Jassim Rahma19-Oct-12 2:52
Jassim Rahma19-Oct-12 2:52 
AnswerRe: web stats recommendations Pin
code-frog19-Oct-12 18:11
professionalcode-frog19-Oct-12 18:11 
Questionhow can i add two page route in mvc? Pin
mhd.sbt19-Oct-12 2:32
mhd.sbt19-Oct-12 2:32 
AnswerRe: how can i add two page route in mvc? Pin
Deflinek19-Oct-12 2:50
Deflinek19-Oct-12 2:50 
GeneralRe: how can i add two page route in mvc? Pin
mhd.sbt19-Oct-12 6:25
mhd.sbt19-Oct-12 6:25 
AnswerRe: how can i add two page route in mvc? Pin
Mayank_Gupta_24-Oct-12 22:51
professionalMayank_Gupta_24-Oct-12 22:51 
QuestionAjax page method call during form validation Pin
Jay Royall18-Oct-12 22:43
Jay Royall18-Oct-12 22:43 
AnswerRe: Ajax page method call during form validation Pin
Richard Deeming19-Oct-12 1:44
mveRichard Deeming19-Oct-12 1:44 
GeneralRe: Ajax page method call during form validation Pin
Jay Royall19-Oct-12 2:03
Jay Royall19-Oct-12 2:03 
GeneralRe: Ajax page method call during form validation Pin
BobJanova19-Oct-12 2:36
BobJanova19-Oct-12 2:36 
GeneralRe: Ajax page method call during form validation Pin
Richard Deeming19-Oct-12 8:03
mveRichard Deeming19-Oct-12 8:03 
AnswerRe: Ajax page method call during form validation Pin
BobJanova19-Oct-12 2:39
BobJanova19-Oct-12 2:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.