ASP.NET Core lets you bundle up business functionality along with its related UI into a view component that you can reuse in throughout your application. In this column, I'm going to take a look at ...
Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with content, and download exclusive resources. Dany Lepage discusses the architectural ...
Today's applications require monitoring, logging, configuration, etc. Each of these concerns can be implemented as a ...
Tools vendor Infragistics today released NetAdvantage for .NET 2007 Volume 2, its latest set of presentation components for Windows Forms and ASP.NET. The toolset includes a new gauge control, ...
There are two ways in which you can inject logic in the request pipeline of an ASP.NET application — HttpHandlers and HttpModules. An HttpModule is a component that is part of the ASP.NET request ...