frameworks
.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1444 articles Updated Page 26 of 58
Browse additional .NET Core articles from the DotNetNews archive.
.NET Core articles
Page 26 of 58
Newest first
-
.NET Debug vs Release Mode: The Complete Developer’s Guide
medium.com Issue #304
Unlock the secrets of .NET compilation modes and supercharge your development workflow
-
⚙️ Understanding Kestrel Web Server in .NET Core — Deep Dive with Real-World Examples
c-sharpcorner.com Issue #302
Dive deep into Kestrel, the cross-platform web server for ASP.NET Core! Learn its architecture, how it handles requests, and how to configure it for optimal performance. Discover real-world examples, ...
-
Base Class Library (BCL) in .NET
medium.com Issue #301
The Base Class Library (BCL) in .NET is a fundamental component of the .NET Framework and .NET Core (now part of .NET 5 and later). It… Continue reading on .NET Framework with C#— Common and Uncommon ...
-
Understanding Dependency Injection (DI) in .NET Core with Simple Examples
c-sharpcorner.com Issue #300
Unlock the power of Dependency Injection (DI) in .NET Core! This guide provides a clear understanding of DI principles with practical examples, including a Car/Engine scenario and the built-in ILogger...
-
C# Guid Helper Extension
c-sharpcorner.com Issue #300
Enhance your .NET projects with the GuidHelper extension! This helper provides methods for safely parsing, validating, and manipulating Guids. Easily check for empty Guids, parse strings into Guids (o...
-
CQRS: Scale Your Database Without Breaking the Bank
medium.com Issue #300
How to stop fighting with your database and optimize it for reads and writes, using the right tool for each job.
-
Updating and Deleting Tasks in Our .NET
medium.com Issue #300
In the previous post, we created new tasks and got our backend to communicate with PostgreSQL. By including Update (PUT) and Delete…
-
C# Tip: Use Stack<T>, Not List<T>
c-sharpcorner.com Issue #300
Unlock performance gains in your C# applications! Discover why Stack<T> often outperforms List<T> when implementing LIFO (Last-In, First-Out) data structures. This tip explores the underlying re...
-
Struct vs Class in C#: Performance Considerations for High-Load Apps
medium.com Issue #300
`struct` vs `class` in C#: Learn the key differences between value types and reference types, and how they impact performance and memory.
-
Stop Using C# Enums the Wrong Way — Advanced Tips for ASP.NET & .NET Developers
shahedbd.medium.com Issue #300
If you’re treating C# enums as nothing more than fancy integer labels, you’re leaving powerful features on the table. Most developers I’ve…
-
How to Use Reflection in .NET: A Beginner’s Implementation Guide (Part 2)
thelifesyntax.medium.com Issue #300
Continuing with our previous part, we’ll directly jump on the implementation aspects of Reflection in .NET here.
-
C# Channel’s Loops and Errors: Don’t Let Your Consumers Crash
blog.stackademic.com Issue #300
Part 3in a beginner-friendly guide to thread-safe async messaging in .NET Continue reading on Stackademic »
-
How to Automate Your .NET Applications in Real-World Scenarios
medium.com Issue #300
As a developer, you often end up repeating the same tasks — whether it’s data processing, report generation, or managing files. Automation…
-
Inheritance in C#: Reusing Code the Smart Way
medium.com Issue #300
When I first came across the word inheritance in programming, I thought it was going to be about money, wills, or family property. In C#…
-
7 Performance Traps Every .NET Developer Should Avoid
medium.com Issue #300
Performance issues in .NET applications are rarely caused by a single big mistake.
-
Deploying .NET Applications to Azure and AWS: Step-by-Step Guide
c-sharpcorner.com Issue #300
Unlock the power of cloud deployment for your .NET applications! This step-by-step guide provides a comprehensive walkthrough of deploying .NET apps to both Microsoft Azure and Amazon Web Services (AW...
-
.NET Core vs .NET Framework – A Complete Comparison for Developers
c-sharpcorner.com Issue #300
This article breaks down the key differences between Microsoft's two major development platforms. Learn about platform support, performance, deployment, and use cases to determine which framework is r...
-
Optimizing Array Performance in .NET: Getting the Most from ArrayPool
dotnettips.wordpress.com Issue #299
ArrayPool optimizes memory usage by providing a thread-safe pool of reusable arrays, significantly reducing allocations and garbage collection pressure, especially in high-performance scenarios. It's ...
-
Classes and Objects in C#: Building Blocks of OOP
medium.com Issue #299
When I first learned about classes and objects in C#, the explanation I got was: “A class is a blueprint, and an object is an instance of…
-
Best-practice architecture for .NET Core projects
c-sharpcorner.com Issue #299
Explore best-practice .NET Core architectures: Clean, Hexagonal, and Onion. Learn how to build maintainable, testable, and scalable applications by decoupling infrastructure and focusing on domain-dri...
-
Have You Seen .NET 10 Yet?
medium.com Issue #299
Pragmatic prep and dev tips Continue reading on Inside the IF »
-
A Beginner-Friendly Guide to .NET Reflection (With Practical Use Cases)
thelifesyntax.medium.com Issue #299
.NET Reflection. Its one of those topics in .NET that most developers have heard of, many have used it indirectly, but few feels confident…
-
Rock Your Code: Coding Standards for Microsoft .NET (20th Anniversary Edition)
dotnettips.wordpress.com Issue #299
The 20th Anniversary Edition of Rock Your Code: Coding Standards for Microsoft .NET, authored by David McCarter, is now available on Amazon. This comprehensive guide offers updated standards for .NET ...
-
Clean Code Principles for .NET and React
medium.com Issue #299
Writing maintainable, scalable code across both stacks
-
.NET Conf 2025 is coming
youtube.com Issue #299
7 Surprisingly Simple Lessons I Learned Designing Aggregate Roots in .NET