This project is implemented with .Net Core MVC CRUD Operations without Entity Framework; and aims to simulate how we can analyze code quality to prevent Sql Injection.
Main Points Discussd :
- Connect to Sql Server without EF
- Easy way to create .Net Core MVC Controller
- Created Stored Procedures for CRUD Operations
- Executed above Stored Procedures from .Net Core MVC