I am beginner to .net core. And I am working on an enterprise application
where there are multiple classes
interfaces
for multiple project inside a one solution. i know Entity Framework won't be a good idea if we are facing huge number of wrappers. But indeed its giving me efficiency of coding. On the other side of it Entity SQL has its own benefits.
But still want to really understand the best practice and which one to implement when it comes to Enterprise application knowing it will have number of classes, Data filtration
, Generic Types
, Flexibility
, performance vise
when querying DB.
Looking forward to get some really helpful understanding from experts. Thanks in advance.