The project uses .Net Framework 4.6, EntifyFramework and connects to MSSqlLocalDB.
This is a old school assignment for a demo-site where customers can buy movies.
A short guide to get the project running with Visual Studio 2022.
- Clone and open project
- In the Package Manager Console run, "Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r"
- From the SQL-directory run "Exercise 2 CustomerData.sql", "Exercise 2 MovieData.sql" and "Exercise 3.sql" (Order-data)
- Run project





