New DotNet Core MVC project using a very old and established datastore. 160 tables modelled with EF, no problem with DB First approach. However, all the expected complex functionality was derived from about 330 SPs. I'm having trouble getting my head around running these. Some docs say you have to recreate them in EF and some say you can execute them. Then there's the huge issue of some other docs saying you can't run SP's that have JOINs in them in EF Core. I'm looking for general advice, if anyone's come accross this sort of issue before. No doubt I'll need a steer on specific code as well at some point.
Any advice would be appreciated.
Thanks