ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

50 results

dotnet
Blazor Community Standup: ASP.NET Core & Blazor Roadmap for .NET 11

Join us for a walkthrough of the ASP.NET Core & Blazor roadmap for .NET 11. We'll discuss the expected improvements for this ...

1:04:09
Blazor Community Standup: ASP.NET Core & Blazor Roadmap for .NET 11

636 views

Streamed 21 minutes ago

Shady khalifa
27. ASP.NET Core Web API (.NET 10) - Minimal API GET By ID Endpoint (MapGet + TypedResults)

In this video, we will implement the GET Movie By ID Endpoint using ASP.NET Core Minimal APIs in .NET 10, with Entity ...

4:11
27. ASP.NET Core Web API (.NET 10) - Minimal API GET By ID Endpoint (MapGet + TypedResults)

0 views

1 hour ago

Milan Jovanović
How to Secure .NET 10 APIs with Keycloak and OAuth 2.0

AspNetCore.Authentication.JwtBearer in .NET 10. Integrate Keycloak with ASP.NET Core Using OAuth 2.0 ...

15:00
How to Secure .NET 10 APIs with Keycloak and OAuth 2.0

2,137 views

7 hours ago

Shady khalifa
24. ASP.NET Core Web API (.NET 10) - Minimal APIs vs Controllers + REST Endpoints Overview

In this video, we will discuss one of the most important topics in modern ASP.NET Core development: Minimal APIs vs Controllers ...

6:57
24. ASP.NET Core Web API (.NET 10) - Minimal APIs vs Controllers + REST Endpoints Overview

0 views

1 day ago

The Debug Zone
Updating to ASP.NET Core 2.0 - Packages are not compatible with netcoreapp2.0

Today's Topic: Updating to ASP.NET Core 2.0 - Packages are not compatible with netcoreapp2.0 Thanks for taking the time to ...

2:27
Updating to ASP.NET Core 2.0 - Packages are not compatible with netcoreapp2.0

0 views

11 hours ago

Shady khalifa
28. ASP.NET Core Web API (.NET 10) - Minimal API PUT Endpoint (Update Movie) + EF Core 10 Tracking

In this video, we will implement the PUT Endpoint (Update Operation) using ASP.NET Core Minimal APIs in .NET 10, and update ...

2:58
28. ASP.NET Core Web API (.NET 10) - Minimal API PUT Endpoint (Update Movie) + EF Core 10 Tracking

0 views

1 hour ago

Hisham Bin Ateya
Feature Management in ASP.NET Core

This session will focus on exploring the features management in ASP.NET Core.

Upcoming
Feature Management in ASP.NET Core

0 views

0

The Debug Zone
Change Controller Route in ASP.NET Core

Today's Topic: Change Controller Route in ASP.NET Core Thanks for taking the time to learn more. In this video I'll go through ...

2:32
Change Controller Route in ASP.NET Core

0 views

1 hour ago

Shady khalifa
26. ASP.NET Core Web API (.NET 10) - Minimal API GET All Endpoint (MapGet + TypedResults.Ok)

In this video, we will implement the GET All Movies Endpoint using ASP.NET Core Minimal APIs in .NET 10, and connect it to our ...

2:44
26. ASP.NET Core Web API (.NET 10) - Minimal API GET All Endpoint (MapGet + TypedResults.Ok)

0 views

1 hour ago

The Debug Zone
BadImageFormatException when migrating from ASP.Net Core 1.1 to 2.0

Today's Topic: BadImageFormatException when migrating from ASP.Net Core 1.1 to 2.0 Thanks for taking the time to learn more.

1:54
BadImageFormatException when migrating from ASP.Net Core 1.1 to 2.0

0 views

23 hours ago

DotNetMastery
Understanding .NET Minimal APIs in Under 2 Minutes

Learn what Minimal APIs are in .NET and why they're a game-changer for building web APIs! In this quick 2-minute tutorial, I'll ...

2:11
Understanding .NET Minimal APIs in Under 2 Minutes

639 views

21 hours ago

Shady khalifa
29. ASP.NET Core Web API (.NET 10) - Minimal API DELETE Endpoint (Hard Delete) with EF Core 10

In this video, we will implement the DELETE Endpoint (Delete Operation) using ASP.NET Core Minimal APIs in .NET 10, and ...

2:57
29. ASP.NET Core Web API (.NET 10) - Minimal API DELETE Endpoint (Hard Delete) with EF Core 10

0 views

54 minutes ago

Shady khalifa
30. ASP.NET Core Web API (.NET 10) - Testing CRUD Endpoints with Scalar UI (GET, POST, PUT, DELETE)

In this video, we will test our complete CRUD Web API built with ASP.NET Core Minimal APIs (.NET 10) using Scalar UI. Scalar UI ...

2:58
30. ASP.NET Core Web API (.NET 10) - Testing CRUD Endpoints with Scalar UI (GET, POST, PUT, DELETE)

0 views

40 minutes ago

LearnCodingWithVinay
Export Data in ASP.NET Core MVC (CSV, Excel, PDF) Using Dapper | Complete Guide

In this video, we'll build a real-world feature to download data in CSV, Excel, and PDF formats using ASP.NET Core MVC. This is ...

35:55
Export Data in ASP.NET Core MVC (CSV, Excel, PDF) Using Dapper | Complete Guide

13 views

13 hours ago

Shady khalifa
22. ASP.NET Core Web API (.NET 10) - Update Operation with EF Core (Tracking Explained)

In this video, we will implement the Update Operation (PUT Request) in our ASP.NET Core Web API project using .NET 10 and ...

5:30
22. ASP.NET Core Web API (.NET 10) - Update Operation with EF Core (Tracking Explained)

6 views

1 day ago

Shady khalifa
21. ASP.NET Core Web API (.NET 10) - Read Operation (Get Movie By ID) with EF Core 10

In this video, we will implement the Read Operation (Get Movie By ID) inside our ASP.NET Core Web API project using .NET 10 ...

4:34
21. ASP.NET Core Web API (.NET 10) - Read Operation (Get Movie By ID) with EF Core 10

7 views

1 day ago

Shady khalifa
23. ASP.NET Core Web API (.NET 10) - Delete Operation with EF Core (Hard Delete Explained)

In this video, we will implement the Delete Operation (DELETE Request) in our ASP.NET Core Web API project using .NET 10 and ...

2:46
23. ASP.NET Core Web API (.NET 10) - Delete Operation with EF Core (Hard Delete Explained)

5 views

1 day ago

Shady khalifa
25. ASP.NET Core Web API – Minimal API POST Endpoint | .NET 10 + EF Core 10

In this video, we will implement the POST endpoint in our .NET 10 Minimal API project to create a new Movie record inside ...

10:50
25. ASP.NET Core Web API – Minimal API POST Endpoint | .NET 10 + EF Core 10

12 views

1 day ago

Learn At House In Hindi
Repository Pattern Setup in ASP.NET Core MVC | Blog Post Module

In Part 16 of our Full Stack .NET Core with MVC series, we are setting up the Repository Pattern for the Blog Post Module. This is a ...

19:25
Repository Pattern Setup in ASP.NET Core MVC | Blog Post Module

7 views

11 hours ago

Frontend to Backend with Rohan
.NET 10 & Angular 21: Build a Modern CRUD App in One Shot! [2026 Guide]

... Learn Full Stack Development from scratch – Frontend, Backend, APIs, ASP.NET Core, Angular, React, SQL, Entity Framework, ...

2:14:58
.NET 10 & Angular 21: Build a Modern CRUD App in One Shot! [2026 Guide]

88 views

6 hours ago