-
Recent Posts
Categories
- Code Camps (10)
- Computers and Internet (8)
- Entity Framework (4)
- Other (1)
- Tech Ed (1)
Archives
Category Archives: Entity Framework
Entity Framework Core – Auditing Changes
An update for Entity Framework core to a prior post on Auditing EF changes in EF 5/6, so for my thinking on this issue please read that post. To start with here’s my table definition, note that I don’t have … Continue reading
Posted in Entity Framework
Leave a comment
Using SQL Identity Insert with Entity Framework 6 – Making it work
When you have a primary key field (say ID) with IDENTITY switched on it works beautifully with EF when doing inserts, etc. Everything you would expect it to, except when you need to turn off IDENTITY insert temporarily for, say … Continue reading
Posted in Entity Framework
2 Comments
Entity Framework 5/6 – Auditing Changes
It’s taken a while to put together this post but a couple of years back I was looking for a way to audit changes to the SQL database made when using Entity Framework. After a little searching I found this … Continue reading
Posted in Entity Framework
1 Comment
Entity Framework – Discarding changes
While this may seem old to some, it’s going to be new to others I hope. I’m in the midst of writing an internal application in WPF using Entity Framework (Code First) for the data both of which are reasonably … Continue reading
Posted in Entity Framework
Leave a comment