
Jimmy Engström
Microsoft MVP
Stockholm, Sweden
Jimmy Engström has been developing ever since he was 7 years old and got his first computer.
He loves to be on the cutting edge of technology, trying new things.
When he got wind of Blazor, he immediately realized the potential and adopted it already when it was in beta. He has been running Blazor in production since it was launched by Microsoft.
He is the author of "Web Development with Blazor" and the co-host of Coding After Work (podcast and stream).
His passion for the .NET industry and community has taken him around the world, speaking about development. Microsoft has recognized this passion by awarding him the
Microsoft Most Valuable Professional award 9 years in a row.
He occasionally blogs at www.engstromjimmy.com.
www.codingafterwork.com
Links
Area of Expertise
Topics
How I built a ZX Spectrum emulator from scratch using C# and Blazor
This session starts in 1985 when I was 7 years old.
I got my first computer, a Sinclair ZX Spectrum.
I still remember that the first thing I did was to sit down and write:
10 PRINT "Jimmy"
20 GOTO 10
This was my code, I made the machine do things!
This was the moment when I decided that I wanted to become a developer.
Many different computers followed, ZX Spectrum+, Commodore 64, and Commodore Amiga 500, but the ZX Spectrum still has a very special place in my heart.
Once I became a developer I thought, -"would it be possible to build an emulator?" so I set out to build an emulator.
In this session, I will share that journey.
We will touch base on, registers, memory management, sound, handling input, and output.
All of this is in a Blazor WebAssembly application.
Connecting gadgets to Blazor
Blazor is fun, Gadgets are fun, now imagine you could combine these two!
We will take a look at how Bluetooth LE works, how to figure out a BLE Protocol, and how we can use Bluetooth LE in our Blazor webs.
If time permits, we will also take a look at Jimmy’s latest library which makes it possible to talk to even more gadgets using WebHID.
Getting started with Blazor
In this session, you will learn how to create interactive web applications using C# and Blazor.
By leveraging the Razor syntax, we can create components that can run on the server with Blazor Server, and in the web browser using Blazor WebAssembly.
We have been running Blazor in production for over two years now.
I will show you have Blazor works, how to write code, and also share some of the tips, tricks, and learnings we have collected over the years.
Running Blazor in production, lessons learned
We have been running Blazor in production since 2019. Everyone on our team is a C# developer, so when we went into our latest project, Blazor was a natural choice, even though Blazor was only a week old. Looking at my peers working in the same space, I am convinced that it saved our project by switching to Blazor.
Even though it has been mostly smooth sailing, we have learned a lot during the years.
In this session, I will give you some tips, tricks, and learnings we have collected over the years, when to choose what, and how to avoid pitfalls in converting your existing project to Blazor.
Blazor Workshop
Blazor is the new SPA framework from Microsoft, which is growing rapidly in popularity.
It makes it possible to write interactive web applications using your C# skills.
This workshop will dive headfirst into the different hosting models, learn how to share code, call JavaScript, and much more.
We will build a real-world application called Blazing Pizza, to get the feel for Blazor in a hands-on way.
It will guide you from basic functionality to more advanced scenarios.
Some of the topics we will cover
The basic structure of Blazor
Hosting models
Building reusable components
Forms and validation
Sharing code
Managing State
Differences between hosting models
Integrating with backend APIs
Isolated CSS
JavaScript Interop
Testing with bUnit
Tips and tricks
A quick look at .NET MAUI
What to bring
Laptop with Visual Studio 2022 installed and the latest .NET 6 framework.