Entity Framework Adventures – Concurrency Troubles

I’m building a new project to automate various DevOps tasks, I decided to go for Entity Framework as handling the database. I have a standard SSDT project for the actual database structure, but in the service-project the code part of it is through an EDMX file. Out of the box, the T4 template generates data … Continue reading Entity Framework Adventures – Concurrency Troubles