languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2322 articles Updated Page 49 of 93
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 49 of 93
Newest first
-
Using and authoring .NET tools
andrewlock.net Issue #279
In this post I describe some of the complexities around authoring .NET tools, specifically around supporting multiple .NET runtimes and testing in CI
-
Three Dots, Never the Same
medium.com Issue #278
3 dot years ago, today:
-
The C# Keyword That Makes Your Exceptions Free (But Nobody Uses It)
medium.com Issue #278
Why This Blog Matters Continue reading on Dev Genius »
-
If you need to generate realistic fake data in C#, try this library
medium.com Issue #278
From time to time, you may need to populate data in your database — for testing or just for mocking. Bogus gives us a simple way to do…
-
Top 10 Modern C# Performance Features That Made My .NET Apps 3x Faster
medium.com Issue #278
As a .NET developer working in high-stakes domains like legal practice management and insurance verification systems, performance isn’t… Continue reading on ILLUMINATION’S MIRROR »
-
The Union Revolution in C#: Closed Hierarchies, Case Declarations, and Safer APIs
medium.com Issue #278
If you’ve ever wished your C# code could precisely model “one of these types, but never anything else”, discriminated unions are about to…
-
How to Print PDF files in C# (Developer Tutorial)
c-sharpcorner.com Issue #278
IronPrint is a C#/.NET library for direct, reliable PDF printing. It supports silent printing, multi-page documents, duplex, and custom printer settings, enabling automated, professional printing for ...
-
How ValueTask Boosts .NET Performance with Zero Allocations
itnext.io Issue #277
Slash memory overhead in async C# code with practical ValueTask examples for high-throughput APIs Continue reading on ITNEXT »
-
How to Delete Blank Rows and Columns in Excel using C#
medium.com Issue #277
When working with Excel files, blank rows and columns may appear due to improper data formatting, extra spaces, or manual editing. These…
-
Introduction to Playwright and TypeScript for Automation Testing
c-sharpcorner.com Issue #277
Explore Playwright & TypeScript for automation testing! This guide covers setup, advantages over Selenium, and why TypeScript enhances reliability and scalability.
-
How to add Digital Signature in C# using KAiZEN APIs?
medium.com Issue #277
Easily add digital signatures to your applications!
-
C# 14 Will Change How You Code — Here’s Why
medium.com Issue #277
C# 14 ships with .NET 10 and brings a set of focused, developer‑friendly improvements: extension members, null‑conditional assignment…
-
.NET Command Shell Execution — Error — The directory name is invalid
medium.com Issue #277
This week my team experienced this error when executing commandline shell scripts through the System.Diagnostics.Process SDK:
-
New LINQ Methods in .NET 9: A Quick Guide
medium.com Issue #276
The world of C# development is constantly evolving, and with each new version of .NET, we receive powerful enhancements that make our code…
-
Copy Word Document Content in C#: Pages, Sections, Paragraphs, Tables, and More
medium.com Issue #276
When working with Word documents in enterprise applications or software development, it’s often necessary to transfer content from one…
-
The Hidden Time Bomb in Your Code: Why DateTime.Now Could Be Sabotaging Your Applications
medium.com Issue #276
A single line of code that seems innocent but can destroy production logs, confuse users across time zones, and create phantom events in…
-
Remove Empty Lines and Blank Pages in Word using C#
medium.com Issue #276
When working with Word documents, you may often encounter unnecessary empty lines, blank tables, or even blank pages.
-
Discriminated Unions Might Be Coming to C#
blog.stackademic.com Issue #276
Not in C# 14 (maybe), but hey we can still dream. Continue reading on Stackademic »
-
The 3-Letter C# Keyword That Halves Allocations (And You’re Still Not Using It)
towardsdev.com Issue #275
Why This Blog Matters Continue reading on Towards Dev »
-
Mastering Incremental Source Generators in C#: A Complete Guide with Example
blog.elmah.io Issue #275
In the Previous blog, I discussed source generators. .NET has introduced an improved version of a source generator, called Incremental Source Generator. The new type generates code faster and reduces ...
-
Understanding NullReferenceException in .NET (and How to Avoid It)
medium.com Issue #275
From common pitfalls to modern solutions with C#
-
Taming the NullReferenceException in C# | Pro Tricks & Tips
frontend2backend.medium.com Issue #275
Find Your Answer Here : https://www.youtube.com/watch?v=lqZWf_Acuok&t=5s
-
Master C# from Basics to Advanced | Complete C# Learning Path with Algorithms & Real-World Skills
c-sharpcorner.com Issue #275
Learn C# step by step! From basics to advanced concepts with 20+ algorithms, OOP, LINQ, async, desktop & web app development.
-
C# Under the Radar: Why It’s Quietly Becoming the Backbone of AI and Enterprise Dev
medium.com Issue #275
Everyone’s chasing Python and JavaScript — but C# is evolving into the silent engine of AI, cloud, game dev, and enterprise systems… Continue reading on .Net Programming »
-
5 Common .NET Developer Mistakes and How to Avoid Them
blog.yaseerarafat.com Issue #274
Starting your journey as a .NET developer is exciting. You’ve got the power of a mature ecosystem, modern tools like Visual Studio and…