C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2334 articles Updated Page 74 of 94
C# articles, tutorials, and news from the DotNetNews archive.
C# articles
Page 74 of 94
Newest first
-
5 Most Common Async/Await Mistakes in C#
medium.com Issue #188
https://medium.com/dot-net-sql-learning/5-most-common-async-await-mistakes-in-c-9e0bc57c4302
-
-
Unlocking Hidden Performance in Microsoft .NET: Iterating Over IEnumerable with the Enumerator
dotnettips.wordpress.com Issue #188
https://dotnettips.wordpress.com/2025/04/23/unlocking-hidden-performance-in-microsoft-net-iterating-over-ienumerable-with-the-enumerator/
-
The Complete Beginner’s Guide to C# Programming
medium.com Issue #188
https://medium.com/@orbens/the-complete-beginners-guide-to-c-programming-1b46106458e6
-
Readable LINQ Over Nested One-Liners
medium.com Issue #188
https://medium.com/@KeivanDamirchi/readable-linq-over-nested-one-liners-961c2b8d3cdb
-
Input Integrity in C# for Privacy-Safe LLM Systems
c-sharpcorner.com Issue #188
https://www.c-sharpcorner.com/article/input-integrity-in-c-sharp-for-privacy-safe-llm-systems/
-
We Broke Up with MediatR — and Found in .NET’s Hidden Gem
medium.com Issue #188
https://medium.com/@metoz.florian/we-broke-up-with-mediatr-and-found-in-nets-hidden-gem-a62e3bc64ffb
-
Advanced Database Programming with C# 14 and Microsoft SQL Server
c-sharpcorner.com Issue #188
https://www.c-sharpcorner.com/article/advanced-database-programming-with-c-sharp-14-and-microsoft-sql-server/
-
Class vs Record in .NET: What’s the Real Difference, and Why Should You Care?
medium.com Issue #188
https://medium.com/@arpan.rao/class-vs-record-in-net-whats-the-real-difference-and-why-should-you-care-ac64209121cc
-
Don’t return Results or TypedResults in ASP.NET Core. Instead, do this
medium.com Issue #188
https://medium.com/@denmaklucky/dont-return-results-or-typedresults-in-asp-net-core-instead-do-this-b9f6f5598940
-
Identifier Lockdown: How to Keep Your C# Variable Names Out of Jail
medium.com Issue #187
https://medium.com/@fulton_shaun/identifier-lockdown-how-to-keep-your-c-variable-names-out-of-jail-ddc6227edc6f
-
How to Transform Messy C# with One Global Using
medium.com Issue #187
https://medium.com/@nagarajvela/how-to-transform-messy-c-with-one-global-using-b4c67a664685
-
Order of Execution in LINQ Queries
c-sharpcorner.com Issue #187
https://www.c-sharpcorner.com/article/order-of-execution-in-linq-queries/
-
Accelerate .NET: 7 Advanced C# Techniques for Peak Performance
towardsdev.com Issue #187
https://towardsdev.com/accelerate-net-7-advanced-c-techniques-for-peak-performance-76ba6b27f68d
-
Displaying Variables in C#: How to Actually Show Your Data
medium.com Issue #187
https://medium.com/@fulton_shaun/displaying-variables-in-c-how-to-actually-show-your-data-d2baa12f4952
-
Constants in C#: Locking Down the Values That Matter
medium.com Issue #187
https://medium.com/@fulton_shaun/constants-in-c-locking-down-the-values-that-matter-134d3de9c3cc
-
Building a C# Utility Library Your Entire Org Can Reuse (And Actually Wants To)
medium.com Issue #187
https://medium.com/@nidhiname/building-a-c-utility-library-your-entire-org-can-reuse-and-actually-wants-to-8bf51055b21a
-
The Hidden Costs of Null Checks in Generic C# Code
c-sharpcorner.com Issue #186
https://www.c-sharpcorner.com/article/the-hidden-costs-of-null-checks-in-generic-c-sharp-code/
-
Variables in C#: What They Are and How to Actually Use Them
medium.com Issue #186
https://medium.com/@fulton_shaun/variables-in-c-what-they-are-and-how-to-actually-use-them-32a3a11f1566
-
How to Implement Zero Trust Architecture on Azure Using C#
c-sharpcorner.com Issue #186
https://www.c-sharpcorner.com/article/how-to-implement-zero-trust-architecture-on-azure-using-c-sharp/
-
Consuming from Kafka without Consumer Groups in C#
medium.com Issue #186
https://medium.com/norsk-helsenett/consuming-from-kafka-without-consumer-groups-in-c-5a17c67d7b35
-
The C# Developer’s Edge: Crush Data Streaming with IAsyncEnumerable!
medium.com Issue #186
https://medium.com/@nagarajvela/the-c-developers-edge-crush-data-streaming-with-iasyncenumerable-7fbe3c37c246
-
Virtual vs Sealed vs Static in C#: When to Use Each and Performance Trade-Offs
codenp.com Issue #186
https://codenp.com/virtual-vs-sealed-vs-static-in-c-when-to-use-each-and-performance-trade-offs-1c910d4d9849
-
10 Game-Changing Features in C# 14 Preview (and How to Try Them Today)
medium.com Issue #186
https://medium.com/@metoz.florian/10-game-changing-features-in-c-14-preview-and-how-to-try-them-today-a3cb27f77bea
-
How to Convert a DataTable to a List of Objects in C#
c-sharpcorner.com Issue #185
https://www.c-sharpcorner.com/article/how-to-convert-a-datatable-to-a-list-of-objects-in-c-sharp2/