News

Create an ASP.NET Core 3.1 API project First off, let’s create an ASP.NET Core project in Visual Studio. Assuming Visual Studio 2019 is installed in your system, follow the steps outlined below ...
Figure 1. Creating a New ASP.NET Core Web Application in Visual Studio When you click on OK, the window appears shown in Figure 2 appears. [Click on image for larger view.] Figure 2. Preparing the ...
Back in 2016, I asked Microsoft about the status of OData -- the RESTful API protocol it developed ... ways to use it with the red-hot Blazor project (C# and .NET for client/server Web programming) ...
If you don’t already have a copy, you can download Visual Studio 2019 here. Create an ASP.NET Core 3.1 API project First off, let’s create an ASP.NET Core project in Visual Studio. Assuming ...