Skip to content

AlexCorsega/platform_demo_012

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

platform_demo_012

NET 6 Class library

  • One Entity Framework DbContext using a SQL Server provider, including a set of Customers and a set of Orders
  • Customer class (Customer Id, Name, Phone number)
  • Order class (Order Id, Order Number, Amount)

ASP.NET Core 6 web app

  • Reference the class library and build a page that shows the list of customers along with their phone number and the total amount of their orders. There must be a single line for each customer, even if the customer has no orders
  • Provide sample data (10-15 customers, 0-5 orders per customer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published