Blazor and Razor Components in a nutshell
Blazor is a technology that allows developers to run .NET Code directly in the browser. With .NET Core 3.0, the technology is officially supported by Microsoft. And you can opt for either client plus server setup (server-side Blazor) or a pure WebAssembly-based experience (client-side Blazor). Whichever flavor you choose, the syntax Continue Reading
C# 7 and .NET Core 2.0 Blueprints
.NET Core is a modular cross-platform and open source implementation of .NET. With the latest release of .NET Core, many more APIs are expected to be built, which will make APIs consistent across .NET Framework, .NET Core, and Xamarin. This course begins with a brief introduction to the latest features Continue Reading
ASP.NET Core SignalR in a nutshell
My book, SignalR on .NET 6 – the complete guide, is out now! Are you a web developer? If so, you would know that many web development projects these days require the ability to establish a persistent connection between a client and a server without having to keep sending repeated Continue Reading