languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2466 articles Updated Page 59 of 99
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 59 of 99
Newest first
-
Master the C# Ternary Operator: Concise Conditionals
medium.com Issue #263
Writing clean, readable code is a skill every developer strives to master. One powerful tool in the C# language that can help achieve this…
-
DateTime and TimeSpan in C#: Handling Dates Without Headaches
medium.com Issue #262
Learn how to work with dates, times, and durations in C# using DateTime and TimeSpan.
-
Difference Between Task, async/await, and Threading in .NET
c-sharpcorner.com Issue #262
This article explains the core differences between Task, async/await, and traditional Threading in .NET. Learn how they work, when to use each, and how they impact performance, scalability, and readab...
-
-
The Hidden C# Trick That Turns Messy Try-Catch Blocks into Elegant, Maintainable Code
medium.com Issue #262
Learn how to build a custom Try-Catch attribute that centralizes error handling, reduces duplication, and keeps your focus on actual logic…
-
Mastering Async/Await in C#: Common Pitfalls and How to Avoid Them
medium.com Issue #262
Mastering Async/Await in C#: Common Pitfalls and How to Avoid Them
-
-
LINQ : Advanced Techniques Every .NET Developer Should Master in 2025
medium.com Issue #261
Write LINQ that reads like C# and runs like SQL—clean and fast.
-
Dynamic Service Registration in .NET: A Clean Approach to Dependency Injection
medium.com Issue #261
Dependency Injection (DI) is a fundamental part of modern .NET applications, but manually registering dozens or hundreds of services can…
-
Multithreading in C# .NET Core: A Real-World Guide (With Code, Mistakes, and Clarity)
medium.com Issue #261
“Why is my app freezing?” “Why is this taking so long to load?” “My API works fine — until multiple users hit it at once…” Continue reading on CodeToDeploy »
-
Data Formats in .NET: What They Are and How They Look
medium.com Issue #261
When I started my first job as a junior developer, one of the first things I saw in the backend codebase was something like this:
-
Why .NET Full Stack Developers Are the Backbone of Enterprise Digital Transformation in 2025
medium.com Issue #261
As businesses accelerate toward digital-first strategies in 2025, the demand for skilled professionals who can architect, build, and scale…
-
Trigger, Render, Deliver: Email Templates Made Easy with DotLiquid & EasyLaunchpad
bizsoltech.medium.com Issue #261
Email is one of the most vital — yet frustrating — parts of any SaaS product. Whether it’s sending a password reset, welcome message, or…
-
Top 10 .NET Development Companies of 2025: How to Choose the Right Partner
belitsoft.com Issue #261
When you’re looking to hire a trusted .NET development partner, the “top 10” label usually indicates companies with deep expertise in…
-
Asynchronous Programming in C# — Comparing it with multi threading
ravindradevrani.medium.com Issue #261
Asynchronous task is a non-blocking task. Main thread goes back to the thread pool (and free to do other tasks) when it reaches to await –…
-
5 Modern C# Features That Will Make Your Code Feel Like Magic
blog.stackademic.com Issue #261
The language evolved. Your code should, too. Continue reading on Stackademic »
-
How is .Net platform independent?
dharinibalasubramaniam.medium.com Issue #261
Understanding the Cross-Platform Nature of .NET with Real-World Analogies
-
Understanding MVC in .NET
medium.com Issue #261
I recently started working with ASP.NET and I kept hearing about “MVC” — the Model-View-Controller pattern. Everyone around me swore by it…
-
474: Apple Intelligence for C# and .NET
mergeconflict.fm Issue #260
Frank brings apple intelligence APIs to C#! We discuss! https://github.com/praeclarum/CrossIntelligence/ Follow Us Frank: Twitter, Blog, GitHub James: Twitter, Blog, GitHub Merge Conflict: Twitter, Fa...
-
What are indexers in C#?
c-sharpcorner.com Issue #260
Exploring indexers in C# is a powerful feature that lets objects behave like arrays. We'll explain the basics in simple language, compare them to properties, cover multiple examples including overload...
-
How does C# differ from C or .NET?
c-sharpcorner.com Issue #260
A clear and concise guide explaining how C#, C, and .NET differ — covering their roles, syntax, usage, and ecosystem. Perfect for beginners and professionals looking to understand where each technolog...
-
Top 30 Tricky C# Coding Interview Questions
medium.com Issue #260
(With Answers)
-
Your First C# Program: Writing Hello World
medium.com Issue #260
Writing your first program is an exciting milestone in any programming journey. In this guide, we’ll walk through creating the classic…
-
Do You Need Coding Skills to Use Langflow?
c-sharpcorner.com Issue #260
Wondering if you need to know programming to use Langflow? Discover how Langflow enables no-code and low-code AI app development with drag-and-drop simplicity.
-
5 .NET Tips That Quietly Separate Experts From Everyone Else
blog.stackademic.com Issue #260
Master these, and your code will start feeling as fast and clean as it looks. Continue reading on Stackademic »