JonPSmith / GenericServices

GenericServices helps with building a service/application layer in a .NET based application using EF6.x
MIT License
247 stars 44 forks source link

Another GenericService MasterClass documentation available #12

Closed JonPSmith closed 9 years ago

JonPSmith commented 9 years ago

Hi all,

I have written a second GenericServices MasterClass article on my technical blog site. This one is about Deleting entities.

Sounds like a simple subject, but I have found that in the real world it can become fairly complicated. The article shares what I have learnt.

Note: The article starts with a fairly detailed introduction to the whole subject of deleting in a relational database. If you are familiar with these issues then you can skip to the bit on Generic Services delete via this bookmarked link.