Home

Reflection

Web Api logging attribute
Web Api logging attribute

Have logging ever irritated you? If yes, then you’re definitely not alone! Often when I work with Web APIs in C#, logging tends to take up a lot of space, making the code quickly look “ugly.” I like to log what parameters the method is called with, which controller the method is …

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 …