Author: MS-Joe (Joe Stagner) | Posted on: 5/11/2011 1:03:39 PM | Views : 843

One of the fundamental premises of ASP.NET is the “separation of concerns”. In ASP.NET WebForms Code and Markup go in separate files by default (.aspx / .aspx.cs). In ASP.NET MVC concern isolation is innate to the MVC convention. It therefore only makes sense to apply the same organizational construct to our use of JavaScript, especially as we federate more [...] Read More......(read more) ...

Go to the complete details ...