Loading ...

ASP.NET MVC vs Web forms

Who is online?  0 guests and 0 members
home  »  blogs  »  Vivek Thakur  »  ASP.NET MVC vs Web forms

Product Spotlight

ASP.NET Hosting Spotlight

 

Comments (4)

bartekmarnane

In my opinion, the question is becoming blurred with a lot of the cool features of MVC making their way into Webforms.  ASP.NET 4.0 added URL Routing, reduced ViewState, and greater control of the HTML mark-up produced by many ASP.NET controls, now the next version of Webforms will incorporate many more MVC features into Webforms.  http://bit.ly/dNhBd8

3/5/2011
 · 
 
by
chandradev

It is very nice post

8/18/2010
 · 
 
by
hajan
Hajan Selmani said:

I totally agree.

I've read that ScottGu's blog post too.

ASP.NET MVC may fit very well for developers that has been working with PHP and similar concepts of server-side web development.

Myself, I'm regularly working a lot with WebForms, but have been testing MVC since v1 and I like both concepts, a lot!

Thanks for the nice post.

7/9/2010
 · 
 
by
user202837
user202837  said:

It is up to Natual Selection.

Not even Microsoft can decide which will dominate. And yes, one will.  I remember when .net first rolled out, all the help, all the buzz was about VB.Net. And there was this silly little other side language called C pound sign something. After a few years C pound sign something had taken over and you would not ever mention to anyone you knew VB.Net if you wanted to be employed. Putting VB.Net on a resume is like putting you just got out of prison on your resume. They will accomplish the same. Reading the hand writting that is on the wall now,  it looks like MVC may be like that C pound sign something.

2/21/2011
 · 
 
by

Confirm

Latest community blog posts

  • A person on the forums was struggling with jQuery tools tabs index issue on postback. On clicking the tabs and doing some postback the selected tab index was getting lost. Below is the solution on how to retaing the previous selected index which was there before postback. Complete Source: <%@ Pag...
  • I was working with jQuery tools tabs today and I had to set the initial index of tab selected by default. The solution is to set initialindex property in the options. Source: $("ul.tabs").tabs("div.panes > div", { initialIndex: 1 }) ; Complete code to test above: <html> <head> <tit...
  • A person asked me today how to get form authentication cookie and get the data present in it. I decided to write a short blog on it. Formauthentication cookie is saved with the name which we can get via FormsAuthentication.FormsCookieName property. The key here is to get the cookie via this name and...
  • While working with one of the sample application I noticed that form authentication timeout in web.config was overriding the manual ticket's (which we created via code) timeout. Below is the code which was written in the application: var ticket = new FormsAuthenticationTicket(1, "UserName", DateTime...
  • In this blog I will show how to select a range of characters in textbox with jquery. In my demo I have used one textbox and one button. On click of button arange of characters in textbox will be selected. Below is the sample code: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="ser...

Vivek Thakur's latest blog posts

Product Spotlight

ASP.NET Hosting Spotlight

 

Quick Vote

What kind of email newsletter would you prefer to receive from CodeAsp.Net?