This blog post shows how you can improve JSON serialization performance with a simple step, thanks to the Roslyn Source Generator feature.
[More]
In this blog post you will see how to use the Power Platform CLI with Power Pages. This feature enab
[More]
Last blogpost showed how to use the MS Graph Toolkit for getting info from the graph, and show them in a SPFX webpart, without the need for writing all the data-fetching and UI code.
Using the toolkit directly in HTML is also super-easy. The setup is a bit different, because now we need to register the app in AAD.
Let's try to achieve the same result as what we had with SPFX. Let's get to AAD and register the app. I register the app as an SPA,...
[More]
"A good developer is a lazy developer". That's something I've been told in the past. You shouldn't t
[More]
You want to test something that uses an Entity Framework DbContext as a dependency.
Can I replace this easily with a fake DbContext?
[More]
How good is ChatGPT at writing code?
[More]
Prefer ValueTask for Interfaces
[More]
How do you debug your JWT bearer token in .NET 6?
[More]
With the new .NET 7 we see increased code generation being used for efficiency. In this blog I want to discuss the added support for regular expressions.
[More]