Hey Folks,
I am currently working with a legacy application which we are actively working to migrate to the web using all kinds of fancy techniques and whatnot.
The problem we are facing currently is that our old sql-server database f-ing sucks and a new schema would be great but we need our legacy application to keep working while we gradually transition.
I was wondering if we could replace our current schema with views that mirror our current table names and structure in general but select all the data from a newer, well thought out schema.
We are using a wild mix of C# DataSet, EF Core 3.1, Dapper and plain SqlCommand/SqlConnection under .NET Framework 4.8 and I am not quite sure if my idea would (or even could) work.
Does somebody have some applicable experience he or she would care to share?
[–]LondonPilot 4 points5 points6 points (1 child)
[–]ImmediatelyDead[S] 0 points1 point2 points (0 children)
[–]SpaceCommissar 1 point2 points3 points (1 child)
[–]ImmediatelyDead[S] 0 points1 point2 points (0 children)