Build RESTful APIs using ASP.NET Core and EF Core

Build RESTful APIs Using ASP.NET Core and Entity Framework Core

In this tutorial we will learn how to build RESTful APIs using ASP.NET Core. The APIs will be connected to an SQL Server Express Database Instance using Entity Framework Core.

We will be building RESTful APIs for Movies Database; the APIs will be responsible to connect to the database and get/save/update/delete records to and from the database and return the results back to the client.

Read More
SQL Joins

SQL Joins

Having trouble understanding SQL joins? Then you are in the right place. Let me try to demystify this key topic for you. SQL Joins is one of the most important …

Read More