Mar 28, 2017
-
7
minute read
Keep Your ASP.NET Controllers Code-Free!
If you’ve been doing any amount of server-centric web development, you have definitely seen more than a few Web Controllers. If your experience has been like mine, often the methods on these controllers are filled with procedures that process user requests. This is absolutely wrong! Web Controllers must be kept code-free!
READ MORE