.NETCore

Creating a Standard ASP.NET Core Web API Infrastructure with RepoDB as an ORM

Technologies/Tools Used Create Solution and the Web Project Create an empty .NET Core API Project: Setup Swagger as an API Interface: Right click the project and hit “Manage Nuget Packages” In “Nuget Explorer” window, Select “Browse” tab and write “swagger”. Install the library named “Swashbuckle.AspNetCore”. Copy and paste this code block into Startup.cs => ConfigureServices(…)

Read More