Learn Technologies
DotNet Core 3.1 Web API Part 2

.NET Core 3.1 WEB API – Entity Framework Core 3.1.7 (part 2)

In the last tutorial, we saw together how to set up the general architecture for .NET Core Web API. If you haven’t read the article, here’s the link. In this new tutorial, we ‘ll see how to: Configure the settings file and put the database connection string. Call UsersManager in UsersController. Use Postman tool to […]

.NET Core 3.1 WEB API – Entity Framework Core 3.1.7 (part 1)

.NET Core 3.1 WEB API – Entity Framework Core 3.1.7 (part 1)

In this post we’ll go through an example of how to implement create .NET Core Web API project with Entity Framework Core 3.1.7. Before beginning coding, let’s see together the architecture schema. In fact, we need to create a project which can be used in real companies context. That’s mean, develop in accordance with the […]