Create an ASP .NET Core Site with Entity Framework
Nov 6 · 10 min read
Learning Objectives
In this tutorial we’ll create an ASP .NET Core 3.0 web application using MVC, Entity Framework, and a restful Web API.
By the end of the article, we’ll have an operational web application that lets us create and modify test suites and add manage test cases in each test suite.
We’ll focus on getting up and running quickly and will largely go with the default look and feel for new web applications.


