locktar.nl
Default cascading delete in EF Code First
In the new Entity Framework 4.1 Code First you can easily create a database on your POCO objects. But the down side (sometimes) is that cascading delete is turned on by default. Say you have two ob…