Sunday, May 5, 2019

Using Entity Framework Core as little as possible

I'm considering migrating from no ORM to EF Core, but I already have all the sprocs I need to handle all CRUD. I'd like to use EF Core to test out Identity (with no edits to it).

If I were to currently attempt to use Identity, I'd have to have some customization, as there currently is no EF on this project.

So, I'd like to discuss pros/cons of using EF Core -- while the intention is to only use existing sprocs (I don't even care about the model it generates, but that comes out of the box, so I'll take it). This is all in an attempt to look at Identity, and keep it's implementation as close to what was intended as possible.

I've always been on projects where EF was avoided like the plague, but now ... well, I come to you.

Using Entity Framework Core as little as possible Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team