to prevent cookie hijacking.
ASP.NET webform cookie security - Stack Overflow
Sunday, May 15, 2011
How to keep controller thin in ASP.NET MVC
Single responsibility principle.
Make sure your controller with one clear purpose only.
http://www.elbandit.co.uk/blog/post/2011/02/11/Single-Responsibility-Principle-and-long-MVC-Controllers.aspx
Make sure your controller with one clear purpose only.
http://www.elbandit.co.uk/blog/post/2011/02/11/Single-Responsibility-Principle-and-long-MVC-Controllers.aspx
What are the common skills between ASP.Net Webforms and MVC?
http://www.rachelappel.com/migrate-to-asp.net-mvc-3-by-leveraging-your-asp.net-web-forms-skills
There are no the code behind, viewstate, events and controls in MVC.
There are no the code behind, viewstate, events and controls in MVC.
Subscribe to:
Posts (Atom)