Table Valued Parameter Framework Workings
- The whole repository consists of 3 folders and 1 file.
- This folder is the main code folder of the whole framework that has been developed.
- This folder contains all the code snippet files to generate C# code in XML format.
- To test and benchmark multiple ORMs and MicroORMs a console applcaiton with a dummy database was setup. This folder contains this console application
- The folder also contains Database script for a test database
- This is the file which holds all the SQL to auto generate SQL stored procedures and other necessary steps on creation of table.