ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,318 results

JL Tech
Stop Using Where().FirstOrDefault() - Use This Instead ⚡ #dotnet #coding #csharp

Stop chaining Where() and FirstOrDefault() in LINQ! Use FirstOrDefault(predicate) for cleaner, simpler, and more readable C# ...

0:23
Stop Using Where().FirstOrDefault() - Use This Instead ⚡ #dotnet #coding #csharp

1,464 views

5 months ago

Bald. Bearded. Builder.
C# '== null': There's a Better Way! #csharp #dotnet

Equality and inequality operators like == and != can cause unintended consequences when checking for nulls. In this video, we'll ...

1:03
C# '== null': There's a Better Way! #csharp #dotnet

2,839 views

6 months ago

Bald. Bearded. Builder.
How Pattern Matching Saves Your Day! #csharp #dotnet

Pattern matching makes it a lot easier to compare your boxed variables. Let's talk about why Did you know that we stream C#?

0:31
How Pattern Matching Saves Your Day! #csharp #dotnet

4,468 views

6 months ago

Jeyan Burns-Oorjitham
ASP.NET Core Tutorial - Lesson One - Part One - Introduction

Introduction to the ASP.NET Web Programming Tutorials See the full source code here: ...

1:24
ASP.NET Core Tutorial - Lesson One - Part One - Introduction

97 views

8 years ago

Bald. Bearded. Builder.
Stack vs. Heap in .NET #dotnet #csharp

Hi, I'm Michael. In this video I give a quick, high-level overview of the stack and the heap as it relates to objects in .NET.

1:00
Stack vs. Heap in .NET #dotnet #csharp

3,074 views

1 year ago

Bald. Bearded. Builder.
Slow Entity Framework Core queries? Let’s speed them up! #dotnet #csharp

Entity Framework Core tracks entities by default. If you're not planning to make changes to those objects and save them back to ...

1:00
Slow Entity Framework Core queries? Let’s speed them up! #dotnet #csharp

4,653 views

1 year ago

Bald. Bearded. Builder.
How has .NET not had this before!? #csharp #dotnet #developer #code #programming

C# 12 includes a cleaner syntax for creating arrays, lists, and collections. And if that wasn't good enough, we also get a proper ...

1:00
How has .NET not had this before!? #csharp #dotnet #developer #code #programming

443 views

2 years ago

dotNetDave
dotNetDave Explains... .NET Base Class Libraries

In this episode we will explore just some of the common libraries that make up the Microsoft .NET base class libraries. For more ...

3:04
dotNetDave Explains... .NET Base Class Libraries

1,009 views

11 years ago

Bald. Bearded. Builder.
ToLower is Killing your App Performance! #csharp #dotnet

Lowercasing strings to compare them costs allocations and can break under different cultures (hello, Turkish I). In this video ...

0:43
ToLower is Killing your App Performance! #csharp #dotnet

1,843 views

7 months ago

Bald. Bearded. Builder.
You Won't Believe The Hidden Dangers Of Lazy Loading #csharp #dotnet

Lazy loading in Entity Framework Core can lead to some bad stuff. Let's learn how and what you should do instead. Don't forget to ...

1:01
You Won't Believe The Hidden Dangers Of Lazy Loading #csharp #dotnet

2,506 views

1 year ago

Jeyan Burns-Oorjitham
ASP.NET Core Tutorial - Lesson Two - Part One

See the full source code here: https://github.com/jeyoor/web-programming-tutorials See the tutorial that inspired this lesson here: ...

0:51
ASP.NET Core Tutorial - Lesson Two - Part One

14 views

8 years ago

Bald. Bearded. Builder.
It's ALWAYS CORS!!!! #code #programmer #developer #javascript #java #dotnet #python #developerlife
0:24
It's ALWAYS CORS!!!! #code #programmer #developer #javascript #java #dotnet #python #developerlife

607 views

2 years ago

Bald. Bearded. Builder.
IExceptionHandler Makes ASP.NET Exceptions Easy #dotnet #csharp

Let's overview the IExceptionHandler and how it can level up exception handling in your ASP.NET Core applications. Did you ...

0:57
IExceptionHandler Makes ASP.NET Exceptions Easy #dotnet #csharp

1,497 views

1 year ago

Protolabz eServices
Why to choose Dot Net as a Backend technology?

In this video you will get Information about – Why to choose Dot Net as a Backend technology. #Dotnettechnoloy #dotnet ...

0:55
Why to choose Dot Net as a Backend technology?

149 views

2 years ago

JL Tech
Stop Injecting 5 Repositories - Use Unit of Work ⚡ #dotnet #coding #csharp

Still injecting multiple repositories into your service? If one call fails, your data's out of sync - and that's where the Unit of Work ...

0:28
Stop Injecting 5 Repositories - Use Unit of Work ⚡ #dotnet #coding #csharp

1,423 views

6 months ago

Jeyan Burns-Oorjitham
ASP.NET Core Tutorial - Lesson One - Part Six - Finish Deployment

Finish the deployment configuration for the Azure App Service See the full source code here: ...

1:00
ASP.NET Core Tutorial - Lesson One - Part Six - Finish Deployment

19 views

8 years ago

Bald. Bearded. Builder.
Can One Letter Break Your App!? #csharp #dotnet

Ever have a bug that only shows up on one machine? Meet the Turkish I, where `i18n` can change your strings in unexpected ...

0:35
Can One Letter Break Your App!? #csharp #dotnet

4,752 views

7 months ago

Benjamin Abt
Create .NET Core Applications within seconds via CLI (PowerShell)

With .NET Core you can create application via Command Line Interface (CLI). You need only 3 dotnet commands: dotnet new ...

0:17
Create .NET Core Applications within seconds via CLI (PowerShell)

922 views

9 years ago

Bald. Bearded. Builder.
Make Entity Framework Faster with Parameterized Queries #dotnet #csharp

Let's talk about how query parameterization can speed up your Entity Framework requests. Don't forget to comment, like and ...

1:05
Make Entity Framework Faster with Parameterized Queries #dotnet #csharp

1,868 views

11 months ago