Azure Readiness starts here...

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

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.