Amichai Mantinband
Introducing bananotate 3.0
21:13
Amichai Mantinband
3 Powerful Design Patterns You Should Know
14:26
Amichai Mantinband
Swift First Impression (as a .NET Developer)
25:27
Amichai Mantinband
I'm Launching My Startup!
15:36
Amichai Mantinband
Clean Error Handling In .NET
9:15
Amichai Mantinband
Global Error Handling in .NET 8 - My Favorite Approach
14:18
Amichai Mantinband
Getting Started with Dapper in .NET
11:29
Amichai Mantinband
The Best Way To Organize Your Program.cs In ASP.NET
6:59
Amichai Mantinband
Migrations Done Right in .NET
11:11
Amichai Mantinband
Getting started with Docker Compose
6:22
Amichai Mantinband
Dockerize Your .NET Application in 5 Minutes!
7:42
Amichai Mantinband
Presentation Logic vs Application Logic vs Domain Logic
12:54
Amichai Mantinband
Controllers From Scratch Using .NET 8
14:23
Amichai Mantinband
The Best Way To Send HTTP Requests
9:20
Amichai Mantinband
How To Design Amazing REST APIs
18:57
Amichai Mantinband
The 3 REST API Maturity Levels (The Richardson Maturity Model)
2:43
Amichai Mantinband
Stop Calling Your API a "REST API"
17:42
Amichai Mantinband
ASP.NET 8 REST API Tutorial - The "Sweet Spot" Architecture
11:30
Amichai Mantinband
Exceptions are evil. This is what I do instead.
24:41
Amichai Mantinband
5 C# Naming Conventions I Wish Everyone Followed
12:46
Amichai Mantinband
ASP.NET Web APIs Explained in 9 Minutes
9:03
Amichai Mantinband
Stop returning custom error responses from your API. Do this instead.
12:07
Amichai Mantinband
Dependency Injection Deep Dive | .NET & C# Essentials
38:01
Amichai Mantinband
Making LINQ Blazing fast with PLINQ (Parallel LINQ) | .NET & C# Essentials
36:26
Amichai Mantinband
Dependency injection fundamentals in C# - DI vs IoC vs DIP
13:30
Amichai Mantinband
Every Single LINQ Extension Method With Examples | .NET & C# Essentials
42:28
Amichai Mantinband
Why Developers Are OBSESSED With Obsidian
11:26
Amichai Mantinband
Clean Architecture vs Domain-Driven Design (DDD) - Understand the Difference
11:26
Amichai Mantinband
This BIG Modeling Mistake Is Ruining Your Performance
12:31
Amichai Mantinband
The ULTIMATE Clean Architecture Project Template for .NET
14:31
Amichai Mantinband
Understand Clean Architecture in 7 Minutes
7:02
Amichai Mantinband
Winglang in 10 minutes
11:39
Amichai Mantinband
.NET in 300 seconds
5:48
Amichai Mantinband
DDD's Holy Grail
13:38
Amichai Mantinband
Amichai Mantinband Live Stream
Amichai Mantinband
Clean Code Sucks?
8:14
Amichai Mantinband
The .NET Extension Method You Should Know About
9:31
Amichai Mantinband
The complete guide to unit testing structure best practices
44:12
Amichai Mantinband
How Sharp is Your C#? | Riddle #2
3:45
Amichai Mantinband
Domain Events | Clean Architecture & Domain-Driven Design from scratch | Part 17
24:34
Amichai Mantinband
Why is everyone getting this riddle wrong? | How sharp is your C# | Riddle 1
3:24
Amichai Mantinband
The Identity Paradox | DDD, EF Core & Strongly Typed IDs
16:15
Amichai Mantinband
EF Core, DDD, and Clean Architecture - Mapping Aggregates to Relational Databases
1:00:00
Amichai Mantinband
Working at Microsoft - The Good, the Bad, the Ugly
13:47
Amichai Mantinband
Entity Framework Core Tutorial - Everything You Need to Know to Get Started
40:56
Amichai Mantinband
Make the .NET CLI Your Best Friend | .NET & C# Essentials
19:41
Amichai Mantinband
C# Async Await Mistakes | Part 1
10:19
Amichai Mantinband
VIM shortcuts but they keep getting crazier
9:53
Amichai Mantinband
REST + DDD + CA + CQRS - When it all plays together | CA & DDD From Scratch | Part 14
41:06
Amichai Mantinband
IAsyncEnumerable, My Favorite C# 8 Feature That No One Is Using
11:02
Amichai Mantinband
Domain Layer Structure & Skeleton | Clean Architecture & DDD From Scratch Tutorial | Part 13
16:10
Amichai Mantinband
Implementing AggregateRoot, Entity, ValueObject | CA & DDD From Scratch Tutorial | Part 12
8:01
Amichai Mantinband
3 Steps for Modeling a Complex Domain | CLEAN ARCHITECTURE & DDD From Scratch Tutorial | Part 11
19:54
Amichai Mantinband
Aggregates, Entities & Value Objects | Modeling Rules of Thumb + Modeling Steps
9:02
Amichai Mantinband
Domain-Driven Design in 150 Seconds
2:56
Amichai Mantinband
Mapping Software Logic Using Process Modeling | CA & DDD From Scratch Tutorial | Part 10
15:47
Amichai Mantinband
.NET MAUI - Building a cross-platform app from scratch in 35 minutes
37:48
Amichai Mantinband
Event Storming - what it is and why you should use it with Domain-Driven Design
16:53
Amichai Mantinband
Throw, the only .NET guard clause library you need
17:22
Amichai Mantinband
JWT Bearer Authentication in ASP.NET 6 | CLEAN ARCHITECTURE & DDD From Scratch Tutorial | Part 9
18:02
Amichai Mantinband
The 3-line C# riddle that everyone is getting WRONG
11:19
Amichai Mantinband
Validation Behavior | MediatR + FluentValidation | CLEAN ARCHITECTURE & DDD Tutorial | Part 8
28:25
Amichai Mantinband
CRUD REST API in 1 Hour using .NET 6
1:05:57
Amichai Mantinband
Model Validation | Validation Attributes vs. FluentValidation | .NET 6
27:11
Amichai Mantinband
Object Mapping - Mapster | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 7
23:47
Amichai Mantinband
CQRS & MediatR | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 6
19:16
Amichai Mantinband
Flow Control | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 5
31:18
Amichai Mantinband
Global Error Handling | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 4
24:09
Amichai Mantinband
Visual Studio Code for .NET
23:31
Amichai Mantinband
Repository Pattern | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 3
22:46
Amichai Mantinband
Generating JWT Tokens | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 2
22:36
Amichai Mantinband
ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 1 - Project Setup
37:46