frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 9 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 9 of 58
Newest first
-
Setup Serilog For .NET Core
trevoirwilliams.com Issue #421
When unexpected events occur, tracing the root cause can become incredibly difficult. Imagine an error happening, and you only hear about it minutes or even seconds later. Without proper logging, pinp...
-
Extend Your Coding Agent with .NET Skills: A New Way to Supercharge AI-Assisted Development
blog.gopenai.com Issue #421
AI coding assistants are becoming a normal part of a developer’s workflow. Tools like GitHub Copilot, ChatGPT-based agents, and other AI… Continue reading on GoPenAI »
-
Installing .NET on Windows Without Admin Privileges
nodogmablog.bryanhogan.net Issue #421
I was chatting to a friend a few weeks ago when he told me that he couldn’t install .NET on a Windows computer where he doesn’t have admin access. When he tried to run the MSI installation files, he w...
-
-
Rewriting My Backend Identity Part 2) Roadmap to Become a .NET Developer
medium.com Issue #420
In my previous article, I shared my experience transitioning from Node.js to .NET during my internship. That change forced me to rebuild…
-
How to Reduce Latency in High-Performance Backend Systems?
c-sharpcorner.com Issue #420
Boost backend performance! Learn proven strategies to slash latency in your systems. Caching, async processing, and more for faster, scalable applications.
-
Why Your .NET App Hangs: A Beginner’s Guide to ThreadPool Starvation
c-sharpcorner.com Issue #419
Unlock .NET app performance! Learn to diagnose & fix ThreadPool Starvation, a common issue causing hangs & slowdowns. Master async/await for optimal scaling.
-
Mastering DateTime & Time Zones in ASP.NET Core: Stop Breaking Your Users’ Clocks
medium.com Issue #419
A deep-dive into DateTimeOffset, TimeZoneInfo, and UTC-first architecture that scales globally — with real code, real scenarios, and zero…
-
Hey network, I want to share a free tool I built to make starting new .NET
medium.com Issue #419
If you’ve ever started a new microservice, you know how tedious the initial boilerplate can be — wiring up the folder architecture…
-
What is async and await in C# with Example
c-sharpcorner.com Issue #419
Unlock the power of async/await in C#! Learn how to build responsive, scalable .NET applications with non-blocking asynchronous programming. Includes practical examples!
-
Modernize .NET Application Using AI
c-sharpcorner.com Issue #419
Learn how to modernize .NET applications using GitHub Copilot modernization agent. Discover AI-powered upgrades, Azure migration, and step-by-step modernization workflow.
-
Clean and Scalable Entity Configuration in Entity Framework Core (With Real Project Example)
medium.com Issue #418
When building modern applications with ASP.NET Core and Entity Framework Core, many developers start by configuring their entities…
-
Run and Debug .NET Core in VS Code
c-sharpcorner.com Issue #418
Effortlessly run and debug .NET Core Web API projects in VS Code. This guide provides a step-by-step walkthrough, covering setup, debugging, and troubleshooting for efficient development.
-
Toxy: A Forgotten .NET Library That Can Parse Almost Any Document
tonyqus.medium.com Issue #418
Toxy 2.6 is just released this week. I’d like to write a post to introduce this library to .NET Continue reading on .Net Programming »
-
Steps to Publish and Deploy a .NET Application Using a Publish ZIP File
c-sharpcorner.com Issue #418
Deploy .NET apps to Azure Web App Service effortlessly using Publish ZIP files! This guide simplifies deployment, bypassing CI/CD pipelines for quick, reliable releases. Learn to publish, zip, and dep...
-
How to Improve Performance in C# Applications
c-sharpcorner.com Issue #417
Boost C# app performance! Learn async/await, database optimization, caching, and more. Build faster, scalable, and reliable .NET software. Optimize now!
-
The Rise of AI-Native .NET
medium.com Issue #417
How Azure Is Powering the Next Generation of Intelligent Applications
-
Implementing CQRS Pattern and MediatR in .NET
medium.com Issue #417
In traditional software architectures, for many years, data reading and writing operations were carried out through the same data models…
-
Low-Code vs Traditional .NET Development: Pros and Cons
c-sharpcorner.com Issue #417
Explore low-code vs .NET development in 2026. Discover the pros & cons, hybrid strategies, and when to use each for optimal speed, scalability, & control.
-
Repository Design Pattern in ASP .NET
medium.com Issue #417
The Repository Design Pattern is a widely used pattern in software development. It separates the Data Access layer from Controller Layer…
-
Understanding Middleware in ASP.NET Core with Examples
c-sharpcorner.com Issue #417
Master ASP.NET Core middleware! Learn how to use Use, Run, and Map to build robust request pipelines. Implement custom middleware for logging, auth, and more.
-
Understanding Dependency Injection Lifetimes in ASP.NET Core (Transient, Scoped, Singleton)
medium.com Issue #417
Dependency Injection (DI) is one of the most important concepts in ASP.NET Core. It helps developers build applications that are loosely…
-
When NOT to Use Async in ASP.NET Core
medium.com Issue #417
Almost every ASP.NET Core tutorial says the same thing:
-
When “Healthy” Isn’t Enough: Building Health Checks That Validate Real Readiness In C#
levelup.gitconnected.com Issue #417
Most health checks are too shallow. They answer questions like: Continue reading on Level Up Coding »
-
From YAML Chaos to C# Clarity: Mattias Karlsson on Cake Build
dotnetcore.show Issue #416
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 ...