Nieuws

Though ASP.NET Web Forms isn’t part of the vNext initiative it isn’t being ignored. As part of Visual Studio 2013 Update 2 it has picked up some new tooling, EF integration, and Roslyn support.
Inside the Session What: ASP.NET Core Beyond the Basics When: June 16, 8:00am - 9:15am. Who: Chris Klug, Solution Architect and Developer, Active Solution Why: There are plenty of introductory courses ...
What's the biggest hurdle ASP.NET Core developers have to overcome as they embark on projects beyond the basic web site types of projects? Well, people tend to look at the intro courses, and the ...
Currently, reusing web forms and user controls in multiple ASP.NET projects requires copying the associated aspx and ascx pages. You can put web controls in separate assemblies, but you lose the ...
While it is possible to use a MVC-style architecture with ASP.NET Web Forms, most find it to be a clumsy match. The rich components and stateful nature of Web Forms simply doesn’t mesh well with ...
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.
Capture and pass correlation IDs in ASP.NET Core MVC 5 to track HTTP requests that flow through multiple back-end services.