languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2322 articles Updated Page 53 of 93
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 53 of 93
Newest first
-
C# Cheat Sheet: From Zero to Hero
medium.com Issue #263
2025 Edition
-
What is object-oriented programming in C#?
c-sharpcorner.com Issue #263
A hands-on guide to understanding object-oriented programming (OOP) in C#, complete with real-world examples. Learn the four pillars of OOP, Encapsulation, Inheritance, Polymorphism, and Abstraction, ...
-
The Final Boss of Cancellation Tokens in .NET
blog.stackademic.com Issue #263
Performance, pitfalls, and the 5 rules that separate pros from amateurs. Continue reading on Stackademic »
-
Leveling Up with Cancellation Tokens in .NET
blog.stackademic.com Issue #263
Advanced patterns like linked tokens, async streams, and making APIs truly cancellation-aware. Continue reading on Stackademic »
-
Working with Arrays in C#: Declaration, Initialization, and Usage
medium.com Issue #263
Arrays are one of the most fundamental data structures in C# programming, allowing you to store multiple values of the same type in a…
-
What Is the Difference Between C# and .NET?
c-sharpcorner.com Issue #263
Confused between C# and .NET? This article breaks down the technical differences and how they work together in modern software development.
-
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...