languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2466 articles Updated Page 84 of 99
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 84 of 99
Newest first
-
Understanding HashSet in C#
c-sharpcorner.com Issue #173
https://www.c-sharpcorner.com/article/understanding-hashset-in-c-sharp/
-
Exception Handling with the 'is not' Operator
csharp.com Issue #173
https://www.csharp.com/blogs/exception-handling-with-the-is-not-operator
-
C# 12 Inline Arrays vs Traditional Arrays: Why Performance-Critical Code Needs Them
medium.com Issue #173
https://medium.com/asp-dotnet/c-12-inline-arrays-vs-traditional-arrays-why-performance-critical-code-needs-them-7d1c38a4f8ef
-
All You need to know about AutoMapper!
medium.com Issue #173
https://medium.com/@deshanm123/all-you-need-to-know-about-automapper-b20ac6b4dff5
-
C# 13: Extended params for Method Parameters
anthonygiretti.com Issue #172
https://anthonygiretti.com/2025/03/01/c-13-extended-params-for-method-parameters/
-
Microsoft .NET Code Analysis: Improve .NET Performance by Reusing Constant Arrays
dotnettips.wordpress.com Issue #172
https://dotnettips.wordpress.com/2025/04/04/microsoft-net-code-analysis-improve-net-performance-by-reusing-constant-arrays/
-
An Easy Mnemonic to Format Dates As Strings in C#
medium.com Issue #172
https://medium.com/@iamcesaraguirre/an-easy-mnemonic-to-format-dates-as-strings-in-c-f27a0f6f5d0a?source=rss------csharp-5
-
How to Refactor the Code Using GitHub Copilot
csharp.com Issue #172
https://www.csharp.com/article/how-to-refactor-the-code-using-github-copilot/
-
DateOnly and TimeOnly in .NET
medium.com Issue #172
https://medium.com/@jepozdemir/dateonly-and-timeonly-in-net-a8a833ddb2e8
-
Select vs SelectMany in C# LINQ
c-sharpcorner.com Issue #172
https://www.c-sharpcorner.com/article/select-vs-selectmany-in-c-sharp-linq/
-
How to Split a List into Batches Using the Chunk Method in C#
c-sharpcorner.com Issue #172
https://www.c-sharpcorner.com/article/how-to-split-a-list-into-batches-using-the-chunk-method-in-c-sharp/
-
How I introduced a bug using IEnumerable in a wrong way(and what I learned)
medium.com Issue #172
https://medium.com/@samuelSimpleDev/how-i-introduced-a-bug-using-ienumerable-in-a-wrong-way-and-what-i-learned-c2e68c868bda
-
Making Sense of yield in C#
c-sharpcorner.com Issue #171
https://www.c-sharpcorner.com/article/making-sense-of-yield-in-c-sharp/
-
Smarter Code with Built-in AI Support in C# 14
c-sharpcorner.com Issue #171
https://www.c-sharpcorner.com/article/smarter-code-with-built-in-ai-support-in-c-sharp-14/
-
C# 13: Introducing System.Threading.Lock
anthonygiretti.com Issue #171
https://anthonygiretti.com/2025/03/05/c-13-introducing-system-threading-lock/
-
dotnet cross-platform interop with C via Environment.ProcessId system call
semuserable.com Issue #171
https://semuserable.com/2025/03/22/dotnet-cross-platform-interop-with-c/
-
How to Handle File Operations in C#
c-sharpcorner.com Issue #171
https://www.c-sharpcorner.com/article/how-to-handle-file-operations-in-c-sharp/
-
10 C# Syntax Rules Every Beginner Should Know
medium.com Issue #171
https://medium.com/@fulton_shaun/10-c-syntax-rules-every-beginner-should-know-91bb192f126b?source=rss------csharp-5
-
C# [Experimental]: Prevent Breaking Changes Instantly!
medium.com Issue #171
https://medium.com/turbo-net/c-experimental-prevent-breaking-changes-instantly-9ca3b8e28084
-
Top Libraries Every Fullstack .NET Developer Should Know (Before Reinventing the Wheel Again)
medium.com Issue #171
https://medium.com/@nidhiname/top-libraries-every-fullstack-net-developer-should-know-before-reinventing-the-wheel-again-62cf6cb70bff
-
Mastering Delegates in C#: A Developer’s Guide to Best Practices
medium.com Issue #171
https://medium.com/c-sharp-programming/mastering-delegates-in-c-a-developers-guide-to-best-practices-fc0d29ed9da2
-
C# Ambient Transactions: What They Are and Why They Matter
medium.com Issue #171
https://medium.com/@eve.is.sim/c-ambient-transactions-what-they-are-and-why-they-matter-c154caa8f27b
-
C# 14: Exploring New Language Features for Modern .NET Development
c-sharpcorner.com Issue #171
https://www.c-sharpcorner.com/article/c-sharp-14-exploring-new-language-features-for-modern-net-development/
-
15 Little-Known C# Array Tips That Will Supercharge Your Coding
medium.com Issue #171
https://medium.com/@ashokreddy343/15-little-known-c-array-tips-that-will-supercharge-your-coding-523f521884ce
-
Understanding in, ref, and out Parameter Modifiers in C#
c-sharpcorner.com Issue #170
https://www.c-sharpcorner.com/article/understanding-in-ref-and-out-parameter-modifiers-in-c-sharp-with-practical-examp/