Visual Studio

Containers Developer

C++ Dev Containers in Visual Studio

Dev Containers generalise containers for use in not only running applications, but also in developing and building them. Find out how you can use them for C++ development in Visual Studio. Read more in this blog post: https://devblogs.microsoft.com/cppblog/dev-containers-for-c-in-visual-studio/

Read More
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

C++ FULL COURSE For Beginners (Learn C++ in 10 hours)

This is a full C++ programming course. It consists of many lectures whose goal is to take you from beginner to advanced programming level. Time stamps: 00:00:00 – Introduction, Goals of the course, How course is structured? 00:01:31 – Do this before starting the course 00:02:41 – Introduction to C++ (What is C++? What kind […]

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
Interesting Windows

Retrocoding the World’s Smallest Windows App in x86 ASM

Dave  from Dave’s Garage  builds the World’s Smallest Windows application live in x86 assembly using only a text editor and the command line to assemble the program using the Microsoft MASM assembler. Whether you’re a professional programmer or just curious about how assembly language works, what makes it different from machine language, and why it […]

Read More
Python

Python for Beginners Tutorial

In this step-by-step Python for beginners tutorial, Kevin Stratvert  teaches you how to get started programming in Python. In this video, I assume that you are completely new to programming. We’ll walk through how to get Python, how to run your first code, and how to get an IDE (Integrated Development Environment) to help you […]

Read More
Developer

WebAPI Improvements in .NET 5 – OpenAPI, Better F5, and NSwag

Tim Corey walks us through the WebAPI improvements in .NET 5. In this video, we are going to look at the integration of OpenAPI into the project, how it works, and then why it is so important. We will also look briefly at NSwag and how to use it to generate API clients for our […]

Read More