Last week I fell into a Graph REST API pitfall. In a customer project we implemented an interface that abstracts the interaction with Azure Active Directory (AAD). It defines a method that loads all users of a specific AAD group. The implementation of this interface interacts with Microsoft Graph REST API using GraphServiceClient. The code... Continue Reading →
In our case, we access the database with a .NET Core backend application using EntityFrameworkCore. Entity class defines a property…
Hi marc, how would you recover the png from the saved varbinary?
Hi Michael. There is for sure a way to do so in PowerShell. However it was not necessary in my…
Works out of the box, Thanks Marc for sharing! To validate the hex output I used a random online tool,…