Single Sign-on user authentication on Blazor WebAssembly SignalR client
SignalR is an inbuilt ASP.NET Core library that makes it easy to create interactive real-time applications. It enables fast two-way messaging between the client and the server. Under the hood, it uses some complex logic to enable all of this. But its external APIs hide all this complexity, so using Continue Reading
Applying SOLID principles to JavaScript – a step-by-step refactoring guide
Many design patterns were developed with SOLID principles in mind. Therefore it will be hard to learn design patterns unless you know SOLID principles. But SOLID principles aren’t merely a tool to help you learn design patterns. Every software developer who uses object-oriented programming languages needs to be familiar with Continue Reading
The easiest way to learn design patterns
Enroll with a discount on Udemy Design patters are something that you will need to get familiar with as a programmer who works with object oriented languages. And this is primarily because they represent well-defined solutions to common software development problems. So, instead of thinking through all the details of Continue Reading
Build a Distributed IoT Cluster on .NET 6 Using Blazor and SignalR to Manage IoT Devices
This video will teach you how to build a cluster of IoT devices using only .NET components. After viewing it you will be able to build a complete distributed IoT solution using .NET 6, SignalR and Blazor. This videos explains how SignalR can substantially simplify two-way real-time communication between the Continue Reading
The easiest way to learn design patterns – with JavaScript code examples on Node.js
By Fiodar Sazanavets Get it on Amazon (Kindle and Print) Get it on LeanPub (PDF, MOBI and EPUB) Design patters are something that you will need to get familiar with as a programmer who works with object oriented languages. And this is primarily because they represent well-defined solutions to common Continue Reading
Performance Best Practices for Using gRPC on .NET
This article is a chapter from the book Microservices Communication in .NET Using gRPC Since gRPC is often used for processing large volumes of data inside a distributed application, this communication mechanism must be optimized for the best performance. In this chapter, we will cover some best practices when it Continue Reading
Microservices Communication in .NET Using gRPC
Get it on Amazon (Kindle and Print) Get it on Packt (eBook and Print) Learn how to implement gRPC on the .NET platform step by step and cover how to use gRPC on .NET, including fundamentals, use cases, and best practices Key Features Explore all aspects of gRPC implementation on Continue Reading
SignalR on .NET 6 – the Complete Guide
By Fiodar Sazanavets Get it on Amazon (Kindle and Print) Get it on LeanPub (PDF, MOBI and EPUB) Are you a web developer or do you write Internet of things (IoT) software? If so, you would know that many web and IoT development projects these days require the ability to Continue Reading
The easiest way to learn design patterns – with C# code samples using .NET 6 templates
By Fiodar Sazanavets Get it on Amazon (Kindle and Print) Get it on LeanPub (PDF, MOBI and EPUB) Design patters are something that you will need to get familiar with as a programmer who works with object oriented languages. And this is primarily because they represent well-defined solutions to common Continue Reading
Why every programmer needs to know design patterns
This is an introduction from a book The easiest way to learn design patterns. The book is available in digital format at LeanPub and as either Kindle-specific format or in print from Amazon. Design patterns are something that you will need to get familiar with as a programmer who works Continue Reading