I'm trying to connect an ASP.NET Core web application to an existing, pretty complex database, in read-only mode....The database is much to complex to map its layout to EFC directly, I just access data from it via a set of queries.
Those queries are well-...