The .NET Dev (@thedotnetdev) 's Twitter Profile
The .NET Dev

@thedotnetdev

Tweeting out the best .NET posts from #DEVCommunity, powered by @ThePracticalDev 💜

Available via toot @[email protected] 🦣

ID: 1115659846496342016

linkhttps://dev.to/t/dotnet calendar_today09-04-2019 16:56:50

2,2K Tweet

10,10K Followers

1 Following

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

C# concurrency in a nutshell: parallel vs concurrent, async/await, state machines and core thread synchronization explained. #DEVCommunity #dotNET dev.to/sajadjalilian/…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Quick guide to IS-A vs HAS-A in C#: • IS-A inheritance (Dog : Animal) • HAS-A composition (Car has Engine) #DEVCommunity #dotNET dev.to/tak089/has-a-v…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Optimize ASP.NET Core APIs for speed with practical tips on response compression, caching, lean JSON, buffer reuse and streaming data. { author: Adrián Bailador Dev 👨🏻‍💻 } #DEVCommunity #dotNET dev.to/adrianbailador…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Kick off a .NET solution in minutes using only the CLI. Setup projects, tests and Git in simple terminal commands. Clear and practical. { author: Giorgi Kobaidze } #DEVCommunity #dotNET dev.to/georgekobaidze…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Use repository + unit of work instead of injecting DbContext directly for cleaner, testable code with clear separation of concerns #DEVCommunity #dotNET dev.to/razhan1994/cle…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

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 dev.to/sajadjalilian/…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Discover Kernel Memory for .NET — a straightforward C# library to index PDFs, scrape web pages, and enable LLM-based search and Q&A { author: Matthew Hope Eland } #DEVCommunity #dotNET dev.to/leading-edje/d…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Tired of messy console tables? I built a .NET library to format tabular data in seconds—easy, flexible, professional. MIT open source #DEVCommunity #dotNET dev.to/mahammad_ahmad…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Customize ASP.NET Core Identity with EF Core for your project: tweak tables, add fields, JWT tokens, seed roles & claims { author: Anton Martyniuk } #DEVCommunity #dotNET dev.to/antonmartyniuk…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

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 dev.to/yash_maisuriya…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

✅ URL-based API versioning keeps endpoints compatible; ✅ Unit tests for services & controllers catch regressions #DEVCommunity #dotNET dev.to/mirnes_mrkalje…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

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 dev.to/ali_shahriarim…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

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 dev.to/masterpars/new…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Simplify .NET UI data workflows with QueryLink v1.0.0 • Define filters and sorting in minutes • Replace boilerplate with cleaner queries #DEVCommunity #dotNET dev.to/gigaherz/trans…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

5 subtle C# data type mistakes every dev should know – from value vs reference mix-ups to precision quirks and nullable traps { author: Ifedayo Agboola } #DEVCommunity #dotNET dev.to/blackscripts/c…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Learn to avoid 5 frequent C# data type pitfalls that can sneak into your codebase and lead to bugs. { author: Ifedayo Agboola } #DEVCommunity #dotNET dev.to/blackscripts/-…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

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 dev.to/leading-edje/m…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

When the repository pattern stops short, add Unit of Work and Lazy Loading Proxies to handle complex data scenarios with cleaner code. #DEVCommunity #dotNET dev.to/serhii_korol_a…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Learn how to strip emojis from .NET strings with C# by handling surrogate pairs and filtering Unicode code points #DEVCommunity #dotNET dev.to/tomybs/how-to-…

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

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 dev.to/dadbam/docker-…