C# 9 Language Highlights
In this video we will be going through some of the C# 9 language highlights. Read more: https://youtu.be/G2q3j9cwqYI
In this video we will be going through some of the C# 9 language highlights. Read more: https://youtu.be/G2q3j9cwqYI
Moving from a layered architecture to a vertical slice architecture can be a bit daunting. We remove abstractions, complex structures, and focus building …
In this video we explore .NET MAUI with Blazor and explain if it is the best way to build your native applications. Read …
“Can it run Doom?” is a question nearly as old as Doom itself, as creative hardware hackers and software savants across the internet …
Is Machine Learning the future for healthcare? In this video we’re going to try out the AutoML feature using the Model Builder in …
Learn how to create a Realtime Chat App with .NET Core with C# and Pusher. Read more: https://youtu.be/M-kdxIkYOro
Event Driven Architecture isn’t just for communicating between services or systems. It’s a characteristic of your architecture. You can develop a monolith and …
Enums, flags, and bitwise operations in DotNet with examples using C#. In this video we explain how to setup an enumeration for binary …
In this tutorial, I am implementing a feature to switch between light & dark theme for Blazor WebAssembly application. You are going to …
I’ve been using C# for a long time but I never quite understood the differences between classes and structs. I decided to do …