
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
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
C++ FULL COURSE For Beginners (Learn C++ in 10 hours)
- Frank
- February 4, 2022
- 10 hours programming
- C++
- c++ course for beginners
- c++ from beginner to advanced
- c++ full course
- c++ full course for beginners
- c++ programming all in one tutorial
- c++ programming course
- c++ programming tutorial
- c++ tutorial for beginners
- code beauty
- codebeauty
- Free
- full programming course
- learn programming fast
- programming tutorial
- Visual Studio
- Visual Studio 2019
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
.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
Retrocoding the World’s Smallest Windows App in x86 ASM
- Frank
- March 25, 2021
- 80386
- assembly language
- assembly language for beginners
- assembly language tutorial
- davepl
- ethical hacking
- learn to code
- machine code
- machine code explained
- machine code instructions
- machine code programming
- machine code tutorial
- Original author
- reverse engineering
- reverse engineering software
- reverse engineering tutorial
- software (industry)
- task manager
- Visual Studio
- Visual Studio 2019
- Visual Studio Code
- visual studio code c++
- windows programming
- x86
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
Why is "using namespace std" Considered a Bad Practice in C++ Programming?
- Frank
- March 2, 2021
- bad practice
- C#
- c++ common questions
- c++ for beginners
- code beauty
- codebeauty
- for beginners
- namespaces in c++
- Programming
- saldina
- saldina nurak
- Tutorial
- using namespace std
- using namespace std explained
- Visual Studio
- Visual Studio 2019
- what is using namespace std in c++
- What is using namespace std;
- why do we use using namespace std in c++
- why is using namespace std bad practice
- why is using namespace std considered bad practice
Here’s an interesting look at a controversy in the C++ programming world.
Read More
WebAPI Improvements in .NET 5 – OpenAPI, Better F5, and NSwag
- Frank
- December 7, 2020
- .NET
- .NET 5
- .NET Core
- ASP.NET
- asp.net core
- C#
- C# training
- c# tutorial
- Code
- how to
- install swagger web api
- nswag
- OpenAPI
- Programming
- Swagger
- swagger c# web api example
- swagger in web api core
- tim corey
- Training
- Tutorial
- Visual Studio
- web api swagger
- web api swagger c#
- webapi .net 5
- webapi asp.net core
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
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