Channel Avatar

Round The Code @UC5ayzs2Jp3biNZscB3qacmw@youtube.com

9.6K subscribers - no pronouns :c

.NET, C# and ASP.NET Core tutorials, code examples, courses,


08:08
On My Website: Umbraco analytics package for page views
09:38
How do you write a Dockerfile for an ASP.NET Core app?
08:07
Static asset file sizes can be reduced by over 80% in .NET 9
08:50
Swagger dropped in .NET 9: What are the alternatives?
10:13
What's new in .NET 9? Key features you need to know!
08:06
C# 13 released with new features that you can use now
09:35
.NET 9 has been released: How do you update?
11:05
Data Annotations or FluentValidation for .NET validation?
08:10
What is a partial class in C# and why should you use them?
08:18
Entity Framework Core features to help you migrate data
08:24
How to use feature flags in .NET to toggle features on & off
08:43
Use SignalR to send and receive a message in real-time
08:55
How should you get config values from appsettings.json?
09:26
What's it like using VS Code to build a .NET project?
10:35
Add geolocation to .NET & find the location of an IP address
08:42
Add Stripe to .NET and start taking online payments
08:35
Do try, catch and finally code blocks always run in C#?
08:36
C# changes you may not know about to help write cleaner code
08:16
Why you must use async/await in C# to make API calls
06:05
.NET 7 apps must be updated now to stop vulnerabilities
09:25
Use HttpClient the correct way to avoid socket exceptions
10:48
8 C# technical questions you need to know for an interview
10:12
Are you prepared for your next .NET interview?
08:41
Your .NET resume needs to stand out to land your next job!
09:16
How to use Moq to mock xUnit tests for a .NET project
10:34
xUnit tutorial: How to run unit testing in C#
08:03
Create ASP.NET Core Web API CRUD methods (& test in Postman)
04:42
How to create an ASP.NET Core Web API project in .NET 8
04:48
How to write custom middleware in ASP.NET Core
08:01
Raw SQL queries & stored procedures in Entity Framework Core
08:14
Include method for one to many relationships in EF Core
10:44
Select rows using queries in Entity Framework Core
12:15
Insert, update & delete a record in Entity Framework Core
10:00
Entity Framework Core migrations: Add a migration
08:04
Create a DbContext class in Entity Framework Core
05:26
No more custom middleware for global exception handling
03:44
How .NET has evolved with features from previous versions
04:29
How C# has evolved with features from previous versions
04:01
Why does LINQ have so many ways to return an element?
05:36
Appsettings in .NET 8 are much faster to validate
03:15
Worker service has a major update to its lifecycle events
04:51
Useful data annotations that are new in .NET 8
02:48
Primary constructors causing concern for C# developers
03:54
How to update to .NET 8: The fastest .NET to date
07:17
TimeProvider in .NET 8 makes mocking time much easier!
03:09
Collection expressions sees the spread operator in C#
06:37
Unbelievable Blazor update sees Server & Wasm together!
03:43
Blazor & SSR launches its way into .NET 8
03:40
Primary constructors in C# sees params added to a class
05:38
Why singleton hates scoped injection in .NET dependency injection
04:29
Yield in C#: How to create an iterator with IEnumerable
04:34
Keyed services sees an invaluable update for dependency injection
07:07
C# coding challenges to master your .NET technical job interview
15:18
FromQuery? FromBody? What are these ASP.NET Core Web API attributes?
20:50
JWT authentication: How to add in ASP.NET Core
17:24
Basic authentication: How to add in ASP.NET Core
06:36
Blazor: Razor component tutorial and example
05:04
Data Annotations: Model validation in ASP.NET Core C#
16:20
ChatGPT: Will it replace .NET developer jobs?
03:11
Blazor bug in .NET 7: New feature throws error