Learn Technologies
.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 […]

Angular 8 with ASP.Net Core Tutorial part 2 Web API

Creation Web API solution First of All, we need to create a new .NET Core application project witch called “Forms.WebAPI”. After that, we add the different concerns in this solution: In this videos, you will learn how to:  Create Asp.NET Core web API.  Entity Framework Code First.  Using Swagger framework. GitHub code  BLL (Solution Folder) […]

Angular 8 with ASP.Net Core Tutorial part 1 install angular 8

Now, we need to create a workspace and initialize a new application.Fist of all, let’s create a new workspace (“Forms”) and initial starter app by running this command: In this videos, you will learn how to: Install Nodejs for Windows. Install Visual Studio Code IDE    Install Angular 8 CLI. 1)  Install NodeJs for Windows : […]