
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
.NET Conf: Focus on Windows
.NET Marketing Manager Beth Massi previews .NET Conf: Focus on Windows, a free livestream event focusing on how to move your Windows desktop apps forward to .NET 5. Come join us Feb 25, 2021. Check out the agenda and speakers at https://focus.dotnetconf.net/.
Read More
Inspecting application metrics with dotnet-monitor
dotnet-monitor is a command line tool that makes it easier to get access to diagnostics information in a dotnet process. In the episode, Rich is joined by Sourabh who explains to us the importance of gathering application diagnostics and also gives us a demo of how to run dotnet-monitor in Kubernetes Useful Links Introducing dotnet-monitor […]
Read More