News

The generic term ASP.NET Core covers several frameworks for the web. Blazor, the most modern, is further divided into four variants.
Web developers looking for a performance boost in ASP.NET 7 Web API projects can pick some low-hanging fruit by using caching. Caching is used to store frequently used data or information in local ...
Hello, I am developing a web application with Asp.Net Core 5.0. I want to run a background service on this application. I will open the TCP Server connection on the background service and the ...
Repo shows how an web API and an ASP.NET Core Razor page application can be implemented to use windows authentication. The Razor page application uses Javascript to display an autocomplete control ...
Take advantage of API versioning in ASP.NET Core to manage the impact of changes to your APIs on your clients Credit: robynmac / Getty Images ...
With ASP.NET Core, API versioning has been made much easier. One objective of Web API is to serve multiple clients, whether based on homogenous or heterogenous platforms.
In this article, we will investigate testing your ASP.NET Core 2.0 Web API solutions. We will look at internal testing with Unit Testing and externally testing your solution with a new testing ...
Peter returns to the ASP.NET Web API in Visual Studio 2012 to use it with ASP.NET. And this time, he's moving complete objects from the client up to the server in an HTTP POST.