Click here to Skip to main content
15,893,381 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Developers...!!

I am about to develop an MIS ( Management Information System) for a university.
I am good in Asp.NET Web Forms, N-Tier Architecture, Ajax, C#, Sql Server 2008 R2.
But I am just new to ASP.NET MVC.

I want to develop the system using MVC. But it is a complex system.
I am a good learner and keen to learn and explore the things.

But still in doubt to choose MVC or Web Forms.

Can anyone guide me..???

Thanks for your Quick Response :)


[Edit]Urgency removed - OriginalGriff [/edit]
Posted
Updated 16-Aug-13 10:36am
v2
Comments
Sergey Alexandrovich Kryukov 16-Aug-13 18:44pm    
Web forms are not really alternative to MVC. MVC is the architectural patterns, and forms is just a mechanism of making HTTP request based on HTML. Same goes about Ajax, which is just the alternative method of sending HTTP request, more flexible.
—SA

Well, if you have such experience, and you want to learn new approaches, don't hesitate. MVC, especially MVC4 gives you more than you could ever dream of (ok, this might be exagerated :) ). Actually if you choose MVC you have only to gain. If you add jquery to your learning portfolio, you have all tools to make a good, maintainable application.
Simply take a tour here and see for yourself: http://www.asp.net/mvc/tutorials/mvc-4[^]

My experience: MVC is web development as you would do it with ruby, python or php - but with the whole .net architecture at your service and the clarity of the mvc approach.
 
Share this answer
 
Comments
Saqib Mobeen 16-Aug-13 17:05pm    
Thanks Alot Zoltán Zörgő :)
Zoltán Zörgő 16-Aug-13 17:07pm    
You are welcome. The launch of MVC was the point when I switched from PHP to Microsoft technology. You will find it exciting and exhaustive.
Saqib Mobeen 16-Aug-13 18:28pm    
I also hope so

in future I am gonna need you ....
Thanx in advance :)
Sergey Alexandrovich Kryukov 16-Aug-13 18:42pm    
Good well-explained arguments, a 5.
—SA
 
Share this answer
 
v2
Comments
Saqib Mobeen 16-Aug-13 17:46pm    
Thanks alot Rohan :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900