Skip to content
sharpchen
Search
K
Main Navigation
Documents
👾 Csharp Design Patterns
😱 Avalonia
🐳 Docker
😸 Git
😅 JavaScript
🦭 SQL
🤯 TypeScript
😎 Unsafe CSharp
🐢 Bash
🐫 Regular Expression
❄ Nix
🗿 Entity Framework Core
😬 HTML & CSS
🐚 Powershell
Articles
Home
Appearance
Menu
Return to top
On this page
Fake Database
Pros & Cons
Fake
Pros
Faster since it doesn't rely on any database engine.
Code logic isolated.
Cons
Needs to mocking a lot, like
DbSet
,
DbContext
and more...
Can be tricky mocking async collections.