Create an Entra Local User Account via Microsoft Graph with .NET
The Microsoft Graph and Entra documentation are both very comprehensive and provide a lot of information - but they often contain no examples or no w
The Microsoft Graph and Entra documentation are both very comprehensive and provide a lot of information - but they often contain no examples or no w
Often you don't need all the configurations of an app per stage; sometimes they are optional. This is often the case for the development stage in par
If you browse through certain libraries or the .NET Runtime from time to time, you will notice that the attribute MethodImplOptions.AggressiveInlinin
New year - new .NET drama. You would have thought that positive lessons had been learned from the last Moq drama; but we were proven wrong. What happ
In the world of Microsoft SQL Server, views are a powerful tool for simplifying complex data queries. Simple views offer no real performance gain but
Recently I have been working more and more with HTML and frontend development in general and had the task of loading favicons from various addresses
EF Core Migration Bundles are standalone executable files that contain one or more Entity Framework Core migrations and can be applied directly to a
There are various reasons why it is useful to channel certain requests through your own application to an external endpoint; the most obvious is, for
Rate Limit is a great tool to protect your own website and content from misuse; in some cases, however, rate limiting is also bad: for example, if yo
There are many ways to remove spaces or other characters in a string - there are just very big differences in terms of performance and efficiency. Be