File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ The project contains an ASP.Net Core Web Application project. it is implemented
99The project is structured as follows.
1010
1111```
12- |—— Appeon.DataStoreDemo.Web Project implemented with Razor Pages
13- |—— wwwroot Includes the site js and css files
14- |—— Models Includes the model classes
15- |—— Pages Includes the Razor Pages
16- |-- SalesOrders Include the Razor Page for the SalesOrder model
12+ |-- Appeon.DataStoreDemo.Web Project implemented with Razor Pages
13+ |—— wwwroot Includes the site js and css files
14+ |—— Models Includes the model classes
15+ |—— Pages Includes the Razor Pages
16+ |-- SalesOrders Include the Razor Page for the SalesOrder model
1717|-- Appeon.DataStoreDemo.Service.SqlServer Project implemented with DataStore
18- |-- Datacontext Includes the class that manages database connection to SQL
19- |-- Models Includes the model classes
20- |-- Services Includes the service interfaces and implementations
18+ |-- Datacontext Includes the class that manages database connection to SQL
19+ |-- Models Includes the model classes
20+ |-- Services Includes the service interfaces and implementations
2121```
2222##### Setting Up the Project
2323
You can’t perform that action at this time.
0 commit comments