languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2322 articles Updated Page 33 of 93
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 33 of 93
Newest first
-
Mastering Asynchronous Methods in C# for Faster Applications
medium.com Issue #334
In today’s fast-paced digital world, applications are expected to run smoothly, respond quickly, and handle multiple tasks efficiently…
-
5 Underrated C# Moves That Make You Wonder Why You Ever Wrote Code the Old Way
medium.com Issue #333
Practical language tools that remove boilerplate, reduce bugs, and make your intent obvious. Continue reading on Stackademic »
-
C# 14: Introducing partial constructors and partial events
anthonygiretti.com Issue #333
Introduction C# 14 introduces a subtle but genuinely useful improvement for developers working with large...
-
C# 14 and .NET 10: The Most Developer-Friendly Release in Year
tohidhaghighi.medium.com Issue #333
Microsoft’s November 2025 release brings two big updates to the .NET ecosystem: C# 14 and .NET 10. Together, they mark one of the most…
-
How String in C# Supports Reliable Data Consistency in Daily Operations
medium.com Issue #333
Introduction
-
C# 14: Introducing Null-Conditional Assignment
anthonygiretti.com Issue #333
Introduction Every new C# release brings its share of improvements to how we write safer...
-
TUnit — Why I Spent 2 Years Building a New .NET Testing Framework
medium.com Issue #333
I started building TUnit around two years ago. For those who have followed the journey, you’ll be glad to see the recent release of…
-
DTOs, ViewModel and Domain Model in C#
medium.com Issue #332
DTOs, ViewModels, and Domain Models each play a unique role in clean and maintainable architecture. They help separate business logic, UI…
-
Method Chaining vs Fluent Approach in C#
dotnetfullstackdev.medium.com Issue #332
A Deep, Story-Driven Explanation That Finally Makes the Difference Clear
-
Corporate Boondoggles: Lumber Apocalypse and Linear Programming, C# Comes in Clutch
medium.com Issue #332
boon·dog·gle: work or activity that is wasteful or pointless but gives the appearance of having value.
-
Avoid These Common LINQ Mistakes: First(), FirstOrDefault(), Single(), SingleOrDefault() Explained
medium.com Issue #332
When working with LINQ in C#, developers constantly reach for First(), FirstOrDefault(), Single(), or SingleOrDefault(). But despite…
-
Interpolated Verbatim Strings ($@””) ve Raw String Literals (“””)
medium.com Issue #332
Write Faster SQL Queries With Dapper in .NET 9 | Clean Architecture With Full Codes
-
.NET CancellationToken Deep Dive
medium.com Issue #332
CancellationToken হলো .NET-এর একটি mechanism যা asynchronous বা long-running task গুলোর cancel / abort করার সুযোগ দেয়
-
📝 The Importance of Documenting Your Code: Why Every Developer Should Do It
c-sharpcorner.com Issue #331
Unlock seamless development! Discover why documenting your code is crucial for team collaboration, faster onboarding, and easier debugging. Learn practical tips!
-
Subagents in VS Code
youtube.com Issue #331
Building Domain-Driven Design (DDD) APIs in ASP.NET Core
-
Composition Over Inheritance: Building Flexible C# Applications
c-sharpcorner.com Issue #331
Master Composition Over Inheritance in C#! Build flexible, maintainable C# applications by favoring 'has-a' over 'is-a' relationships. Real-world examples included!
-
Are C# 14's new features worth updating your app to .NET 10?
roundthecode.com Issue #331
Discover the new features in C# 14 - from extension members to the field keyword - and find out whether upgrading your app to .NET 10 is really worth it. The page Are C# 14's new features worth updati...
-
The Dumb Things in C# and .NET That Still Trip Us Up
medium.com Issue #331
C# is one of the most loved languages in the developer world. It’s elegant, powerful, and blessed with an ecosystem that’s mature and…
-
We Can Finally Publish Notifications in Parallel with MediatR (and Not Regret It)
medium.com Issue #331
If you want the full source code, join our community: Here
-
7 More .NET APIs That Microsoft Uses in Production (But You Probably Don’t)
medium.com Issue #331
(…But Microsoft engineers quietly use them everywhere)
-
Understanding the C# Null Propagator Operator (?.)
medium.com Issue #331
In C# development, one of the most common errors programmers face is the NullReferenceException.
-
Use TimeSpan Or Specify Units In Duration Properties And Parameters
ardalis.com Issue #331
A special case of primitive obsession is the use of an int value to describe a span of time. You see this all the time in various APIs, and it’s a frequent source of bugs and confusion. Developers are...
-
Simplifying .NET with 'dotnet run file.cs'
youtube.com Issue #330
Learn how this feature enables quick experimentation, simplifies scripting scenarios, and makes .NET more approachable for beginners and scripts. .NET is becoming more accessible than ever with new fe...
-
Building Once, Deploying Everywhere: C# Cross-Platform with .NET MAUI and the Competition
systemweakness.com Issue #330
Note from the Author: I’m delighted to share this article, which serves as a powerful follow-up to my 2023 piece, “The future of… Continue reading on System Weakness »
-
Stop Blaming Copilot — Start Coding for the Age of AI
medium.com Issue #330
(Why Copilot, Gemini, and Codeium keep giving you wrong code — and what you can do about it)