
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
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
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
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
New C# Features in Unity
- Frank
- January 10, 2022
- C#
- c# 8 features
- c# 8 new features
- c# 8.0 features
- c# unity
- charles amat
- Game Dev
- game development
- GameDev
- infallible code
- new c# 8 features
- new C# 8 features in Unity
- new c# 8.0 features
- new C# 8.0 features in Unity
- new c# features
- new C# features in Unity
- programming for unity
- programming in unity
- unity 3d
- unity c#
- unity c# tutorial
- unity programming
- Unity3D
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
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
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
How to Make Calculator In C#
- Frank
- December 3, 2021
- build a calendar app
- c sharp
- c sharp calculator
- c sharp tutorial for beginners
- C#
- c# fundamentals
- c# introduction
- c# tutorial for beginners
- calculator in c#
- calculator program
- calculator program using text textbox
- calculator project
- calculator using textbox and button
- calculator using vscode
- how to create a simple calculator in c#
- how to make calculator app
- how to make calculator in c#
- simplilearn
- simplilearn c#
- visual studio code tutorial
- what is 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
What’s new in C# 10
- Frank
- November 10, 2021
- C#
- C# 10
- NET
C# 10 brings many improvements focused around enabling cleaner and simpler code in many scenarios. .,
Read More