3144 тысяч подписчиков
558 видео
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
7 awesome improvements for LINQ in .NET 6
Dependency Injection Is Now Complete In .NET 8!
Remove Braces From Your Code Now! | Code Cop #004
How to write clean validation clauses in .NET
NativeAOT for .NET APIs Is Here and It’s INSANE!
The C# Feature I Use Instead of Reflection
How to design and code a scaleable solution (from monolith to microservices)
Getting started with branching workflows, Git Flow and GitHub Flow
How to collect metrics and create dashboards using Grafana, Prometheus and AppMetrics in .NET Core
Empty String or string.Empty in C#?
Logging into Elasticsearch using Serilog and viewing logs in Kibana | .NET Core Tutorial
Assembly Markers are Awesome | .NET Tips 10
The Most Requested C# Feature is Coming!
The Logging Everyone Should Be Using in .NET
The Best Advice from a 20-Year Programming Veteran
The Dumbest Thing I’ve Heard About .NET
A website every .NET developer should be aware of #Shorts
The Most Confusing C# 12 Feature Yet
Server Streaming | gRPC in .NET 5
Adding JWT Authentication & Authorization in ASP.NET Core
4 Nuget packages I cant live without in .NET
The First Feature of C# 13 Is Here!
How C# 12 Changes Your .NET Classes Forever
Creating an API SDK with Refit | ASP.NET Core 5 REST API Tutorial 23
The RIGHT way to deal with Date and Time in C#
Getting started with Azure Blob Storage in .NET Core | Azure Tutorial
The Easiest Scheduling for Your .NET Applications
The New Option and Result Types of C#
The New Data Protection Features of .NET 8 (GDPR)
The Database Feature Youre Not Using But Should!
Using EF Core’s Coolest Feature to Audit in .NET
Reviewing your Best Practices in C#
The Easiest Way to Create PDFs in .NET
C# is Getting Discriminated Unions!
Be Careful with Primary Constructors in C# | .NET Tips 12
ToArray vs ToList | .NET Tips 9
Stop Using IEnumerable The Wrong Way in .NET! | Code Cop #019
C# 11s NEW elegant string conversion
Why Startups Hate .NET and C#
The Best C# Version Ever Released
Writing C# in VS Code Is Finally Awesome!
Coding using ChatGPT AI broke me
Restricting endpoints with Claims | ASP.NET Core 5 REST API Tutorial 17
Implementing Modern API Versioning in .NET
What is a JWT (JSON Web Token) and why your REST API needs it
The Awesome New LINQ Methods Coming in .NET 9!
6 C# keywords you (probably) never had to use
Why I use Jetbrains Rider instead of Visual Studio for C# and .NET
Build Clean Messaging in .NET with MassTransit
The new .NET Exception that should NEVER be thrown