News

Q&A Integrating Blazor with Existing .NET Web Apps By David Ramel 08/08/2024 Blazor shook up the .NET-centric web-dev space several years ago with its new ability to create web apps using C# and .NET ...
Setting up a Self-Hosted ASP.NET Web API Follow along as I create a console application that self-hosts ASP.NET Web API, and can be deployed to machines not running IIS. The first step is to create a ...