3144 thousand subscribers
558 videos
The Best Way to Work with Units in .NET
How to Measure Time Correctly in .NET
JetBrains Rider is Now Free! Rider vs Visual Studio
Implementing JWT Authentication in ASP.NET Core
"You're Doing Validation Wrong in .NET" | Code Cop #023
Swagger is Gone in .NET 9! Replace It With This.
Should You Use Controllers or Minimal APIs in .NET?
Getting Started with Dapper in .NET
Getting Started with Entity Framework Core in .NET
The Alternative to Deleting Data in .NET
Stop Using Booleans in Your Code! | Code Cop #022
LINQ's INSANE Improvements in .NET 9
The New Constructor Type Coming in C# 12 is Weird
The C# 12 Feature You Shouldn’t Use, Yet
The CORRECT way to implement Retries in .NET
Automated UI testing in .NET using Playwright and Specflow
Deploying and hosting WebAssembly Blazor in AWS S3 (custom domain and SSL)
Adding Facebook Authentication in a .NET Core API (Login & Register)
Fixing the performance problem of enums in C#
Entity Framework Core vs Dapper Performance in 2023
How to collect the code coverage of your tests in .NET
Can ChatGPT write GOOD unit tests?
Extending .NET Minimal APIs with Swagger, Authentication & Validation
Making Entity Framework Core As Fast As Dapper
The New File Part of Every New .NET API
Running in Docker | ASP.NET Core 2.2 REST API Tutorial 14
"Stop Using Automapper in .NET!" - Code Cop
Managing your .NET app configuration like a pro
Minimal APIs just got all I wanted in .NET 7
Elegant API Versioning in ASP.NET Core (Web API)
3 .NET "Best Practices" I Changed My Mind About
7 tips for writing better library code in .NET
The Best Feature That Is Not Coming to .NET Anymore
Your opinion about C# and .NET is outdated
Mapster, the best .NET mapper that you are (probably) not using
Fast and Safe compile-time dependency injection in .NET with Jab & StrongInject
Blazor server-side vs client-side (WebAssembly) | What should you choose?
Bidirectional Streaming | gRPC in .NET 5
How to use a Dead Letter Queue in .NET
Client Streaming | gRPC in .NET 5
Forget Grafana And Prometheus! Start With This.
php devs be like
My .NET Developer Roadmap for 2023
The biggest performance TRAP of LINQ in C# | .NET Tips 4
You Need to Update Your .NET Solution Files!
Refreshing JWTs with Refresh Tokens | ASP.NET Core 5 REST API Tutorial 13
JS Interop: Calling JavaScript from C# | Blazor Tutorial 5
The New GitHub Copilot X Powered by GPT-4 is Here!
How to unit test Minimal APIs in .NET 6 (and why it's hard)
The Ultimate .NET Developer Roadmap in 2024
How to create the simplest API there is!
40% faster JSON serialization with Source Generators in .NET 6
Stop wasting server resources by properly using CancellationToken in .NET
Why you no longer need a Dockerfile in .NET 7
What does the ref keyword actually do in C#?
gRPC Server & Unary Calls | gRPC in .NET 5
How Entity Framework Tries to Copy Dapper in .NET 8
Fast and efficient data serialisation with Protocol buffers (protobuf) in .NET
How to create your own Fluent API in C#
Getting started with Pub/Sub Messaging in .NET
Automatic type conversion with Implicit and Explicit operators in C#
The Secret HttpClient Feature You Need To Use in .NET