ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

536 results

Round The Code
Struggling with routes? ASP.NET Core constraints can fix it

Read the tutorial: ...

9:20
Struggling with routes? ASP.NET Core constraints can fix it

313 views

1 month ago

Round The Code
Add request logging to a database in an ASP.NET Core Web API

Learn how to add request logging to a SQL Server database in your ASP.NET Core Web API so you can monitor and analyse ...

12:49
Add request logging to a database in an ASP.NET Core Web API

652 views

3 months ago

DotNet 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

352 views

3 months ago

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

Read the tutorial: ...

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

429 views

4 weeks ago

Round The Code
Can ChatGPT build an ASP.NET Core login form in 10 minutes?

We asked ChatGPT to build a register and login form for an ASP.NET Core application in just 10 minutes. We got it to generate the ...

8:13
Can ChatGPT build an ASP.NET Core login form in 10 minutes?

965 views

10 months ago

Round The Code
How do you upload files in an ASP.NET Core Web API?

Learn how to build a Web API from scratch using Minimal APIs: ...

8:38
How do you upload files in an ASP.NET Core Web API?

903 views

2 months ago

Sophia Wagner
Security: Using ID token for role-base authorization in ASP.NET Core MVC

Using ID token for role-base authorization in ASP.NET Core MVC Hey guys! Hopefully you found a solution that helped you!

3:29
Security: Using ID token for role-base authorization in ASP.NET Core MVC

0 views

4 months ago

DotNet In Minutes
Connecting Your API to SQL Server with Entity Framework Core

#dotnet #efcore #sqlserver #webapi #aspnetcore #csharp #backenddevelopment #dotnet8 #restapi #programming ...

20:25
Connecting Your API to SQL Server with Entity Framework Core

130 views

3 months ago

Round The Code
Read & write to a CSV file using a list in ASP.NET Core

Learn how to read and write CSV files in an ASP.NET Core Web API. This tutorial walks through different scenarios so you can ...

9:35
Read & write to a CSV file using a list in ASP.NET Core

445 views

3 months ago

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

... a real Web API with Minimal APIs: https://www.udemy.com/course/aspnet-core-minimal-apis-for-complete-beginners-net-10/?

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

8,776 views

2 months ago

Round The Code
Your ASP.NET Core app might be leaking sensitive data

Handle exceptions properly in an API using Minimal APIs: ...

8:11
Your ASP.NET Core app might be leaking sensitive data

367 views

9 days ago

The Dev Talk Show
Maintainable code?  Beautiful code? | A metadata api for ASP.NET Core. and .NET Aspire

What is a metadata api? We're going to look at making more of the user group app data-driven. This will allow the app to read ...

1:56:42
Maintainable code? Beautiful code? | A metadata api for ASP.NET Core. and .NET Aspire

119 views

Streamed 7 months ago

Round The Code
How to use lifetimes in ASP.NET Core dependency injection

Learn how singleton, scoped, and transient service lifetimes work in ASP.NET Core with practical examples. In this video, we'll ...

8:04
How to use lifetimes in ASP.NET Core dependency injection

853 views

7 months ago

Cloud Tech Edge
Entity Framework Core with DBContext, GenericRepository and UnitOfWork in ASP.NET Core Web API

Learn about Generic Repository Pattern Implement using Entity Framework Core with DBContext, GenericRepository and ...

1:06:03
Entity Framework Core with DBContext, GenericRepository and UnitOfWork in ASP.NET Core Web API

11 views

6 months ago

Peter Schneider
Softwareengineering: ASP.NET MVC and Web API Together vs. ASP.NET MVC with JSON-Returning Action ...

ASP.NET MVC and Web API Together vs. ASP.NET MVC with JSON-Returning Action Methods I hope you found a solution that ...

2:39
Softwareengineering: ASP.NET MVC and Web API Together vs. ASP.NET MVC with JSON-Returning Action ...

3 views

11 months ago

The Debug Zone
Register and Login with Phone Number in ASP.NET Core Identity Tutorial

In this tutorial, we will explore how to implement user registration and login functionality using a phone number in ASP.NET Core ...

1:31
Register and Login with Phone Number in ASP.NET Core Identity Tutorial

60 views

11 months ago

The Debug Zone
ASP.NET Core DateTime: ToLocalTime vs ConvertTime Explained

In this video, we dive into the intricacies of handling DateTime in ASP.NET Core, focusing on two essential methods: ToLocalTime ...

1:31
ASP.NET Core DateTime: ToLocalTime vs ConvertTime Explained

2 views

6 months ago

The Debug Zone
ASP.NET Core DbContext Injection: Common Issues and Solutions Explained

In this video, we dive into the intricacies of DbContext injection in ASP.NET Core, a crucial aspect for developers working with ...

3:05
ASP.NET Core DbContext Injection: Common Issues and Solutions Explained

1 view

11 months ago

The Debug Zone
How to Pass Data to Startup.cs in ASP.NET Core: A Step-by-Step Guide

In this video, we'll explore the essential process of passing data to the Startup.cs file in ASP.NET Core applications.

1:35
How to Pass Data to Startup.cs in ASP.NET Core: A Step-by-Step Guide

14 views

8 months ago

DotNet In Minutes
Role-Based Authorization in ASP.NET Core (.NET 8) | JWT Roles Explained

Learn how to implement Role-Based Authorization in ASP.NET Core using JWT authentication. This step-by-step tutorial shows ...

23:46
Role-Based Authorization in ASP.NET Core (.NET 8) | JWT Roles Explained

42 views

1 month ago

The Debug Zone
How to Dynamically Load an ASP.NET Core Assembly: A Step-by-Step Guide

In this video, we'll explore the powerful technique of dynamically loading assemblies in ASP.NET Core applications. Whether ...

2:02
How to Dynamically Load an ASP.NET Core Assembly: A Step-by-Step Guide

3 views

10 months ago

The Debug Zone
How to Change ASP.NET Core Default Language from English to Your Locale

In this video, we'll explore how to customize the default language settings in your ASP.NET Core application, shifting from English ...

1:36
How to Change ASP.NET Core Default Language from English to Your Locale

13 views

11 months ago

Hassan Habib
Boost ASP.NET Performance with Response Caching 🔥

Speed up your ASP.NET Core applications and reduce server load with Response Caching! In this video, we break down what ...

11:29
Boost ASP.NET Performance with Response Caching 🔥

8,473 views

10 months ago

Round The Code
Common errors to avoid in ASP.NET Core dependency injection

Learn how to avoid the most common ASP.NET Core dependency injection errors and keep your applications running smoothly.

9:03
Common errors to avoid in ASP.NET Core dependency injection

462 views

6 months ago

The Debug Zone
ASP.NET Core Custom Model Binder for a Single Property Explained

In this video, we dive into the world of ASP.NET Core and explore the concept of custom model binding. Specifically, we'll focus ...

1:31
ASP.NET Core Custom Model Binder for a Single Property Explained

15 views

7 months ago