
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
Clean Code Lesson 1 with Uncle Bob
- Frank
- October 17, 2021
- Agile
- App
- Applications
- architecture
- arguments
- C#
- C++
- Clean Code
- computing
- cycle
- declarations
- Design
- Development
- edsger dijkstra
- Ethics
- expectations
- Functions
- Future
- grady booch
- human relations
- InteliJ
- Java
- kotlin
- methodology
- Microsoft
- Optimization
- polite code
- practice
- Productivity
- programmer
- Programming
- programming language
- purpose
- responsibility
- robert cecil martin
- rules
- scrum
- shrunk code
- society
- Software
- structure
- study
- tdd
- Technology
- test driven development
- uncle bob
- Web
“Coding Better World Together” is a set of master lessons from the famous Uncle Bob (Robert Cecil Martin), where he gives us a broad vision of the importance and future of Software in today’s society. In this first lesson, Uncle Bob demonstrates the need to write a clean code and establishes the bases to achieve […]
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