Blazor gamedev live coding sessions - episode 1

In this first session, we’ll see how it is possible to use Blazor not only for “regular” applications but also for writing videogames! Full code is available on GitHub: https://github.com/mizrael/BlazorCanvas​ The first article of the series is available here: https://www.davidguida.net/blazor-and-2d-game-development-part-1-intro/ The Blazeroids game: https://mizrael.github.io/Blazeroids/

1 minute read
Dynamic method invocation with .NET Core

Dynamic method invocation with .NET Core

Hi All! Today we’re going to explore few ways to perform “dynamic method invocation” with .NET Core. As some of you know already, a while ago I started working on an open-source project, OpenSleigh. It’s a Saga management library for .NET Core applications. I have been focusing on it a...

4 minute read