How to Use Roslyn and Alleviate Mismatched Parameters
With the latest versions of Visual Studio, Microsoft opened up the compiler black box with the Roslyn compiler allowing developers to have full access.
With the latest versions of Visual Studio, Microsoft opened up the compiler black box with the Roslyn compiler allowing developers to have full access.
Avoid spending a lot of time debugging a broken build due to incorrect project dependencies and obj folders.
Learn how to safely upgrade from previous versions of .NET to .NET 6 preventing both build errors and runtime errors. The build errors can be easy to fixed.
Learn how to enable your enums to easily serialize as strings, and save them to your database using Dapper as a string. Also… delve into a more complicated example with greater flexibility and stronger type-safety than a simple enum.
What are we building? The goal of this post is to create a simple ASP.NET Core Hosted Blazor WebAssembly website
dotnet 6 was recently released as was Azure’s new container app in preview. I recently went through the process of