This project consists in two part, one is a web services which is consumed by a Razor web site project.
It has direct conection with a SQL Server database using ASP Core 6 and Entity Core 6 with a basic CRUD for two entities, Offices and Correspondents. the following image represents relational model database
This has a front-end built with Razor and Bootstrap 5 with three modules:
-
Corresponsales: List with Correspondent entities and CRUD operations

-
Prueba: Has a special functionality which consists in:
- The Dropdown List has Correspondent name (COR_NOMBRE) followed by a offices count which is related with each Correspondent.
- In right side, it has a list according selected option in Dropdown list with each character counts.




