News

With .Net Framework 4.7.2, dependency injection is available in ASP.Net Web Forms applications via Unity. The Unity Application Block is a lightweight dependency injection container.
Take advantage of asynchronous web pages in ASP.Net to improve the responsiveness and scalability of your applications ...
ASP.NET Web API is a solid communications framework, and many applications can benefit from breaking free of IIS by including an embedded ASP.NET Web API server.
Attackers exploited a now-patched zero-day vulnerability in a popular content management system that powers websites for ...
One of the major constraints of web applications has always been connectivity, especially with mobile applications. In this article, Jef Claes shows you how to use HTML’s offline capabilities to ...
If you want to build a Web application quickly, do it with ASP.NET Web Forms. However, you have to be willing to give up a lot: client-side coding and Ajax is more awkward in Web Forms than MVC, you ...
This article lists five of the “worst offenders” of misconfigurations of application security that are universally problematic for all ASP.NET Web-based applications.
How many times have you deployed a .NET web application to a server and found that the server was missing MIME type mappings for file types you’ve used? Answer: every time.