News

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.
However since web-forms is an intrinsic part of ASP.NET and the .NET Framework, the new await support will be available when vNext versions of the overall .NET Framework are available.
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 ...
Take advantage of dependency injection in ASP.Net Web Forms to simplify the creation of your objects, pass dependencies at runtime, and build flexible, loosely coupled applications.
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 ...
Mobilize.Net announced a new automated conversion tool that helps migrate legacy ASP.NET Web Forms applications created with the old Windows-only .NET Framework to the new cross-platform ASP.NET Core ...
This is where correlation IDs come to the rescue. In a previous article here, I talked about the basics of correlation IDs and how you can work with them in ASP.NET Web API.