News

Practical ASP.NET Build Web Sites Using Master Pages ASP.NET 2.0 master pages enable you to set the common content for a group of Web pages quickly and easily, while also providing for each page's ...
There are various ways in which you can host your Web API, and you need not always have to host your Web API in IIS. You can host it in a separate process as well.
Web developers looking for a performance boost in ASP.NET 7 Web API projects can pick some low-hanging fruit by using caching.
Using exception filters in ASP.NET Web API Exception filters are filters that can be used to handle unhandled exceptions that are generated in your Web API controller methods.