
The .NET Dev
@TheDotNetDev
Followers
11K
Following
0
Media
0
Statuses
2K
Tweeting out the best .NET posts from #DEVCommunity, powered by @ThePracticalDev 💜 Available via toot @[email protected] 🦣
Joined April 2019
See how Docker packages your app like a recipe: Dockerfile to image to container, plus a .NET Web API and SQL Server example #DEVCommunity #dotNET.
0
7
49
Learn how to strip emojis from .NET strings with C# by handling surrogate pairs and filtering Unicode code points #DEVCommunity #dotNET.
0
3
35
When the repository pattern stops short, add Unit of Work and Lazy Loading Proxies to handle complex data scenarios with cleaner code. #DEVCommunity #dotNET.
0
14
82
Microsoft Build 2025 highlights: AI built into Azure, VS Code and .NET, Copilot in GitHub and Aspire, open sourcing WSL and a new Edit CLI. #DEVCommunity #dotNET.
0
5
29
Learn to avoid 5 frequent C# data type pitfalls that can sneak into your codebase and lead to bugs. { author: @6lack_scripts } #DEVCommunity #dotNET.
0
5
32
5 subtle C# data type mistakes every dev should know – from value vs reference mix-ups to precision quirks and nullable traps. { author: @6lack_scripts } #DEVCommunity #dotNET.
0
4
13
Simplify .NET UI data workflows with QueryLink v1.0.0 .• Define filters and sorting in minutes .• Replace boilerplate with cleaner queries .#DEVCommunity #dotNET.
0
5
30
EF Core 10 adds full-text and vector search in Cosmos DB, Left/Right joins in LINQ, plus simpler bulk updates via ExecuteUpdateAsync #DEVCommunity #dotNET.
0
6
38
Explore EF Core 10’s key updates: improved Cosmos DB support with full-text & vector search, new LINQ joins, and simpler bulk updates #DEVCommunity #dotNET.
0
3
25
✅ URL-based API versioning keeps endpoints compatible; ✅ Unit tests for services & controllers catch regressions #DEVCommunity #dotNET.
0
8
45
Step-by-step guide to building a Todo list API with .NET Core Minimal APIs. Set up models, EF Core context, and concise async endpoints. #DEVCommunity #dotNET.
0
5
40
Customize Core Identity with EF Core for your project: tweak tables, add fields, JWT tokens, seed roles & claims. { author: @AntonMartyniuk } #DEVCommunity #dotNET.
0
9
54
Tired of messy console tables? I built a .NET library to format tabular data in seconds—easy, flexible, professional. MIT open source #DEVCommunity #dotNET.
0
3
19
Discover Kernel Memory for .NET — a straightforward C# library to index PDFs, scrape web pages, and enable LLM-based search and Q&A. { author: @integerman } #DEVCommunity #dotNET.
0
9
68
Hold off on distributed caches—start with in-memory. When you scale, try cache-aside or write-through and tune TTL for invalidation #DEVCommunity #dotNET.
0
4
38
Use repository + unit of work instead of injecting DbContext directly for cleaner, testable code with clear separation of concerns #DEVCommunity #dotNET.
3
13
93
Kick off a .NET solution in minutes using only the CLI. Setup projects, tests and Git in simple terminal commands. Clear and practical. { author: @georgekobaidze } #DEVCommunity #dotNET.
0
8
48
Optimize Core APIs for speed with practical tips on response compression, caching, lean JSON, buffer reuse and streaming data. { author: @DotNetDevABP } #DEVCommunity #dotNET.
0
26
109
Quick guide to IS-A vs HAS-A in C#: .• IS-A inheritance (Dog : Animal) .• HAS-A composition (Car has Engine) #DEVCommunity #dotNET.
0
8
47
C# concurrency in a nutshell: parallel vs concurrent, async/await, state machines and core thread synchronization explained. #DEVCommunity #dotNET.
0
11
96