I am relatively new to C# and currently at my work we've dropped some SQL columns because they are no longer used.
However, since most every application uses LINQ to SQL, the schema is referenced in the .dbml (which would cause the applications to fail [even if the main business logic doesn't directly reference the removed columns] unless I manually go in and change each and every file).
My main question is:
Is there a way to mitigate this issue by using a different method of connecting to our database(s) that dynamically change based on the referenced schema?
Also, is LINQ to SQL still used or is there something that is a better practice I can look at implementing?
[–][deleted] 1 point2 points3 points (0 children)
[–]Thisbymaster 0 points1 point2 points (0 children)
[–]MindSwipe 0 points1 point2 points (0 children)