Azure Readiness starts here...

The best way to know the future, is to learn it

Building your first Blazor .NET8 app - MSTS Summit

Introduction I got invited to present on Blazor .NET8 as part of the [https://mstechsummit.pl/en/](MS Tech Summit Poland (MSTS Summit)), for which I’m very excited and honored. For most of my public speaking engagements, I try to focus on live demos, with only a minimum amount of slides, and this session is no different. To help my audience in reproducing the demos in their own time, I decided to write out the steps.

ScifiDevCon 2024 : Building a Marvel Hero App using Blazor and .NET8

Building a Marvel Hero catalog app using Blazor Server and .NET8 Introduction At the end of 2022, as part of the Festive Tech Calendar community initiative, I provided a step-by-step instruction blog on how to build a Blazor Web Assembly app from scratch, using .NET7. About 18 months later, a lot of things have changed in the .NET8 world, which also impacted positively new features around the Blazor Web App Framework, on both Web Assembly (Client/Browser) and Server side.

Festive Tech Calendar 2022 - Building a Marvel Hero app using Blazor Web Assembly and Azure Static Web Apps

Building a Marvel Hero catalog app using Blazor Web Assembly Introduction This article describes all the steps on how to develop a Marvel Hero catalog app, using Blazor Web Assembly, and is a companion guide to the Festive Tech Calendar 2022 session I presented. This app introduces Blazor .NET development, and more specifically how to easily create a Single Page App using HTML, CSS and API calls to an external API Service at https://developer.

Book review - Building Blazor WebAssembly Applications with gRPC

In this post, I want to share my review of another Blazor book I read recently, Building Blazor WebAssembly Applications with gRPC this time from Vaclav Perakek, published by Packt Publishing and available on Amazon as well as other e-book subscription platforms. If you have been following me for a while, you know I’m gradually learning more about coding and developing applications, especially using the Blazor .NET framework. What intrigued me even more with this book, is the gRPC integration.

Deploying .NET6.0 Blazor App using dotnet commandline

Hello readers, About 2 months ago, I promised I would start writing down my adventures in the DotNet Blazor development world, which you can read about in my first and second post. Welcome to “Coding Apps in Blazor from a non-developer standpoint - Part 3” This next article will cover about the same as the previous one, deploying the Blazor Server app template, but instead of using Visual Studio GUI for this, I’ll use the dotnet commandline tool this time.

Coding Apps in Blazor from a non-developer standpoint - Part 2

Hello readers, About 2 months ago, I promised I would start writing down my adventures in the DotNet Blazor development world, which you can read in my first Blazor-related post here. While that post was more of a “setting the scene” how I ended up in learning Blazor (and C# mainly) and what the differences are between Blazor Server and Blazor WebAssembly, it also listed up the TOP 8 objectives I want to get out of these articles.

Coding Apps in Blazor from a non-developer standpoint

Hello readers, The ones who know me already, know I have used traditional on-premises datacenter infrastructure for the first 15 years of my career, before I jumped onto Azure public cloud. Yes, I was an infra guy. And sometimes I still think I am, although I’m more and more shifting to containers and devops over the last 3 years. With the 25 years of IT experience, there was always 1 skillset missing… coding, or learning a development language in better words.

Dotnet tool install dotnet-ef failing with unauthorized

Hi all, I hope you all have great holidays this time around, giving you the opportunity to spend time with your family as well as having the opportunity to learn some new skills, which in my case means learning Blazor, a Framework within the DotNet family, allowing for “any-client” applications (browser, mobile device). My learning journey involves building a front-end Web App, connecting to a SQL (Azure) database back-end. To make this work, I want to use the SQL Server Entity Framework.