I am working on a enterprise web development project using C# ASP.NET MVC and one requirement from them is to have dynamic attributes, along with dynamic relationship between entities. So they want to be able to change attributes/relations without going through the hassle of changing SQL schemas/ORM classes. We are using LINQ-to-SQL.
So my question is; What would be the best way to implement that?
1 Answer