C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2334 articles Updated Page 79 of 94
C# articles, tutorials, and news from the DotNetNews archive.
C# articles
Page 79 of 94
Newest first
-
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/
-
C# Pattern Matching in .NET: A Comprehensive Guide
medium.com Issue #170
https://medium.com/asp-dotnet/c-pattern-matching-in-net-a-comprehensive-guide-5f02bb227c4e
-
C# DateTime Conversion Extract Date from Unformatted String
csharp.com Issue #170
https://www.csharp.com/blogs/c-sharp-datetime-conversion-extract-date-from-unformatted-string
-
Embedding Static Data in C#: How to Pack Markdown, CSV, and Prompt Templates into Your Application
oliverscheer.tech Issue #170
https://oliverscheer.tech/blog/embedding-static-data-in-c-how-to-pack-markdown-csv-and-prompt-templates-into-your-application/
-
Understanding Expressions in C#: Dynamic Code and Query Generation
c-sharpcorner.com Issue #170
https://www.c-sharpcorner.com/article/understanding-expressions-in-c-sharp-dynamic-code-and-query-generation/
-
C# Language Mind map v14
steven-giesel.com Issue #169
https://steven-giesel.com/blogPost/91563474-ffe6-4c47-b7ee-fb04b5731a74
-
C# .NET — Essential Tools to Boost Your Testing
medium.com Issue #169
https://medium.com/@gabrieletronchin/c-net-essential-tools-to-boost-your-testing-813b8837f278
-
Pooling with ObjectPool<T> in .NET
csharp.com Issue #169
https://www.csharp.com/article/pooling-with-objectpoolt-in-net/