languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2552 articles Updated Page 96 of 103
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 96 of 103
Newest first
-
Mastering C# 13.0: Best Practices and Coding Standards
csharp.com Issue #143
https://www.csharp.com/article/mastering-c-sharp-13-0-best-practices-and-coding-standards/
-
Go vs C#: A Comprehensive Comparison for Modern Developers
medium.com Issue #143
https://medium.com/@anthonyjoanes_72638/go-vs-c-a-comprehensive-comparison-for-modern-developers-9a93890705b4
-
C# Generics Deep Dive: Write Flexible, Reusable, and Type-Safe Code
medium.com Issue #143
https://medium.com/@nagarajvela/c-generics-deep-dive-write-flexible-reusable-and-type-safe-code-2b538974f5cc
-
How Queues Keep Things Moving in .NET
medium.com Issue #143
https://medium.com/@nirajranasinghe/how-queues-keep-things-moving-in-net-74ea61f0ac5f
-
Editing the C# Class Template in Visual Studio 2022
medium.com Issue #143
https://medium.com/@yegor-sychev/editing-the-c-class-template-in-visual-studio-2022-45c1387ae32e
-
StringBuilder vs StringConcatenation
medium.com Issue #142
https://medium.com/@Sina-Riyahi/stringbuilder-vs-stringconcatenation-d69fbebf81fe
-
What is my favorite VS Code feature for C# development?
youtube.com Issue #142
https://www.youtube.com/watch?v=tqtOE-rSIYI
-
Custom function query support in JsonQuery.Net
medium.com Issue #142
https://medium.com/@lateapexearlyspeed/custom-function-query-support-in-jsonquery-net-f0848b1cc252
-
IEnumerable vs IEnumerator in C#: One is 2x Faster - LinkedIn Edition
steven-giesel.com Issue #142
https://steven-giesel.com/blogPost/b705be3e-8d80-4de1-aefb-29c9262c49b7
-
When Not to Use async/await in .NET: Avoid These Common Pitfalls
medium.com Issue #142
https://medium.com/@ashokreddy343/when-not-to-use-async-await-in-net-avoid-these-common-pitfalls-b0ceec3dd4a7
-
C# Spread Operator: Concise Code, Maximum Impact!
medium.com Issue #142
https://medium.com/@nagarajvela/c-spread-operator-concise-code-maximum-impact-2906d947deec
-
C# 14: Null-conditional assignment
steven-giesel.com Issue #142
https://steven-giesel.com/blogPost/b6d22649-7fba-488b-b252-31efdb3686c5
-
ChatGPT for Advanced C# Code Refactoring & Clean-Up
dotnetcorecentral.com Issue #141
https://dotnetcorecentral.com/blog/chatgpt-csharp-refactoring/
-
The 4 C# Techniques Nobody Talks About (But Should)
medium.com Issue #141
https://medium.com/write-a-catalyst/the-4-c-techniques-nobody-talks-about-but-should-2cd782864239
-
Mastering Async Programming in .NET: Best Practices & Pitfalls to Avoid
medium.com Issue #141
https://medium.com/@tanjeerbinhaque/mastering-async-programming-in-net-best-practices-pitfalls-to-avoid-03327c667524
-
Understanding Nullable Types in C#: A Comprehensive Guide
rahulsahay19.medium.com Issue #141
https://rahulsahay19.medium.com/understanding-nullable-types-in-c-a-comprehensive-guide-31fc7688d933
-
Recursive Algorithm in C# Using Towers of Honoi
csharp.com Issue #141
https://www.csharp.com/article/recursive-algorithm-in-c-sharp-using-towers-of-honoi/
-
Tuning Your Serialization in .NET with JSON Attributes: Faster, Leaner, and Cleaner
medium.com Issue #141
https://medium.com/@kohzadi90/tuning-your-serialization-in-net-with-json-attributes-faster-leaner-and-cleaner-22e603e9fbec
-
.NET Buffering Techniques: Analysis, Benchmarking, and Practical Advice
slimktari.com Issue #141
https://slimktari.com/net-buffering-techniques-analysis-benchmarking-and-practical-advice-d49f12906de0
-
Building .NET AI apps with Chroma
devblogs.microsoft.com Issue #141
https://devblogs.microsoft.com/dotnet/announcing-chroma-db-csharp-sdk/
-
Entity Framework 9 - GroupBy Throwing Exception
csharp.com Issue #141
https://www.csharp.com/article/entity-framework-9-groupby-throwing-exception/
-
SingleAsync() vs SingleOrDefaultAync() vs FirstAsync() vs FirstOrDefaultAsync() vs FindAync()
ravindradevrani.medium.com Issue #140
https://ravindradevrani.medium.com/singleasync-vs-singleordefaultaync-vs-firstasync-vs-firstordefaultasync-vs-findaync-e1d150d79e3a
-
Multithreaded Work Synchronization in C#/.NET — Part 2
medium.com Issue #140
https://medium.com/jit-team/multithreaded-work-synchronization-in-c-net-part-2-a565e96f03d7
-
AsyncLocal vs ThreadLocal
medium.com Issue #140
https://medium.com/@serhiikokhan/asynclocal-vs-threadlocal-e49bd9403c22
-
Understanding Garbage Collection
csharp.com Issue #140
https://www.csharp.com/article/understanding-garbage-collection/