:::: MENU ::::

Saturday, October 6, 2018

Yesterday I had the great privilege of speaking at the first ever Techorama Netherlandsevent (which was brilliant by the way - I highly recommend you visit if you get the chance). There were loads of great speakers covering the latest patterns, practices and tools for .NET, Azure and more.But my talk actually covered a relatively old technology - LINQ, which was introduced in 2007, and has only had minor updates since then. However, it remains...

Thursday, October 4, 2018

Azure is a big cloud with lots of services, and for even the most experienced user it can be intimidating to know which service will best meet your needs. This blog post is intended to provide a short overview of the most common concepts and services .NET developers need get started and provide resources to help you learn more.Key ConceptsAzure Account: Your Azure account is the credentials that you sign into Azure with (e.g. what you would...
Blazor 0.6.0 is now available! This release includes new features for authoring templated components and enables using server-side Blazor with the Azure SignalR Service. We're also excited to announce our plans to ship the server-side Blazor model as Razor Components in .NET Core 3.0!Here's what's new in the Blazor 0.6.0 release:Templated componentsDefine components with one or more template parametersSpecify template arguments using child elementsGeneric...