Handle multi types basic crud operations in Entity Framework
Sometimes we find ourselves in the need of handling various types of objects (or entities) while using Entity Framework as ORM for our projects. The situation can be a bit more struggling when the project is not big enough to justify the use of a Repository Pattern but it’s big enough to cause lots of …
Handle multi types basic crud operations in Entity Framework Read More »