.NET

Developer Microsoft

What’s new in C# 12 and beyond?

Take a tour of upcoming language features in C#. While still very much in the works, C# 12 is starting to take shape. We touch on some of the longer-term work that the language design team is focused on. To learn more, please check out these resources: * https://aka.ms/learnatbuild * https://aka.ms/BuildCollectionBRK203H * https://azure.microsoft.com

Read More
Developer

Running RabbitMQ Locally with Docker

Tim Corey shows us how to run RabbitMQ Locally with Docker. RabbitMQ is a popular open-source message broker, especially among C# developers who are creating microservices or even just disconnected systems that follow the pub/sub pattern. Let’s see how to get RabbitMQ installed and running for development in just a couple minutes in this 10-Minute […]

Read More
Developer

How To Learn Blazor In 2023

Tim Corey shows us how to learn Blazor. In this video, I will start by answering some of the commonly asked questions about Blazor. Then, we will look at the different flavors of Blazor and when to use each. After that, I will outline the order to learn Blazor in, I will go over the […]

Read More
Developer

How to build cross-platform mobile apps with .NET MAUI ?

If only this platform were around 10 years ago. If you’re building installable binary apps (as opposed to web apps), it makes sense to use a cross-platform framework so that you don’t need to maintain multiple code bases. Writing apps in a single-platform language or framework can lead to fragmentation and technical debt, while writing […]

Read More
Developer

.NET Microservices – Full Course for Beginners

Learn the foundational elements of a microservices architecture with .NET in this beginner level course. You will incrementally building a real microservices-based application with the .NET platform and C#. Get the code: https://youtube.dotnetmicroservices.com/netmicroservicesbasics Course created by Julio Casal.

Read More
Developer Microsoft

.NET Foundation Crisis – What is Happening, Why, and What Now

The .NET Foundation has been getting a lot of press recently. You may have heard about the frustration around the foundation. In this video, Tim Corey will explain what the .NET Foundation is, how it operates, what the latest three problems are, how they were addressed, and what the fallout of those problems has been. […]

Read More
Developer

.NET Microservices – Full Course

Here’s a step-by-step tutorial that walks you through an introduction on building microservices using .NET all the way through building everything completely from start to finish. To accompany this course I have provided free Kubernetes command and Architecture Cheat Sheet which is available for download when you subscribe to my blog at: https://dotnetplaybook.com/ Time Stamps […]

Read More
Big Data Microsoft Spark

What’s New in .NET for Apache Spark v1.1.1?

.NET for Apache Spark empowers .NET developers to participate in the world of big data analytics. In this episode, Jeremy chats with Michael Rys to discuss some of the new features and capabilities available in this release Related Links .NET for Apache Spark™ .NET for Apache Spark™ tutorial .NET for Apache Spark™ documentation

Read More
Developer

C# Language Highlights: Using Declarations

Learn about the “using declarations” feature in C# from Matt  and Maira. Related Links: What’s new in C# 8.0 First steps with C#

Read More