Wednesday 2 December 2015

ASP.NET Tips #54 - Use ASP.NET generic handlers instead of WebForms or MVC

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