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
https://t.co/lsxi39DtVW
Learn how to strip emojis from .NET strings with C# by handling surrogate pairs and filtering Unicode code points #DEVCommunity#dotNET
https://t.co/4KmeHUu6Oh
When the repository pattern stops short, add Unit of Work and Lazy Loading Proxies to handle complex data scenarios with cleaner code. #DEVCommunity#dotNET
https://t.co/Pz7l2WSeIC
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
https://t.co/XeMAcopfGK
Learn to avoid 5 frequent C# data type pitfalls that can sneak into your codebase and lead to bugs.
{ author: @6lack_scripts } #DEVCommunity#dotNET
https://t.co/Al8lJhA1v9
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
https://t.co/n9DMdVhzJa
Simplify .NET UI data workflows with QueryLink v1.0.0
• Define filters and sorting in minutes
• Replace boilerplate with cleaner queries
#DEVCommunity#dotNET
https://t.co/OBnEUtD4Nt
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
https://t.co/NSrAWhC1jX
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
https://t.co/o3h77DqXaP
✅ URL-based API versioning keeps endpoints compatible; ✅ Unit tests for services & controllers catch regressions #DEVCommunity#dotNET
https://t.co/HUctLlNPnZ
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
https://t.co/sPQNf2xFNy
Tired of messy console tables? I built a .NET library to format tabular data in seconds—easy, flexible, professional. MIT open source #DEVCommunity#dotNET
https://t.co/LnE5eIbEha
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
https://t.co/7dnZks39Un
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
https://t.co/QtG8QXZV8z
Use repository + unit of work instead of injecting DbContext directly for cleaner, testable code with clear separation of concerns #DEVCommunity#dotNET
https://t.co/FXstvdrcY2
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
https://t.co/ZKQMy2FT9Q
C# concurrency in a nutshell: parallel vs concurrent, async/await, state machines and core thread synchronization explained. #DEVCommunity#dotNET
https://t.co/HXoXAR2JQ3