.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 29 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 29 of 59
Newest first
-
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.
-
5 Quick Tips on .NET Project Structuring in 2025
medium.com Issue #289
When I first started working with .NET, I’ll admit — my folder structure looked like a teenager’s messy bedroom. Controllers everywhere…
-
ASP.NET Core - How to Use appsettings.json and IConfiguration
c-sharpcorner.com Issue #288
This article simplifies using appsettings.json and IConfiguration to manage application settings like database connections, API keys, and logging levels. Learn how to access settings, leverage strongl...
-
.NET vs. .NET Core in 2025: A Developer’s Guide to What Matters
medium.com Issue #288
It’s September 2025, and if you’re a developer in the C# ecosystem, the old ‘.NET Core vs. .NET Framework’ debate feels like a relic from…
-
Health Checks in ASP.NET Core: Building Reliable Endpoint Monitoring
medium.com Issue #288
Introduction to Health Checks in ASP.NET Core — Why monitoring endpoints matters for modern APIs.
-
Preventing Path Traversal and Directory Browsing Attacks in ASP.NET Core
c-sharpcorner.com Issue #288
Protect your ASP.NET Core applications from path traversal and directory browsing attacks! Learn practical mitigation strategies, including disabling directory browsing, sanitizing file paths with Pat...
-
🚀 Generating .NET Core Projects with AI (Codeium/Windsurf)
c-sharpcorner.com Issue #288
Discover how Windsurf (formerly Codeium), an AI coding assistant, revolutionizes .NET Core development. Learn to generate entire Web API projects with CRUD endpoints, Entity Framework Core integration...
-
What Is .NET Core and How Is It Different from .NET Framework?
c-sharpcorner.com Issue #288
Explore the key differences between .NET Core and .NET Framework. Learn about platform support, performance, application types, deployment, and development models. Discover when to use .NET Core for m...
-
Model Binding and Model Validation in ASP.NET Core MVC?
c-sharpcorner.com Issue #288
Unlock the power of ASP.NET Core MVC with Model Binding and Model Validation! Learn how to automatically map HTTP request data to your models and ensure data integrity. Discover how data annotations a...
-
Building a Modern Microservices Application with .NET Core, Angular 20, Docker, and Azure
c-sharpcorner.com Issue #288
Build a modern microservices application using .NET Core 7, Angular 20, Docker, and Azure. This comprehensive guide covers backend development with .NET API and EF Core, frontend implementation with A...
-
.NET Core Command Line Interface (CLI)
medium.com Issue #287
.NET Core platform, which is like a toolbox for developers to create applications.
-
The Hidden Performance Costs of Popular .NET Libraries
blog.devgenius.io Issue #287
As .NET developers, we often reach for popular libraries to accelerate development and follow established patterns. Libraries like… Continue reading on Dev Genius »
-
From Zero to Hero in .NET Core: A Beginner’s Step-by-Step Guide
medium.com Issue #287
How Async/Await Really Works in C# : A Beginner-Friendly Guide
-
Fast Excel Template Replacement in .NET — OpenXmlSdk vs ClosedXML
marius-schroeder.de Issue #287
Quick wins, real benchmarks, and when to trade developer joy for raw speed. Continue reading on Medialesson »
-
Why var isn’t Always Your Best Friend in C#
medium.com Issue #286
When I had just about a year of experience in IT, I thought using var everywhere made me look like a “pro” developer. It felt cool, short…
-
🕒 Handling Time Zones in .NET 6: Quartz.NET vs Hangfire for Scheduled Jobs
c-sharpcorner.com Issue #286
Struggling with time zones in .NET 6 scheduled tasks? This guide compares Quartz.NET and Hangfire for handling time-sensitive jobs. Learn how to schedule tasks at specific local times for users in dif...
-
The Better Way to Configure Entity Framework Core
medium.com Issue #286
If you want the full source code, download it from this link: https://www.elitesolutions.shop/