Facts:
- I am a new web developer. Rather experienced in WinForms app, RDBMS etc, but it was until recently that I joined the web world programming
- Currently feeling comfortable with HTML, CSS, JavaScript, jQuery, webforms.
I want to wait for VS2012 and MVC4 to be officially out, and then to start my learning regarding all the new stuff I have to learn.
Until then, I have some small projects that I need to develop and no time to take the learning curve of MVC.
I want to spend my time wisely until I start with MVC4. Also, I don’t like the logic of webforms as it mixes all together, regardeless of the fact that is tempting you to develop fast.
What is a good approach for this?
I have thought of the following combos:
- Having Web Services in the backend providing JSON to front end HTML pages, with jQuery for the UI;
- ASP.NET web pages with jQuery. (With or without web services?)