I'm going to create a website with lots of business logic, connected to a background data model. For these reasons I chose ASP.NET MVC3 as development platform. Unfortunately, I left web programming at the time of the old ASP and JSP and lately I worked with windows applications and C#. Now I'm wondering which is the best(easiest, fastest, most reliable, most compatible with browsers) technique to create user views?
- I explored a little Razor, but it is unclear for me, is it a so good choice? Is it supported by forums or still too fresh?
- I'm very tempted of using webcontrols since I'm now addicted to them. Would this be a good choice? Can I use webcontrols just in aspx or in razor as well?
- What about Ajax controls? Would it be a better choice?
Thanks!