ASP.NET and MVC Tips and Tricks
In ASP.NET applications, generic handlers, WebForms, and MVC all implement the IHttpHandler interface. The generic handler is normally the most lightweight option.
For more information, see: https://msdn.microsoft.com/en-us/library/bb398986.aspx
No comments:
Post a Comment