Are You on the Blazor Train?

Blazor Train is a free, extensive course on Microsoft Blazor created by Carl Franklin. You may know Carl from the podcast .Net Rocks or from Music to Code By. Blazor is Microsoft’s implementation of WebAssembly, that lets you write your interactive web applications in C# instead of JavaScript. We use Blazor successfully at work to …

Read more

DbUp: Variable X Has No Value Defined

A quick demo on how schema migrations works in DbUp took an interesting turn as we tried to insert some values into our database:

Until now I never had such a problem and we were a bit puzzled. Where is the variable a4 coming from? All we wanted to do is to run this …

Read more