ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,342 results

Julio Casal
ASP.NET Core Full Course For Beginners (.NET 10)

Free .NET Developer Roadmap: ...

3:27:33
ASP.NET Core Full Course For Beginners (.NET 10)

29,031 views

3 weeks ago

Ed Andersen
.NET Web Developer 2026 Roadmap - Brutally Honest Edition

2026 edition of my .NET Developer Roadmap - avoid the ".NET silo" and maximize your 2026 employability! Covering Blazor ...

6:44
.NET Web Developer 2026 Roadmap - Brutally Honest Edition

18,361 views

2 weeks ago

Fireship
.NET in 100 Seconds

NET is a free and open-source platform for creating high-performance software in virtually every domain, powered primarily by the ...

2:44
.NET in 100 Seconds

380,280 views

4 days ago

Milan Jovanović
What Every .NET Developer Actually Needs to Know in 2026

Get the 2026 .NET Developer roadmap here → https://the-dotnet-weekly.ck.page/2026-roadmap Want to master Clean ...

12:15
What Every .NET Developer Actually Needs to Know in 2026

43,158 views

11 days ago

dotnet
ASP.NET Community Standup: Server & APIs roadmap discussion for .NET 11

Join us for a discussion on our ASP.NET Core roadmap for .NET 11, specifically focused on backend server and API functionality.

1:02:04
ASP.NET Community Standup: Server & APIs roadmap discussion for .NET 11

4,046 views

Streamed 13 days ago

dotnet
Blazor Community Standup - Planning the future of Blazor in .NET 11

Let's talk about the future of Blazor! We'll walk through the themes and ideas we're considering for .NET 11 and open the floor for ...

1:12:01
Blazor Community Standup - Planning the future of Blazor in .NET 11

5,795 views

Streamed 6 days ago

CodAffection
Angular & ASP.NET Core Web API : User Registration, Authentication & Authorization using JWT

This video is all about implementing user registration, authentication and authorization using ASP.NET Core Identity & JWT in ...

5:21:19
Angular & ASP.NET Core Web API : User Registration, Authentication & Authorization using JWT

2,418 views

8 days ago

Shiva Gautam
What is ASP.NET Core? Create Your First Project Step-by-Step

What is ASP.NET Core? Create Your First Project Step-by-Step Are you starting your .NET journey and confused about ASP.NET ...

17:21
What is ASP.NET Core? Create Your First Project Step-by-Step

918 views

3 weeks ago

Fox Learn
Build Authentication APIs in ASP.NET Core Web API Using Identity

ASP.NET Core Web API Authentication with Identity (Register, Login, Change Password) In this video, you'll learn how to build a ...

12:08
Build Authentication APIs in ASP.NET Core Web API Using Identity

736 views

4 weeks ago

Round The Code
The easy way to add file logging in ASP.NET Core

Learn the easy way to write to a log file using Serilog in ASP.NET Core. You'll discover which NuGet packages are required for ...

8:08
The easy way to add file logging in ASP.NET Core

322 views

8 days ago

Digital TechJoint
Azure Entra ID Authentication in ASP.NET MVC | VS 2026 & .NET 10

In this video, we build a real-world ASP.NET MVC application using .NET 10 and Visual Studio 2026 that authenticates users ...

38:05
Azure Entra ID Authentication in ASP.NET MVC | VS 2026 & .NET 10

2,660 views

3 weeks ago

Evan Gudmestad
Gudmestad Lecture - 2026 - An introduction to Web Programming and ASP.NET MVC

Chapter 1 Lecture.

1:03:08
Gudmestad Lecture - 2026 - An introduction to Web Programming and ASP.NET MVC

98 views

12 days ago

Macro Code
🔥 How to Create CRUD ASP.NET Core Web API in .NET 10 Using SQL Server 🚀

In this video, we explore how to seed initial data using Entity Framework Core in ASP.NET Core with SQL Server. Data seeding is ...

17:13
🔥 How to Create CRUD ASP.NET Core Web API in .NET 10 Using SQL Server 🚀

109 views

2 weeks ago

Shiva Gautam
.NET Developer Roadmap 2026 From Zero to Job-Ready

