C#

Hardware

Unlock the Benefits of the Latest LED Software and Hardware Platform!

Dave from  Dave’s Garage introduces the Mesermerizer, an amazing new LED module based on the ESP32 that includes over 30 built-in effects ranging from Music Visualizers to the current Weather. Join the project by visiting NightDriverLED.com for technical info. NOTE: Contains flashing lights and effects.

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
GameDev Virtual Reality

Better Coding in Unity With Just a Few Lines of Code

Get your code looking nice, clean and maintainable, by applying this simple pattern for your state management in Unity.

Read More
GameDev Virtual Reality

New C# Features in Unity

As of Unity 2021.2, you now have access to some new C# features in Unity. This is thanks to improved support for .NET Standard 2.1 which has given us Unity developers the ability to use all of the features available in C# 8.0. Time Stamps: 00:00 Introduction 01:18 Sign up for the Level_2 Game Dev […]

Read More
Developer

How to Connect MongoDB to C# the Easy Way

MongoDB can be an extremely powerful database choice as well as an incredibly simple database to set up. But how easy is it to talk to MongoDB from C#? It turns out that the answer is very easy. In this video, I am going to start by showing you just how easy it is to […]

Read More
Developer Microsoft

C# in 100 Seconds

C# or C-Sharp is the programming language behind .NET (dotnet) and the Unity framework. It was created at Microsoft as a C-like object-oriented language and is used to build apps for web, desktop, mobile, and more.

Read More
Developer

How to Make Calculator In C#

This video on calculator in C# tutorial will acquaint you with a clear understanding of the fundamentals of C# programming. In this C# Tutorial for beginners, you will get better understanding on How to make calculator in C#. we will start with an introduction to visual studio, then we will go in depth with the […]

Read More
Developer Microsoft

What’s new in C# 10

C# 10 brings many improvements focused around enabling cleaner and simpler code in many scenarios. .,

Read More