ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

16,862 results

dotNetDave
dotNetDave Explains Application Architecture With .NET

In this episode of dotNetDave Explains, proper application architecture is discusses and how the Microsoft .NET Framework of ...

16:34
dotNetDave Explains Application Architecture With .NET

598 views

11 years ago

Lee Richardson
E17: Code Coverage in .Net Core with Cake

In this episode Lee shows how to clean, build, and test a .Net Core project with Cake (C# Make). He then shows how to calculate ...

30:12
E17: Code Coverage in .Net Core with Cake

5,014 views

7 years 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,819 views

6 months ago

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,458 views

5 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,452 views

6 months ago

Hassan Habib
Build a Simple MCP Server & Client in C#.NET

Ready to dive into the world of AI-powered tools with just a few lines of C# code? In this video, we'll walk through building a fully ...

19:38
Build a Simple MCP Server & Client in C#.NET

139,799 views

9 months ago

Code In Minutes
ASP.NET Core Web API CRUD Tutorial (.NET 8) | Full REST API for Beginners

Learn how to build a complete ASP.NET Core Web API CRUD application using .NET 8 — step by step! In this hands-on tutorial, ...

14:51
ASP.NET Core Web API CRUD Tutorial (.NET 8) | Full REST API for Beginners

726 views

5 months ago

OktaDev
Get Started with .NET and Auth0 in Less Than 5 Minutes

Our latest version of the Auth0 Templates for .NET package is available! Join our Developer Advocate, Kiah Imani as she walks ...

2:57
Get Started with .NET and Auth0 in Less Than 5 Minutes

3,044 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,610 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

440 views

2 years ago

Bald. Bearded. Builder.
Building Custom Middleware for ASP.NET Core

Hi there! I'm Michael and in this video we're going to talk about ASP.NET Core middleware. What is it? How does it work?

13:41
Building Custom Middleware for ASP.NET Core

11,529 views

1 year 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,031 views

1 year 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

Round The Code
Upgrading to .NET 10? Do this first

Use .NET 10 to build a real Web API with Minimal APIs: ...

9:37
Upgrading to .NET 10? Do this first

10,874 views

4 months ago

Bald. Bearded. Builder.
Don't Make These Entity Framework Core Mistakes

Hi! I'm Michael, and in this video I'll cover 5 things you'll need to know when building scalable applications with Entity Framework ...

8:48
Don't Make These Entity Framework Core Mistakes

19,556 views

1 year ago

Lee Richardson
E33: Be a Superhero on Day 1 with ABP Framework

Learn how ABP.IO and ABP Framework can set your next ASP.Net Core project up for success on day 1 and beyond. In this ...

1:01:13
E33: Be a Superhero on Day 1 with ABP Framework

27,553 views

5 years ago

Lee Richardson
E19: Be a Hero on Day 1 with ASP.Net Boilerplate

UPDATE There's a more recent version of this episode but for ABP.IO, check out: https://youtu.be/ea0Zx9DLcGA Start your next ...

1:10:12
E19: Be a Hero on Day 1 with ASP.Net Boilerplate

64,915 views

6 years ago

dotNetDave
dotNetDave Explains... .NET Assemblies

In this episode of dotNetDave Explains .NET Assemblies. Includes what makes up an assembly, modules, manifest, IL and private ...

10:23
dotNetDave Explains... .NET Assemblies

461 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

6 months ago

Data Juggler
Using DataTier Net Blazor Data Factory   A Complete C# Dot Net Core 3 0 SQL Server Tutorial

DataTier.Net creates 100% stored procedures powered data-tiers for C# SQL Server developers, and is a viable alternative to ...

25:18
Using DataTier Net Blazor Data Factory A Complete C# Dot Net Core 3 0 SQL Server Tutorial

818 views

6 years ago

Bald. Bearded. Builder.
MVC vs. Minimal API vs. FastEndpoints - Which is Best for Your Project?

Not sure whether your .NET API should use MVC, minimal API, or something else? Let's talk about the pro's and con's of each and ...

4:39
MVC vs. Minimal API vs. FastEndpoints - Which is Best for Your Project?

24,446 views

2 years ago

ITedge Systems Inc
Asp.Net Core Complete Tutorial For Beginners | ITEdge Systems Inc

Learn ASP.NET Core in simple and easy steps starting from basic to advanced. ASP.NET Core is the new web framework from ...

2:43:29
Asp.Net Core Complete Tutorial For Beginners | ITEdge Systems Inc

20 views

5 years ago

Bald. Bearded. Builder.
Handle ASP.NET Core Exceptions Globally

Heyo! I'm Michael and in this video I'm going to talk about 3 ways to globally handle ASP.NET Core exceptions using the .

9:33
Handle ASP.NET Core Exceptions Globally

15,524 views

1 year 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,006 views

11 years ago

dotNetDave
dotNetDave Explains... .NET Common Type System

In this episode of dotNetDave Explains the .NET Common Type System (CTS) that includes value & reference types, user defined ...

16:08
dotNetDave Explains... .NET Common Type System

584 views

11 years ago