.NET Core Articles, Tutorials & News
.NET Core articles, tutorials, and news from the DotNetNews archive.
1453 articles Updated Page 25 of 59
.NET Core articles, tutorials, and news from the DotNetNews archive.
.NET Core articles
Page 25 of 59
Newest first
-
Integrating Visa CyberSource in .NET: A Practical Guide
blog.yaseerarafat.com Issue #309
Learn how to integrate Visa CyberSource in .NET for secure, seamless payment processing with best practices…
-
Stop Wasting Threads: 5 Async Tricks That Separate Senior .NET Devs from the Rest
blog.stackademic.com Issue #308
From channels to suppressed continuations, these async techniques will make your code smoother, faster, and smarter. Continue reading on Stackademic »
-
The var Trap: Why Explicit Types Still Win in C# Clarity
medium.com Issue #308
That one keyword that makes your C# code clean — until it hides what really matters.
-
🧠 What happen Behind .NET GC (Generational Collection)?
c-sharpcorner.com Issue #308
Dive deep into the .NET Garbage Collector (GC) and its generational approach! Understand Gen 0, Gen 1, and Gen 2, plus the Large Object Heap (LOH). Learn how object promotion works, when full GCs are ...
-
How .NET Thinks: Understanding the Mind of Your Code
medium.com Issue #308
Ever wondered what really happens when .NET runs your C# code? Let’s look inside how .NET “thinks” — how it manages memory, objects, and…
-
Understanding C# Delegates
medium.com Issue #308
If you’re new to C# programming, you’ve probably come across the term “delegate” and wondered what it actually means. Don’t worry —…
-
Understanding Parallel.ForEachAsync vs Task.WhenAll in .NET
c-sharpcorner.com Issue #308
Explore Parallel.ForEachAsync vs Task.WhenAll in .NET for parallel task execution. Understand performance implications and choose the right approach for your workload.
-
Taskist — An Open-Source Task, Bug & Change Request Management System
medium.com Issue #308
In the world of software development, every team — big or small — needs a reliable way to track tasks, manage bugs, and handle change…
-
High-Performance .NET by Design
blog.devgenius.io Issue #308
A senior engineer’s playbook for shaving microseconds without losing sleep Continue reading on Dev Genius »
-
RESTful API Mastery: ASP.NET Core Best Practices, Versioning & Serialization Complete Guide - Part-10 of 40
c-sharpcorner.com Issue #307
Master RESTful API development in ASP.NET Core with this comprehensive guide. Learn best practices for versioning, serialization, authentication, and building scalable services. Explore real-world exa...
-
ASP.NET Core 2025 Beginner Guide Part 1 - Setup, First App & Real Examples
c-sharpcorner.com Issue #307
Embark on your ASP.NET Core 2025 journey with this comprehensive beginner's guide! Learn to set up your environment, understand the architecture, and build your first web application and e-commerce AP...
-
Minimal APIs Revolution: ASP.NET Core Rapid API Development Guide & Examples : Part 9 of 40
c-sharpcorner.com Issue #307
Unlock rapid API development with ASP.NET Core Minimal APIs! This comprehensive guide, part of a 40-part series, covers everything from basic CRUD operations to advanced techniques like authentication...
-
C# 12 Features Mastery Part 4 - Primary Constructors, Records, Pattern Matching for ASP.NET Core
c-sharpcorner.com Issue #307
Master C# 12's essential features for ASP.NET Core development! Part 4 dives into primary constructors (reducing boilerplate), records (immutable data), advanced pattern matching (smarter code flow), ...
-
Clean Architecture in .NET Core
c-sharpcorner.com Issue #306
This article provides a practical guide with code examples, demonstrating how to separate concerns using the Dependency Rule. Learn to structure your .NET Core projects effectively by isolating domain...
-
Implementing Soft Delete in Entity Framework Core with Generic Repository
medium.com Issue #306
Why Soft Delete?
-
Your .NET Setup is a Mess: A 'Do This, Not That' Guide to a Squeaky-Clean Dev Environment
medium.com Issue #306
Let’s be honest. If you’ve been a .NET developer for more than a few years, your machine has likely become a museum of SDKs. You have old…
-
-
How to Find an Available Network Port for a server in .NET
meziantou.net Issue #306
When working with network programming in .NET, you might need to find an available port on your system. This is particularly useful when creating server applications, running tests, or developing tool...
-
Understanding the Difference Between `readonly` and `const` in C#
medium.com Issue #306
Discover why these two keywords behave differently and how misunderstanding them can cause subtle bugs.
-
C# Without null: Implementing Option and Result Types in .NET
medium.com Issue #306
If your codebase looks like a haunted house of if (x == null) return;, it’s not “defensive.” It’s indecisive. Instead of sprinkling null…
-
Modernizing Legacy C# Code: Refactoring Strategies Every Developer Should Know
c-sharpcorner.com Issue #305
Discover practical refactoring strategies using LINQ, pattern matching, and async/await. Learn how to simplify loops, improve string handling, implement proper logging, and leverage IHttpClientFactory...
-
Interfaces in .NET: Building Robust and Maintainable Applications
medium.com Issue #305
Refined Topics
-
7 Types of Constructors in C#
medium.com Issue #305
Constructors are special methods that execute automatically when an instance of a class is created.
-
.NET, .NET Core, and .NET Framework: Key Differences and Their Past and Present
medium.com Issue #305
When you first step into web programming and application development with .NET, you’ll encounter a huge amount of confusion. Especially if…
-
The Evolution of .NET: From Framework to Future
c-sharpcorner.com Issue #305
Explore the evolution of .NET from its early days revolutionizing software development in Bangladesh to its current role as a powerful, cross-platform ecosystem. Discover how .NET empowers developers ...