Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 782 Bytes

File metadata and controls

15 lines (8 loc) · 782 Bytes

CRUD-Project-Online-Shop-ASP.NET-MVC

Languages: C#, SQL JavaScript, CSS, HTML, BootStrap

Note: See Sample02 and branch feature-1.02-SOLID&DI_WithStoredProcedure branch for the final developmed application

Designed a CRUD based Web application in MVC ASP.Net Framework, Applied SOLID Design Principles and Dependency Injection Design Pattern, All the CRUD functions done by Stored Procedures you can find here:

https://github.com/mahta-khoobi/CRUD-Project-Online-Shop-ASP.NET-MVC/tree/feature-1.02-SOLID%26DI_WithStoredProcedure

This Project done in 3 layers: Model, Controller, View: start seeing each step like this: Model=> Controller=> View

you can also see the SOLID and DI version without stored procedures in the branch of feature-1.02-SOLID&DI and Sample02 folder