This blog is a collection of key points and noteworthy information regarding buidling a webAPI with ASP.NET Core Program.cs Controller example ActionResult and Other Controller Actions Return Types in ASP.NET Core web API Attributes Http Patch Logging Migrations ORMs
Entity Framework provides us a class called DbContext which is a gateway to our db, DbContext can have one or more DbSet which represent table in our db, we use LINQ to query these DbSet, Entity Framework translates these LINQ queries to SQL queries at runtime Two approaches: DB first Code first