
What’s new in C# 12 and beyond?
- Frank
- May 25, 2023
- .NET
- Advanced (300)
- and ship
- Breakout
- BRK203H
- Build
- build 2023
- Cyrus Najmabadi
- Dustin Campbell
- English (US)
- Fred Silberberg
- Jeff Fritz
- Mads Torgersen
- Mehul Harry
- Microsoft
- microsoft build
- microsoft build 2023
- ms build
- ms build 2023
- msft build
- msft build 2023
- Nannette Sperling
- Open Source
- OSS
- Rapidly code
- test
- Visual Studio
- What’s new in C# 12 and beyond | BRK203H
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
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
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
How to build cross-platform mobile apps with .NET MAUI ?
- Frank
- September 5, 2022
- .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
What is a Scoped .NET Dependency? When & Why to use them
- Frank
- July 24, 2022
- .NET
- asp.net core
- asp.net core dependency injection controller
- Blazor
- blazor dependency injeciton
- C#
- c# dependency injection
- c# dependency injection .net core
- c# dependency injection advantages
- c# dependency injection example
- c# dependency injection tutorial
- Dependency Injection
- dependency injection c# example for beginners
- dependency injection container c#
- dependency injection explained
- dependency injection tutorial
- di
- dotnet
- inversion of control
- scoped dependency
Just when you thought you knew everything about .NET Dependency Injection, Scoped dependencies comes along. I have covered transient and singleton, but what are scoped dependencies, when would you use them, and should you even care? This video breaks it all down.
Read More
.NET Microservices – Full Course for Beginners
- Frank
- March 3, 2022
- .NET
- Microservices
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
.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
.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
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
C# Language Highlights: Using Declarations
- Frank
- June 26, 2021
- .NET
- C#
- Developer
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