ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

32 results

Netcode-Hub
Upgrade Your .NET 7/8 Web API to .NET 9 šŸš€ | Step-by-Step Guide to Unlock New Features & Performance!

In this video, I'll show you how to upgrade your .NET 7 or .NET 8 Web API project to .NET 9. Upgrading brings better performance,Ā ...

6:57
Upgrade Your .NET 7/8 Web API to .NET 9 šŸš€ | Step-by-Step Guide to Unlock New Features & Performance!

3,411 views

1 year ago

Ed Andersen
Brutally honest advice for new .NET Web Developers

Updated version for 2026!! āž”ļø https://www.youtube.com/watch?v=Wn_wVkeGPYs Want to become a Microsoft .NET / C# webĀ ...

7:19
Brutally honest advice for new .NET Web Developers

497,666 views

1 year ago

dotnet
Upgrade Your .NET Projects Faster with Visual Studio

Now you can upgrade any .NET application to the latest version of .NET inside of Visual Studio! We are happy to introduce it as aĀ ...

7:13
Upgrade Your .NET Projects Faster with Visual Studio

75,842 views

2 years ago

dotnet
Upgrading a .NET 6 repo to .NET 9 with GitHub Copilot

In this video, Chet Husk demos how to upgrade your .NET 6 repo to .NET 9 with GitHub Copilot app modernization - upgrade for .

5:28
Upgrading a .NET 6 repo to .NET 9 with GitHub Copilot

6,151 views

8 months ago

Fox Learn
Deploy ASP.NET Core Web App to IIS | .NET 9 Hosting Step-by-Step

In this video, you'll learn how to deploy an ASP.NET Core (.NET 9) web application to IIS on Windows. We'll go step-by-step fromĀ ...

6:11
Deploy ASP.NET Core Web App to IIS | .NET 9 Hosting Step-by-Step

4,407 views

4 months ago

Coding Droplets
ASP.Net Core Web API JWT Tutorial [Using JWT in ASP.Net Core]

Let's explore how to implement JWT authentication in an ASP.NET Core Web API Get Source Code:Ā ...

8:01
ASP.Net Core Web API JWT Tutorial [Using JWT in ASP.Net Core]

69,761 views

1 year ago

PRO Concepts
C#12 Alias Any Type | What's New in .NET8 & C#12 |

In today's video, we will explore **"Alias Any Type"**, one of the new features introduced in C# 12. You can use the `using` aliasĀ ...

9:02
C#12 Alias Any Type | What's New in .NET8 & C#12 |

81 views

1 year ago

Ed Andersen
Has Microsoft Abandoned C# and .NET?

TypeScript's compiler is now written in Go. Is it over for C# and .NET and what can you do about it? #csharp #typescript #dotnetĀ ...

7:11
Has Microsoft Abandoned C# and .NET?

55,835 views

10 months ago

Round The Code
.NET Worker Service: Create a background service in C# (run as a Windows Service)

Want to learn Minimal APIs from scratch? I'm giving away my ā€œMinimal APIs for Complete Beginnersā€ course FREEĀ ...

7:39
.NET Worker Service: Create a background service in C# (run as a Windows Service)

54,486 views

3 years ago

Coding Droplets
Hangfire - Hangfire in .Net Core | Hangfire Asp.Net Core

Welcome to the comprehensive tutorial on Hangfire, your gateway to efficient job scheduling in .NET Core/ASP.NET CoreĀ ...

16:17
Hangfire - Hangfire in .Net Core | Hangfire Asp.Net Core

46,991 views

2 years ago

Coding Droplets
Deploy ASP.Net Core Web Application in IIS - Dot Net Core Hosting

Linux Hosting Tutorial: https://www.youtube.com/watch?v=bXK-F-uL7Qo Welcome to our tutorial on ASP Dot Net Core Hosting onĀ ...

6:09
Deploy ASP.Net Core Web Application in IIS - Dot Net Core Hosting

106,537 views

2 years ago

Tech Dudes
Azure Functions with .NET 8: Develop, Publish, and Verify Step-by-Step

Azure Functions with .NET 8: A Complete Guide! In this video, I break down everything you need to know about Azure Functions:Ā ...

11:20
Azure Functions with .NET 8: Develop, Publish, and Verify Step-by-Step

4,353 views

1 year ago

Code Review Zone
LINQ .NET 8 - The CRAZY performance boost.

Another one of those performance tests... Chapters: 00:00:00 - 1 - Introduction 00:00:25 - 2 - Requirements 00:01:33 - 3 - CreatingĀ ...

18:04
LINQ .NET 8 - The CRAZY performance boost.

5,695 views

2 years ago

Tech Dudes
Azure Key Vault Tutorial: Create, Connect, and Fetch Secrets with .NET 8 API

My Website : https://techdudesbyvenkat.in Azure Key Vault Tutorial: Create, Connect, and Fetch Secrets with .NET 8 API In thisĀ ...

11:38
Azure Key Vault Tutorial: Create, Connect, and Fetch Secrets with .NET 8 API

3,088 views

1 year ago

Coding Droplets
Deploying DotNet Core to Linux | Blazor Deploy Linux

Welcome to our comprehensive tutorial on ASP.Net Core Linux Deploy. VPS Service Provider: https://bit.ly/hostinger-vps-cdĀ ...

11:21
Deploying DotNet Core to Linux | Blazor Deploy Linux

36,701 views

2 years ago

Anton Putra
.NET (C#) vs. Fiber (Go): Performance (Latency - Throughput - Saturation - Availability)

Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or me@antonputra.comĀ ...

14:30
.NET (C#) vs. Fiber (Go): Performance (Latency - Throughput - Saturation - Availability)

115,212 views

1 year ago

Gerald Versluis
LTS for .NET MAUI is a Lie!

Unlike general .NET, .NET MAUI does not have a LTS/STS cycle. You will always want to be on the latest major .NET version forĀ ...

4:22
LTS for .NET MAUI is a Lie!

8,881 views

10 months ago

NareshAskani
šŸ”„Strategy Pattern in 5 Minutes! šŸš€ Simplified Tutorial with Real-World Use Case

Short on time? Learn the Strategy Pattern in just 5 minutes! In this fast-paced, easy-to-follow tutorial, you'll learn: āœ“ What is theĀ ...

5:07
šŸ”„Strategy Pattern in 5 Minutes! šŸš€ Simplified Tutorial with Real-World Use Case

22 views

11 months ago

Coding Droplets
Blazor Authentication Tutorial - How to Authorize in Blazor [Blazor Tutorial]

Get Source Code by Supporting on Patreon: https://patreon.com/CodingDroplets Blazor Tutorial Series Playlist link:Ā ...

14:25
Blazor Authentication Tutorial - How to Authorize in Blazor [Blazor Tutorial]

82,989 views

1 year ago

Tom Shaw
CI/CD Tutorial using GitHub Actions - Automated Testing & Automated Deployments

STARTER PROJECT SOURCE CODE: https://github.com/IAmTomShaw/github-actions-demo-project Want to automate yourĀ ...

6:13
CI/CD Tutorial using GitHub Actions - Automated Testing & Automated Deployments

230,879 views

1 year ago