frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 28 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 28 of 58
Newest first
-
.NET’de Type-Safe Configuration Management: ConfigPlus ile Güvenli Ayar Yöntemi
medium.com Issue #294
Modern .NET uygulamalarında configuration yönetimi nasıl güvenli,type-safe,environment-aware hale getirilir? ConfigPlus kütüphanesini…
-
Asynchronous Programming in C# with async/await
medium.com Issue #293
My Journey into Building Non-Blocking Applications. Continue reading on .Net Programming »
-
Async Disposal in C#: When and How to Use IAsyncDisposable
medium.com Issue #293
Discover the key use cases of IAsyncDisposable in modern C# and how it improves async workflows.
-
Top 10 Open Source .NET Projects and Libraries for InsurTech in 2025
faciletechnolab.com Issue #293
Discover the top 10 open-source .NET projects and libraries revolutionizing InsurTech in 2025. Boost efficiency with AI, streamline claims processing, and enhance customer experience.
-
C# Channels Uncovered: Bounded, Unbounded, and How to Pick the Right One
medium.com Issue #293
Part 2 in a beginner-friendly guide to thread-safe async messaging in .NET
-
From Entity Framework to EF Core: What Every .NET Beginner Should Know
medium.com Issue #293
When developers talk about “EF” today, they usually mean Entity Framework Core (EF Core). But it wasn’t always like this. Entity Framework…
-
Background Services in .NET: IHostedService vs Worker Service
medium.com Issue #292
IHostedService vs Worker Service: A Detailed Guide for .NET Developers to Choose the Right Background Service Approach.
-
Stop Ignoring Options: 5 Cleaner and Safer Configurations in .NET
blog.stackademic.com Issue #292
Small .NET features, big impact, master configuration, runtime switches, and testable time without headaches. Continue reading on Stackademic »
-
Why Dot Net Is a Must for Modern Developers
medium.com Issue #292
Introduction: Embracing Dot Net in Today’s Tech World
-
Exploring Text-to-Image capabilities in .NET
devblogs.microsoft.com Issue #292
Learn how to generate images from natural language prompts using the universal abstractions in Microsoft's extensions for .NET AI. The post Exploring Text-to-Image capabilities in .NET appeared first...
-
-
Building Microservices with C# and .NET Core
medium.com Issue #291
How I architected, developed, and deployed microservices using C# and .NET Core in real-world projects. Continue reading on .Net Programming »
-
Why C# and .NET are the Programmer’s Best Friends in Today’s World
medium.com Issue #291
In this post, we’d like to expand on why C# and .NET should be in the forefront of your development toolkit
-
-
Access Modifiers in C#
c-sharpcorner.com Issue #291
Master C# access modifiers (public, private, protected, internal, protected internal, private protected) to control code visibility and build robust, maintainable applications. Learn how to encapsulat...
-
Using CancellationToken in .NET: Graceful Shutdowns Explained
medium.com Issue #291
Introduction: The Importance of Graceful Shutdowns in .NET
-
How to Properly Measure Code Performance in .NET (C# Benchmarking Guide)
shahedbd.medium.com Issue #291
Performance optimization is a critical aspect of modern .NET development that directly impacts user experience, scalability, and…
-
5 Stream Hacks in .NET You’re Still Doing Wrong
blog.stackademic.com Issue #290
Forget clunky buffer loops; these modern APIs make your I/O code fly. Continue reading on Stackademic »
-
The Harsh Truth: 5 Reasons Your .NET Hosting Code Is Sloppy
blog.stackademic.com Issue #290
From DI misuse to broken shutdown hooks, here’s how to clean up your hosting game like a pro. Continue reading on Stackademic »
-
AutoPipe: A Declarative Approach to Building Pipelines in .NET
serg-at.medium.com Issue #290
Learn how to build modular .NET pipelines with AutoPipe
-
Stop Wasting Memory: 5 Advanced .NET Tricks Nobody Teaches You
blog.stackademic.com Issue #290
From direct dictionary refs to object pools, these features turn everyday code into high-performance code. Continue reading on Stackademic »
-
The Hidden Tax in Your .NET Async Code — And the Microsoft Fix Nobody Uses
levelup.gitconnected.com Issue #290
Last year, one async method quietly burned $5K of our Azure bill. Continue reading on Level Up Coding »
-
Mastering Logging in .NET with Serilog — Part 3
medium.com Issue #290
Serilog Tutorial Series — Part 3: Working with Sinks
-
Why CopyToOutputDirectory Is the Secret to Reliable .NET Builds
medium.com Issue #290
Master CopyToOutputDirectory for seamless file management.
-
[.NET]: Let’s Create a CLI with System.CommandLine
medium.com Issue #290
Today I will be showing you how I have built a CLI task tracker using console applications in .NET.