Click here to Skip to main content
15,886,873 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRe: C#.net Pin
Richard MacCutchan11-Apr-16 21:32
mveRichard MacCutchan11-Apr-16 21:32 
QuestionRe: C#.net Pin
koolprasad200311-Apr-16 22:52
professionalkoolprasad200311-Apr-16 22:52 
AnswerRe: C#.net Pin
Nathan Minier13-Apr-16 4:01
professionalNathan Minier13-Apr-16 4:01 
QuestionView AutoCad Files in asp.net mvc Pin
Member 1244510911-Apr-16 0:52
Member 1244510911-Apr-16 0:52 
AnswerRe: View AutoCad Files in asp.net mvc Pin
ZurdoDev11-Apr-16 10:22
professionalZurdoDev11-Apr-16 10:22 
QuestionNeed of ASP.Net MVC - if All the new features of MVC can be implemented by using ASP.Net Pin
Rahul Hanumant Chavan8-Apr-16 22:01
professionalRahul Hanumant Chavan8-Apr-16 22:01 
AnswerRe: Need of ASP.Net MVC - if All the new features of MVC can be implemented by using ASP.Net Pin
jkirkerx9-Apr-16 14:08
professionaljkirkerx9-Apr-16 14:08 
AnswerRe: Need of ASP.Net MVC - if All the new features of MVC can be implemented by using ASP.Net Pin
F-ES Sitecore10-Apr-16 22:49
professionalF-ES Sitecore10-Apr-16 22:49 
When you say asp.net you mean webforms, as MVC is still asp.net.

One of the main advantages of MVC is something that people don't really take advantage of, but more of your code is unit-testable as the layers have a greater separation. With webforms your code-behind isn't really testable, but with MVC it is. It also makes your code easier to use\share with ajax calls as the concept of returning html in partialviews is easier to leverage than getting your user controls to return html.

It's just a different presentation paradigm really, and it has its "downsides" too, namely that the page elements out of the box are limited to html elements whereas webforms comes with all manner of rich controls. It also requires a better understanding of html and http which webforms hides from you so people going from webforms to MVC can struggle with that too. A lot of people go from webforms to MVC and their first question is essentially how to use a gridview that has adding\updating\deleting features etc, and people who ask questions like that should just stick to webforms.
QuestionTextbox lost focus event Pin
Parveen Singh8-Apr-16 0:05
Parveen Singh8-Apr-16 0:05 
AnswerRe: Textbox lost focus event Pin
Richard MacCutchan8-Apr-16 2:44
mveRichard MacCutchan8-Apr-16 2:44 
AnswerRe: Textbox lost focus event Pin
John C Rayan8-Apr-16 4:04
professionalJohn C Rayan8-Apr-16 4:04 
AnswerRe: Textbox lost focus event Pin
jkirkerx9-Apr-16 13:57
professionaljkirkerx9-Apr-16 13:57 
QuestionReg:decompile dll's Pin
Karan_TN7-Apr-16 21:39
Karan_TN7-Apr-16 21:39 
AnswerRe: Reg:decompile dll's Pin
Richard MacCutchan7-Apr-16 21:53
mveRichard MacCutchan7-Apr-16 21:53 
GeneralRe: Reg:decompile dll's Pin
Karan_TN7-Apr-16 22:18
Karan_TN7-Apr-16 22:18 
GeneralRe: Reg:decompile dll's Pin
Richard Deeming8-Apr-16 2:00
mveRichard Deeming8-Apr-16 2:00 
GeneralRe: Reg:decompile dll's Pin
Karan_TN8-Apr-16 2:47
Karan_TN8-Apr-16 2:47 
GeneralRe: Reg:decompile dll's Pin
Richard MacCutchan8-Apr-16 2:43
mveRichard MacCutchan8-Apr-16 2:43 
GeneralRe: Reg:decompile dll's Pin
Karan_TN8-Apr-16 4:54
Karan_TN8-Apr-16 4:54 
GeneralRe: Reg:decompile dll's Pin
Richard MacCutchan8-Apr-16 4:59
mveRichard MacCutchan8-Apr-16 4:59 
QuestionMessage Closed Pin
7-Apr-16 1:29
mukul chadhaa7-Apr-16 1:29 
GeneralRe: Asp.net Pin
Nathan Minier7-Apr-16 1:42
professionalNathan Minier7-Apr-16 1:42 
Questionhow to handle multiple event simultaneously Pin
NitinSharma075-Apr-16 1:51
NitinSharma075-Apr-16 1:51 
AnswerRe: how to handle multiple event simultaneously Pin
F-ES Sitecore6-Apr-16 0:37
professionalF-ES Sitecore6-Apr-16 0:37 
GeneralRe: how to handle multiple event simultaneously Pin
Member 1241901320-Apr-16 8:12
Member 1241901320-Apr-16 8:12 

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.