Converted to dot net core Connection string moved to web.config Order table renamed to SalesOrder because it uses reserved keyword Order OrderProduct table renamed SalesOrderDetail, since it list the items bought in the sales order All identifiers renamed to Start with capital to improve readability Underscore in the column names removed
Converted the Application .NET Core MVC application