Home

Blogs

SQL save changes w. trigger
SQL save changes w. …

The other day at work, I had to work on an old solution (some C# web API with an SQL) that a colleague had created a long time ago. Part of this solution was to create a kind of version history of objects and who had made the individual changes. As I opened up the project, I saw some of the wildest …

EF for SharePoint
EF for SharePoint

Why and how? Wouldn’t it be great to have the ability to retrieve data from SharePoint in the same manner you are familiar with from Entity Framework? :face_with_monocle: At least that’s what I thought when I began working with SharePoint, having worked with EF for several years. I …