Hello,
I'm a long time Infragistics user, but new to the jQuery controls. I see lots of examples in html/javascript and lots of examples using MVC. We're trying to decide on an architecture for a large project so I want to pick a specific paradigm going forward. Can you give some reasons why I should choose one over the other, or what benefits/drawbacks each has?
Thanks.
You can also refer to the following article that compares MVC and the standard ASP.net Web Form:
http://weblogs.asp.net/shijuvarghese/archive/2008/07/09/asp-net-mvc-vs-asp-net-web-form.aspx
And these talking points of MVC here:
http://blogs.msdn.com/b/publicsector/archive/2009/03/02/talking-points-asp-net-model-view-controller-mvc.aspx
Let me know if you have any further questions or concerns.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Thanks for the info. I like using MVC and would tend to lead towards that type of architecture, but I was more interested in whether using ASP.NET MVC has any drawbacks to the types of clients I could support (e.g. mobile clients, various browsers, etc).
MVC is awesome pattern. ASP.NET MVC run on server side and it's almost independ from client side. The View in MVC, which contain HTML, JavaScript and CSS code is depended from the type of clients. Our controls are cross browser (support various browsers) and mobile clients, so you don't have to worry about that. And new ASP.NET MVC 4 support mobile clients out of the box.
Regards,
Stanimir Todorov