I am starting a new project in VB /.Net Framework 2.0 for a company corporate website with data driven forms. So should I go further with Asp.net MVC or Asp.Net web forms and WHY ??? We are not ready for Ajax now but later.
And also we have DevExpress components.
I am starting a new project in VB /.Net Framework 2.0 for a company
Share
Actually I see ASP.NET MVC as next generation in that it is an evolution – trying to be a better programming environment, as software development for web apps asks for something more testable.
It is a huge beast. Decide based on features whether you need it. MVC has less documentation and is a lot harder to master thanks to a less RAD approach, but it seems that once you are in, it will be quite a better experience. If you have a web application (like stackoverflow.com) then it may be a good approach.
DevExpress components – have fun… throwing them away. Like most ASP.NET components they will not work or only work very partially. Totally different approach.e