Enjoying the newsletter? Your feedback helps us grow and reach more developers.

Share your testimonial →

Today's Articles

How I Used C# Source Generators to Eliminate Boilerplate and Speed Up Development

https://blog.stackademic.com/how-i-used-c-source-generators-to-eliminate-boilerplate-and-speed-up-development-2f0160f29f34?source=rss------dotnet-5

An exploration of compile-time metaprogramming, what it automates well, and the surprising productivity gains it unlocked. Continue reading on Stackademic »

🔒Terminal Commands in VS Code Chat

https://www.youtube.com/shorts/65x01_3ILD0

Stop Writing Slow C#: Span and Memory Are the Upgrade Your Codebase Desperately Needs

https://blog.stackademic.com/stop-writing-slow-c-span-and-memory-are-the-upgrade-your-codebase-desperately-needs-d6d61240682b?source=rss------csharp-5

How Span, ReadOnlySpan, Memory, and stackalloc eliminate silent allocations and give your everyday C# code the speed of a seasoned library… Continue reading on Stackademic »

⭐ New Features in .NET 10 and C# 14 — A Deep Dive Into What’s Coming Next

https://medium.com/@rp99452/new-features-in-net-10-and-c-14-a-deep-dive-into-whats-coming-next-27b468746da0?source=rss------csharp-5

As .NET continues to evolve, Microsoft’s latest release — .NET 10 paired with C# 14 — brings one of the most polished and…

.NET Performance Techniques for Improved Memory Efficiency, GC Behaviour, and Application…

https://medium.com/@mmz.zaeimi/net-performance-techniques-for-improved-memory-efficiency-gc-behaviour-and-application-8e2640efe9ab?source=rss------dotnet-5

A high-level exploration of practical .NET performance improvements and how they translate into measurable gains in memory efficiency, GC…

Variables and Data Types in C#

https://www.c-sharpcorner.com/article/variables-and-data-types-in-c-sharp/

Master C# variables and data types! This guide covers primitive (int, double, bool, string) & non-primitive types (arrays, lists) with real-world examples. Perfect for beginners!

Why Most .NET Apps Crash Under Load — And the Simple Fix You Forgot

https://medium.com/@mohsho10/why-most-net-apps-crash-under-load-and-the-simple-fix-you-forgot-0b63c15fcaf8?source=rss------dotnet-5

(It’s not the cloud. It’s your threading.) Continue reading on Dev Genius »

Supercharging ASP.NET Core Apps with EF Core and AI

https://www.trevoirwilliams.com/supercharging-asp-net-core-apps-with-ef-core-and-ai/

In this blog, I’ll explain in simple terms what ASP.NET Core and EF Core do, how AI fits into that picture, and how you can start adding AI features to your applications without rewriting everything f...

Azure Content Understanding is now generally available

https://devblogs.microsoft.com/foundry/azure-content-understanding-is-now-generally-available/

At Microsoft Ignite this year, we’re excited to announce that Azure Content Understanding in Foundry Tools is now generally available (GA). Over the past months, we’ve seen preview usage across indust...

Fetching GitHub content from C#

https://blog.elmah.io/fetching-github-content-from-c/

One of the many advantages of storing project assets on GitHub is that you can access them both manually and programmatically from anywhere. At elmah.io, we are using this for documentation, code snip...

Repository Pattern vs Direct EF Core: The Great Debate

https://medium.com/@adrianbailador/repository-pattern-vs-direct-ef-core-the-great-debate-3c914348b7e0?source=rss------dotnet-5

Should you use the Repository Pattern or work directly with DbContext? Explore both approaches with practical examples, performance…

The Systems That Scale Fastest Usually Spend the Least — Here’s How

https://medium.com/@mohsho10/the-systems-that-scale-fastest-usually-spend-the-least-heres-how-97a3abdd3a52?source=rss------dotnet-5

(Real lessons from systems that actually succeeded)

Building on .NET 10: A Chat with Kajetan Duszyńsk, Author of '.NET 10 Revealed'

https://dotnetcore.show/season-8/building-on-net-10-a-chat-with-kajetan-duszynsk-author-of-net-10-revealed/

Strategic Technology Consultation Services This episode of The Modern .NET Show is supported, in part, by RJJ Software's Strategic Technology Consultation Services. If you're an SME (Small to Medium ...

Scheduling Background Tasks in .NET

https://medium.com/@michaelmaurice410/scheduling-background-tasks-in-net-21ae00caa581?source=rss------dotnet-5

Need a daily report at 06:00, a retrying email sender, or a weekly data cleanup that never overlaps? Quartz.NET is your grown-up scheduler…

Beyond REST: The GraphQL Paradigm Redefining API Engineering.

https://medium.com/javarevisited/beyond-rest-the-graphql-paradigm-redefining-api-engineering-6802151dac40?source=rss------dotnet-5

APIs are the backbone of modern software. For years, REST has dominated. Yet, as systems grow more complex microservices, mobile apps… Continue reading on Javarevisited »

Keep Reading

No posts found