Project Description:
I have made ??an application in ASP.NET MVC, and SQL server.
My database is organized so that the date is included in a TableA with data.
I need to reorganize, saving dates a new table, and putting in the data table a foreign key related date data in the table.
The table with the dates can not repeat dates.
I provide the visual studio project, and the script with the database.