Hi all, we've been steadily growing and I've been spending a ton of time to help automate and curate new sources. Last week we added 5 new great .NET blogs to our source list, and more importantly, launched our new website. Check it out:
The big change is that you can now access all of our historical newsletters directly as I've integrated the site with our newsletter provider. I’ve also spent some more time trying to format these emails so they work for all platforms. Oh MS Outlook, how I loathe you…
Hope everyone has a great week.
Today's Articles
C# Book Collection: The Best Must-Read Books of 2025 | https://medium.com/@Lidia-Rodriguez/c-book-collection-the-best-must-read-books-of-2025-f39936831cfa 🟢Beginners — 🟠Intermediate — 🔴Advanced (All +4/5⭐ Review) |
|  |
|
|
.NET Core CLI: The Ultimate Command-Line Companion | https://medium.com/@nagarajvela/net-core-cli-the-ultimate-command-line-companion-d479c38fcab8 Streamline Development and Boost Productivity with .NET Core CLI Tools Continue reading on Towards Dev » |
|  |
|
|
ASP.NET Core and Chunking HTTP Cookies | https://khalidabuhakmeh.com/aspnet-core-and-chunking-http-cookies If you’ve spent time around web development or your grocery store’s baked goods aisle, you’ve probably dealt with cookies. Let’s discuss the web kind today. A cookie is a header key-value pair that is... |
|  |
|
|
Recaptcha Admin | https://www.csharp.com/blogs/recaptach-admin Recaptcha Admin allows you to efficiently manage and configure Google Recaptcha for your website, ensuring robust protection against bots and automated attacks. |
|  |
|
|
Understanding Scope In C# | https://medium.com/@kacar7/understanding-scope-in-c-69312a56ddb2 Scope refers to visibility and lifetime of variables, methods, or objects in a program. When we want to access or modified variable, we… |
|  |
|
|
VisualStudio.Extensibility: Managing .NET runtime versions | https://devblogs.microsoft.com/visualstudio/visualstudio-extensibility-managing-net-runtime-versions/ We continue to invest in the VisualStudio.Extensibility SDK to allow developers like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build ... |
|  |
|
|
.NET vs Other Backend Technologies: A Developer’s Perspective | https://medium.com/@riturajpokhriyal/net-vs-other-backend-technologies-a-developers-perspective-783f5a067876 Choosing the right backend technology is no small feat. As a senior software developer who’s been working with .NET for quite some time… |
|  |
|
|
Difference Between Ref and Out Keywords in C# | https://www.csharp.com/blogs/difference-between-ref-and-out-keyword-in-c-sharp This tutorial will show you the difference between Ref and Out Keywords in C# and cover their definitions, usage, and behavior in various scenarios, with examples to clarify these concepts. |
|  |
|
|
Integrate .NET Aspire into your .NET projects with VS Code & C# Dev Kit | https://www.youtube.com/watch?v=2FjA5h1orhQ .NET Aspire Docs: https://learn.microsoft.com/dotnet/aspire .NET Aspire Learning Path: https://learn.microsoft.com/training/paths/dotnet-aspire/ |
|  |
|
|
C# Generics Deep Dive: Write Flexible, Reusable, and Type-Safe Code | https://medium.com/@nagarajvela/c-generics-deep-dive-write-flexible-reusable-and-type-safe-code-2b538974f5cc Mastering Advanced Techniques for Robust Software Development |
|  |
|
|
Value Types vs Reference Types in C# | https://www.csharp.com/blogs/value-types-vs-reference-types-in-c-sharp This blog will show you the difference between Value Types and Reference Types in C# and cover their definitions, usage, and behavior in various scenarios, with examples to clarify these concepts. |
|  |
|
|
Mastering BenchmarkDotNet: The Essential Benchmarking Library for .NET Developers | https://www.csharp.com/article/mastering-benchmarkdotnet-the-essential-benchmarking-library-for-net-developer/ Mastering BenchmarkDotNet: The Essential Benchmarking Library for .NET Developers guides you through using BenchmarkDotNet, a powerful tool for measuring and optimizing the performance of .NET applica... |
|  |
|
|
Writing Boilerplate Code Using Copilot - The Copilot Show Ep. 2 | https://www.csharp.com/article/writing-boilerplate-code-using-copilot-the-copilot-show-ep-2/ This session will provide insights into how Copilot enhances productivity, streamlines coding tasks, and integrates seamlessly into modern development workflows. |
|  |
|
|
In Memory Execution of Dotnet Assemblies | https://sayan-ray.medium.com/in-memory-execution-of-dotnet-assemblies-be2b77ae423b Recently, I was working on a project, and I was researching about some kind of executing “.exe” file contents, after taking it into a byte… |
|  |
|
|
15 Advanced C# Techniques Every Developer Should Master | https://medium.com/@Lidia-Rodriguez/15-advanced-c-techniques-every-developer-should-master-541d33d83532 I remember the days when managing NuGet packages across multiple projects was a real pain. |
|  |
|
|
Larry Osterman's 40-Year Crystal Unboxing | https://www.youtube.com/watch?v=tQMsA4LFqoo |
|  |
|
|
New Features for Enhanced Razor Productivity! | https://devblogs.microsoft.com/dotnet/enhancing-razor-productivity-with-new-features/ The Extract to Component refactoring and the Roslyn tokenizer are two new features designed to help improve your productivity in Razor files. The post New Features for Enhanced Razor Productivity! ap... |
|  |
|
|
Basic Authentication in Asp.NET Core Web API | https://www.csharp.com/article/basic-authentication-in-asp-net-core-web-api/ This article explains implementing Basic Authentication in ASP.NET Core WebAPI using .NET Core 8. It covers authentication concepts, step-by-step implementation, and demonstrates a practical example w... |
|  |
|
|