Basic SPA project which implements simple CRUD operations using the following technologies:
- AngularJS
- ASP.NET MVC Web API
- MS SQL Server 2008
- Entity Framework
- Dependency Injection
The application has 2 projects: AngularJsTest and AngularJsTest.Data.
The project AngularJsTest includes a database called TestDatabase.mdf which is located in the App_Data folder.
Data manipulation is made using Entity Framework, therefore the project AngularJsTest.Data contains the EDMX model.
In order to link the EDMX model with the database located in the App_Data folder, the connection string from App.config file must be updated with the full local path to the database file.