| .. | ||
| LaaProductionWeb | ||
| LaaProductionWeb.API | ||
| LaaProductionWeb.API.UnitTests | ||
| LaaProductionWeb.Data | ||
| LaaProductionWeb.Services | ||
| LaaProductionWeb.sln | ||
| README.md | ||
LaaProductionWeb
is a solution that contains web projects and their dependencies.
Projects structure
- LaaProductionWeb - Web client written under ASP.Net MVC.
- LaaProductionWeb.API - REST client writen under ASP.Net Core 2.1.
- LaaProductionWeb.API.UnitTests - Unit tests writen with NUnit Framework.
- LaaProductionWeb.Data - is a SQL client library that automates and exposes the System.Data.SqlClient.SqlCommand behaviors.
- LaaProductionWeb.Services - Services for CRUD operations over databases using the data library.