frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 33 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 33 of 58
Newest first
-
.NET AI Community Standup: AI Tools Every .NET Dev Needs 📎
youtube.com Issue #274
CQRS Doesn’t Have To Be Complicated | Clean Architecture, .NET 9
-
Entity Framework Unveiled: A Comprehensive Guide to .NET’s Premier ORM
c-sharpcorner.com Issue #274
Explore Entity Framework, .NET's ORM, simplifying data access. Learn modeling, querying, migrations, and best practices for building scalable applications.
-
️ Installing .NET on macOS with dotnet-install.sh (and a Few Lessons Learned)
medium.com Issue #274
Recently, I tried installing .NET on my Mac using the official script provided by Microsoft. While it works, I ran into a couple of small… Continue reading on Medialesson »
-
Invisible .NET Performance Killers: Framework Features That Fail at Scale
medium.com Issue #274
Learn how LINQ, async/await, EF, DI, and logging quietly degrade performance at enterprise scale. Continue reading on .Net Programming »
-
Azure Developer CLI (azd) - August 2025
devblogs.microsoft.com Issue #273
Welcome to the August 2025 edition of the Azure Developer CLI (azd) release blog! This post covers releases 1.18.1 and 1.18.2. To share your feedback and questions, join the August release discussion ...
-
Taming Generics, Interfaces & JSON in .NET — Meet JsonPolymorphic
marius-schroeder.de Issue #273
Goodbye custom converters, hello clean polymorphic JSON in .NET 7+ Continue reading on Medialesson »
-
️ The .NET Roadmap to Mastery: From Blazor Newbie to Full-Stack Powerhouse
blog.venturemagazine.net Issue #273
When I started working with .NET, I thought I only needed to know C# and click “Build.” Spoiler alert: .NET is an entire universe — and if… Continue reading on Venture »
-
.NET framework to .net core conversion automated
medium.com Issue #273
Upgrading from .NET Framework to the latest .NET is not just a technological shift; it’s a strategic move to future-proof your…
-
Getting Started with C# and .NET: A Beginner’s Guide
blog.williamachuchi.com Issue #273
Introduction to C#
-
Using CosmosDB in .NET for Scalable NoSQL Applications
medium.com Issue #273
Building High-Performance, Globally Distributed NoSQL Apps with Azure Cosmos DB and .NET Core Continue reading on Simform Engineering »
-
Thread Safety in .NET: Best Practices for Concurrency
medium.com Issue #272
Essential Tools for Managing Multithreading in .NET
-
Five Essential Skills of .NET Developer
c-sharpcorner.com Issue #272
To be a good .NET developer, you need certain skills. First, know how to code in languages like C#. Next, understand how to work with databases. Learning about web apps is also important. Developers s...
-
What is the purpose of Startup.cs?
medium.com Issue #271
In ASP.NET Core applications, the Startup.cs file plays a central role in configuring how the application behaves at runtime. Its primary…
-
Boost Your .NET Projects: Harness the Power of Async Queues with Spargine’s ChannelQueue
dotnettips.wordpress.com Issue #271
The Spargine library introduces ChannelQueue, an efficient, thread-safe queue for .NET asynchronous programming, addressing the lack of a built-in async queue. It supports various features like async ...
-
C#: .NET’s Quiet Comeback in 2025
medium.com Issue #271
Why C# is regaining traction as enterprises and modern developers rediscover its power in a fast-changing tech landscape.
-
Mastering Async in C#: A Deep Dive into TAP (Part 1)
medium.com Issue #271
Intro Asynchronous programming has come a long way in .NET, evolving from complex callback-based approaches to the elegant Task-based…
-
The Most Underrated Feature in .NET — IAsyncEnumerable
medium.com Issue #271
When I first heard about IAsyncEnumerable<T>, I thought, "Cool, another interface I’ll probably never use." Turns out, I was wrong.
-
ArrayPool: The most underused memory optimization in .NET
medium.com Issue #270
Despite offering up to 78x performance improvements and completely eliminating garbage collection pressure, ArrayPool<T> remains one of…
-
When to Use Generic vs Non-Generic Collections in C#
c-sharpcorner.com Issue #270
Discover the differences between generic and non-generic collections in C#. Learn their impact on performance, type safety, and usability with examples, helping you choose the right collection for eff...
-
SQL Server Index Fragmentation: What It Is and How to Fix
c-sharpcorner.com Issue #270
Index fragmentation slows SQL Server queries by disrupting data order. This article explains its causes, types, and impact, while offering practical steps to detect, fix, and prevent fragmentation for...
-
6 Entity Framework Core Performance Pitfalls (and How to Fix Them)
medium.com Issue #270
Avoid these 6 common Entity Framework Core performance pitfalls in .NET — with real-world scenarios, root causes, and refactors.
-
5 .NET Mistakes That Are Slowing Your Code Down Right Now
blog.stackademic.com Issue #270
Fix these silent killers before they wreck your app’s performance. Continue reading on Stackademic »
-
Indexing Internals for Developers and DBAs
visualstudiomagazine.com Issue #270
Microsoft’s Bradley Ball dives into the inner workings of SQL Server indexing to help developers and DBAs speak the same language, avoid common pitfalls, and boost performance with smarter, more inten...
-
5 .NET Core Code Patterns for Bulletproof FDA-Compliant MedTech Software
faciletechnolab.com Issue #270
Build bulletproof FDA-compliant MedTech software with these 5 .NET code patterns. Ensure audit trails, e-signatures & HIPAA security. Download our free checklist.
-
Don’t Just Build — Test, Ship, and Iterate with a Reliable .NET Core Boilerplate
adilyousaf88.medium.com Issue #269
In a world of quick-start templates and half-baked GitHub projects, it’s easy to get burned by boilerplates that look promising but fail…