C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2334 articles Updated Page 33 of 94
C# articles, tutorials, and news from the DotNetNews archive.
C# articles
Page 33 of 94
Newest first
-
Introducing C# 14
devblogs.microsoft.com Issue #335
Learn what features are in C# 14, which ships as part of .NET 10. The post Introducing C# 14 appeared first on .NET Blog.
-
Why Your C# Name Parser Is Wrong — And the 2025 Fix Every Developer Overlooks
blog.stackademic.com Issue #335
A deep dive into cultural naming structures, edge cases, particles, and the robust parsing techniques every senior engineer should know… Continue reading on Stackademic »
-
CurlDotNet: Bringing curl to .NET 10 and C#
medium.com Issue #335
If you’ve ever copied a curl command from API docs only to rewrite it line-by-line in C#, CurlDotNet feels like someone just handed you…
-
Building More Secure C# .NET Applications with HashiCorp Vault
medium.com Issue #335
Have you ever found yourself hardcoding database passwords or API keys directly in your `appsettings.json` file? If you’re nodding your… Continue reading on The Syntax Hub »
-
All you need to know about the C# spread operator
levelup.gitconnected.com Issue #335
A clear guide to using the new C# spread operator Continue reading on Level Up Coding »
-
Difference between IQueryable, IEnumerable, IList, ICollection & IDictionary
medium.com Issue #334
Here’s a detailed comparison of the C# interfaces IQueryable, ICollection, IList, IDictionary, IEnumerable, and IEnumerator, summarizing…
-
Smarter Refactoring in C#: How AI Helps Engineers Build More Scalable Enterprise Applications
medium.com Issue #334
Software teams often focus on using AI to autocomplete code or speed up daily development tasks — but one of the most powerful (and least…
-
.NET 10 Breaking Changes: The New field Keyword
mariemoalla.medium.com Issue #334
Every new .NET release brings performance improvements, but sometimes, it also brings breaking changes that can quietly break your code…
-
.NET: The Ever-Evolving Framework Powering Modern Digital Innovation
medium.com Issue #334
The technology landscape is changing rapidly today, but .NET remains powerful and is considered one of the most reliable, versatile, and…
-
The Business Case for Investing in .NET Training for Teams
medium.com Issue #334
In most companies today, there’s always some big system running in the background — an application that nobody really thinks about until…
-
New Features in .NET 10 and C# 14
trevoirwilliams.com Issue #334
.NET 10 is out, and if you’ve been waiting for a solid Long-Term Support (LTS) release before upgrading your apps, this is the one. Microsoft will support it until late 2028, providing you with ample ...
-
5 .NET Collection Techniques That Stop Slowdowns Before They Start
blog.stackademic.com Issue #334
Low effort tweaks that remove allocations, locks, and pointless overhead Continue reading on Stackademic »
-
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 করার সুযোগ দেয়