An open API service indexing awesome lists of open source software.

https://github.com/djaus2/efreflectiontablecopy

A C# Console app to use Refflection to copy an SQL Server Db table to another in the same Db where both have exact same properties except target has additional Id identity property. First table class generated by Entity Framework Data First Scaffolding (table was generated by importing CSV data in SSMS). Second table created by copy the first table class in the target app then doing a Code-First generation of it.
https://github.com/djaus2/efreflectiontablecopy

code-first csharp data-first entity-framework entity-framework-core reflection

Last synced: 6 months ago
JSON representation

A C# Console app to use Refflection to copy an SQL Server Db table to another in the same Db where both have exact same properties except target has additional Id identity property. First table class generated by Entity Framework Data First Scaffolding (table was generated by importing CSV data in SSMS). Second table created by copy the first table class in the target app then doing a Code-First generation of it.

Awesome Lists containing this project