News

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. In 2011, Microsoft released ASP.NET ...
Using Page Methods when adding the ScriptService attribute is overkill for a single page -- find out how to add the functionality directly using AJAX. Web services provide a great way to exchange data ...
Web Matrix is a design tool for ASP that's simpler to use than Visual Studio. Learn how to write ASP.NET pages with it Microsoft is tipping the scales in its favor with ASP.NET Web Matrix, a free ...
Microsoft’s November release of .NET 8 brought all kinds of great new features. One of the nice improvements introduced in ASP.NET Core 8 is IExceptionHandler, an interface that makes it easier to ...
Microsoft introduced the ASP.NET Web Matrix integrated development environment to provide an inexpensive method for creating ASP.NET Web applications and services. This is a valuable tool for creating ...
ependency injection is a technique whereby one object (the dependency) is passed to another object that needs it. Dependency Injection is a realization of the inversion of control principle, which ...
Over two years in the making, Striquent's Webaptive CMS (news, site) is now available for users looking to take their ASP.NET web applications to the next level by adding content management ...
Most websites today rely on some sort of backend database. Whether it's an e-commerce site that serves millions of requests per day or a blog that is read by only a few people, they all use the same ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
Developers can create buttons that launch new Websites from within a Web page, or they can make new website windows appear without user intervention. If your ASP.NET application needs to show a user a ...