ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

135,966 results

Fireship
Blazor in 100 Seconds

Blazor is a framework that can build frontend web applications with HTML, CSS, and C#. It leverages web assembly to eliminate ...

2:33
Blazor in 100 Seconds

711,010 views

3 years ago

freeCodeCamp.org
Blazor Fundamentals Tutorial – Learn Blazor Step-by-Step

This crash course will guide you through learning the Blazor basics as a beginner, enabling you to start building web applications ...

1:21:28
Blazor Fundamentals Tutorial – Learn Blazor Step-by-Step

147,724 views

1 year ago

Patrick God
Is Blazor Actually Bad? Here's the Truth! 🤯

Master .NET & Blazor here: https://dnwa.net/3Hf1aWL ---

3:09
Is Blazor Actually Bad? Here's the Truth! 🤯

38,733 views

10 months ago

IAmTimCorey
Intro to Blazor in .NET 8 - SSR, Stream Rendering, Auto, and more...

In .NET 8, Blazor has become a full-featured web framework that is modular and adaptable to your needs over time. In this video ...

46:01
Intro to Blazor in .NET 8 - SSR, Stream Rendering, Auto, and more...

138,917 views

2 years ago

Julio Casal
Blazor Full Course For Beginners

Free .NET Developer Roadmap: ...

5:06:17
Blazor Full Course For Beginners

217,972 views

2 years ago

Microsoft Visual Studio
Zero to Hero: Blazor Web Apps

In this recorded Live! 360 session, Allen Conway takes you from zero to hero on Blazor Web Apps—covering the modern Blazor ...

1:15:28
Zero to Hero: Blazor Web Apps

12,397 views

3 months ago

People also watched

C# Tutorials with James
Blazor QuickGrid with EditForm

Blazor QuickGrid with EditForm 0:00 - Intro & Setup 2:00 - Initial QuickGrid 3:11 - Sorting 3:38 - Computed Column 4:13 - Add ...

17:01
Blazor QuickGrid with EditForm

2,193 views

5 months ago

Netcode-Hub
Build a Complete Employee Management System with .NET 8 Blazor WASM & API 🚀| CRUD, Print, PDF & More

Welcome to this step-by-step tutorial where you'll learn how to build a complete Employee Management System using .NET 8 ...

12:06:05
Build a Complete Employee Management System with .NET 8 Blazor WASM & API 🚀| CRUD, Print, PDF & More

393,610 views

2 years ago

Frank Liu
Full C# Project: Event Management System with Vertical Slice Architecture | Full Blazor Project

The complexities of Vertical Slice Architecture are explored in the context of building a Meetups Management System in Blazor ...

14:53:59
Full C# Project: Event Management System with Vertical Slice Architecture | Full Blazor Project

11,168 views

10 months ago

CliffTech
Build a CRUD App with Blazor .NET 9, MudBlazor, EF Core & SQL Server | Full Tutorial

GitHub Repo: https://github.com/Clifftech123/CliffTechYouTube/tree/main/BlazorCRUD *Support the channel with a coffee!

2:20:39
Build a CRUD App with Blazor .NET 9, MudBlazor, EF Core & SQL Server | Full Tutorial

14,632 views

1 year ago

Patrick God
Blazor Prerendering is Finally SOLVED in .NET 10!

Master .NET & Blazor here: https://dnwa.net/3WrawD2 🖥️ Source Code & Tutorial: https://dnwa.net/42Zy7hO.

13:45
Blazor Prerendering is Finally SOLVED in .NET 10!

19,936 views

6 months ago

Devessence
What’s New in ASP.NET Core & Blazor (.NET 10) – Future of Web Development

Explore the future of web development with ASP.NET Core and Blazor in .NET 10! In this in-depth session, Daniel Roth from the .

59:01
What’s New in ASP.NET Core & Blazor (.NET 10) – Future of Web Development

15,135 views

8 months ago

Code Overdose
Blazor Web App & Web API in REAL project (.NET 8) - Part 1

In this project, I will use Blazor Web App frontend + Web API backend in .NET 8, using Entity Framework Core code first, database ...

27:35
Blazor Web App & Web API in REAL project (.NET 8) - Part 1

27,944 views

1 year ago

Nick Proud
Blazor Server vs Blazor WebAssembly: Which is Right for You?

dotnet #csharp #.NET #softwaredevelopment In this highly informative video, I'm thrilled to present a comprehensive comparison ...

9:56
Blazor Server vs Blazor WebAssembly: Which is Right for You?

21,573 views

2 years ago

Maddy Zhang
How I use Claude Code (Senior Software Engineer Tips)

Most developers are using AI like a slightly better search engine. But tools like Claude Code can do far more than just generate ...

9:47
How I use Claude Code (Senior Software Engineer Tips)

31,468 views

6 days ago

IAmTimCorey
Blazor Server Components - Making Razor Components Easy to Use

Blazor Server allows C# developers to create single page applications (SPA) on the web without using JavaScript. One of the ...

42:23
Blazor Server Components - Making Razor Components Easy to Use

79,932 views

6 years ago

dotnet
Build better web apps with Blazor in .NET 10

Explore the future of web development with Blazor in .NET 10! Learn how Blazor makes it easier to build secure web apps with ...

25:37
Build better web apps with Blazor in .NET 10

47,487 views

4 months ago

Gavin Lon
Blazor - Explained in under 10 Minutes

In this video I attempt to give a comprehensive explanation of Blazor in less than 10 minutes Video Time Indexes ...

9:06
Blazor - Explained in under 10 Minutes

6,606 views

3 years ago

Nick Chapsas
The Real Reason Why Blazor Isn't Used

Get 30% off everything on Dometrain: ...

6:39
The Real Reason Why Blazor Isn't Used

69,311 views

10 months ago

Frank Liu
Learn Blazor Through Project In 2 Hours (.NET 10) | Identity | EF Core | Clean Architecture

ALL-ACCESS Subscription: Unlock access to all of my courses, both now and in the future at a low $19.99 / month.

2:15:45
Learn Blazor Through Project In 2 Hours (.NET 10) | Identity | EF Core | Clean Architecture

22,137 views

6 months ago

PhanxDEV
How to call a Web API from a Blazor component #blazor #http #webapi

In this video, I will show you, how to call a HTTP backend from a Blazor component. Perfect for both newcomers and seasoned ...

3:55
How to call a Web API from a Blazor component #blazor #http #webapi

16,531 views

1 year ago

IAmTimCorey
Intro to Blazor Server Side - Includes SQL Data Access and Best Practices

Blazor Server Side is an ASP.NET Core application type that uses SignalR to connect the client to the server. This allows for a rich ...

1:20:31
Intro to Blazor Server Side - Includes SQL Data Access and Best Practices

345,568 views

6 years ago

Patrick God
Blazor Render Modes EXPLAINED 🔥 Which One Should You Use in .NET 9 - SSR, Server, WebAssembly, Auto?

Master .NET & Blazor here: https://dnwa.net/4bEx768 --- Download the Source Code here: https://dnwa.net/4ifLfVK 00:00 ...

24:58
Blazor Render Modes EXPLAINED 🔥 Which One Should You Use in .NET 9 - SSR, Server, WebAssembly, Auto?

25,730 views

1 year ago

James Montemagno
Generate Blazor Websites in Minutes with Visual Studio's NEW Scaffolder for RAD development!

You can now scaffold views for Blazor projects, including CRUD (Create-Read-Update-Delete) using Entity Framework in minutes ...

10:19
Generate Blazor Websites in Minutes with Visual Studio's NEW Scaffolder for RAD development!

39,009 views

2 years ago