Blazor

1x1-Socials (1)

Spawn an Online Game with Blazor, .NET 7 and Clean Architecture in under 60 minutes | Luke Parker | SSW User Groups

Full Stack Web Developers are commonplace, but what if you were told those very skills can directly translate to building an online game?! 🎮

The-Remote-Revolution-1x1

The remote revolution with Richard Campbell and Ulysses Maclaren

After COVID the world was forced to exist remotely. Will it be the way all companies move forward into the future of business?

MAUI-Framework-1x1

MAUI – Do you build cross-platform mobile apps with .NET MAUI ? (for iOS and Android)

If you’re building installable binary apps (as opposed to web apps), it makes sense to use a cross-platform framework so that you don’t need to maintain multiple code bases.

Blast-Off-With-Blazor

Blast off with Blazor! 🚀 – Supercharged Enterprise UIs using AntDesign with Luke Parker

Blazor is taking the hobbyist world by storm, but did you know it is perfect for enterprise applications? Having the whole project in one place in one language has done wonders for the development experience. However, as new tech in its perceived infancy there are doubts about whether it’s aged enough for production scenarios.

Cloudy with Mobile

Cloudy with a Chance of Mobile: .NET Everywhere with MAUI with Matt Goldman

When Micros​oft first launched .NET, the vision was to offer a viable alternative to Java and the JVM – a runtime and associated language(s) that could run anywhere. With MAUI, that original dream is becoming a reality. Whether you’re building for cloud, mobile, browser, desktop, IoT devices, servers, embedded systems…the list goes on and on…

2020-09-29_16-24-05

Fluxor + C#9 – Redux Pattern in Blazor WebAssembly

Redux pattern is well-known in front end development to represent a view with complex logic with an immutable state, updated by a predictable pure function. In this lightning talk, Chris will discuss how to implement the redux pattern in a Blazor WebAssembly project using Fluxor with the latest .NET 5 and C# capabilities to implement…