I am looking for an ORM that will allow me to write a C # user interface and a C ++ service. Both must access data from the same database. Ideally, I want the C # and C ++ classes to be generated from a database schema with which I can then program.
The database will probably be SQLServer, but this has not yet been resolved.
Note. I do this in a Windows environment, but for reasons I donβt want to log in, I cannot use COM, so COM solution is not an option.
This is similar to this question:
ORM solution (relational object manager) with support for several programming languages
However, they did not answer him well enough, and I cannot raise him for a reward.
source share