NET Developer Roadmap 2026 From Zero to Job-Ready Planning to become a .NET Developer in 2026? This video gives you ...

12:28
.NET Developer Roadmap 2026 From Zero to Job-Ready

259 views

3 hours ago

StackMastery
ASP.NET Web API Tutorial (Beginner to Advanced)  Episode 5

In Episode 5 of the ASP.NET Web API Tutorial (Beginner to Advanced), we focused on working with files and implementing proper ...

28:23
ASP.NET Web API Tutorial (Beginner to Advanced) Episode 5

22 views

2 weeks ago

StackMastery
ASP.NET Web API Tutorial (Beginner to Advanced)  Episode 4

In this episode of our ASP.NET Web API Tutorial (Beginner to Advanced) series, we dived into one of the most important concepts ...

23:50
ASP.NET Web API Tutorial (Beginner to Advanced) Episode 4

28 views

3 weeks ago

LEARNING PARTNER
From Angular to Backend 🚀 | How to Create ASP.NET Core Web API Project |  Folder Structure | Part-1

How angular Developer can start learning Asp.net Api development. In this new learning series, whatever I learn step by step, ...

20:52
From Angular to Backend 🚀 | How to Create ASP.NET Core Web API Project | Folder Structure | Part-1

454 views

1 day ago

NDC Conferences
Future Proof with ASP.NET Core API Versioning - Jay Harris - NDC Copenhagen 2025

This talk was recorded at NDC Copenhagen in Copenhagen, Denmark. #ndccopenhagen #ndcconferences #developer ...

59:29
Future Proof with ASP.NET Core API Versioning - Jay Harris - NDC Copenhagen 2025

113 views

6 hours ago

Addiy dot code
ASP.NET MVC Relationships | One-to-One, One-to-Many, Many-to-Many Using Lists (Beginner to Advanced)

ASP.NET MVC RELATIONSHIPS — LIST-BASED IMPLEMENTATION In this video, we explore One-to-One, One-to-Many, and ...

52:11
ASP.NET MVC Relationships | One-to-One, One-to-Many, Many-to-Many Using Lists (Beginner to Advanced)

30 views

4 weeks ago

NDC Conferences
Going Passwordless - A Practical Guide to Passkeys in ASP.NET Core - Maarten Balliauw

This talk was recorded at NDC Copenhagen in Copenhagen, Denmark. #ndccopenhagen #ndcconferences #developer ...

52:37
Going Passwordless - A Practical Guide to Passkeys in ASP.NET Core - Maarten Balliauw

433 views

1 day ago

DotNet With Miss Perfect
ASP.NET Login Page Design  | Step-by-Step Tutorial

In this video, we will learn how to design a simple and secure Login Page in ASP.NET Web Forms using C#. This tutorial is ...

2:35
ASP.NET Login Page Design | Step-by-Step Tutorial

13 views

4 weeks ago

VidhyaKshetra
Implement CQRS in ASP.NET Core using MediatR | Clean Architecture + Best

Learn how CQRS (Command Query Responsibility Segregation) is used in real-world ASP.NET Core applications with MediatR.

6:31
Implement CQRS in ASP.NET Core using MediatR | Clean Architecture + Best

78 views

2 weeks ago

DotNet Web API Lab
Introduction to C#, ASP.NET Web API & SQL Server

This video introduces the DotNet Web API Lab channel. The channel provides clear, topic-wise guidance on C#, ASP.NET Web ...

0:26
Introduction to C#, ASP.NET Web API & SQL Server

56 views

3 weeks ago

CS_Software
How to Create CAPTCHA in C# ASP.NET (Step-by-Step Tutorial)

How to Create CAPTCHA in C# ASP.NET (Step-by-Step Tutorial) In this step-by-step tutorial, you'll learn how to create a ...

9:40
How to Create CAPTCHA in C# ASP.NET (Step-by-Step Tutorial)

4 views

10 days ago

Dot Net Tutorials
CQRS in ASP.NET Core Microservices | Complete Guide with Real-Time Implementation

In this video, we will explore CQRS in ASP.NET Core Microservices with a clear, real-time implementation approach. You will ...

1:43:56
CQRS in ASP.NET Core Microservices | Complete Guide with Real-Time Implementation

416 views

7 days ago