languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2466 articles Updated Page 45 of 99
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 45 of 99
Newest first
-
C# — Unique behavior when passing array and list objects as parameters
medium.com Issue #313
When programming using C#, there are not many cases where you will deal with objects and sequences of objects (in the form of arrays or…
-
Single Responsibility Principle (SRP) in C#: One Class, One Job
c-sharpcorner.com Issue #313
Unlock the power of clean code with the Single Responsibility Principle (SRP) in C#! This article provides a practical guide to understanding and applying SRP, the cornerstone of SOLID principles. Lea...
-
Building My First Real .NET Application: Lessons from the Trenches
medium.com Issue #313
A candid look at what went wrong, what worked, and how I learned to think in systems, not snippets. Continue reading on .Net Programming »
-
Automating User Allotment Data Processing from Emails Using C# and SQL Server
c-sharpcorner.com Issue #313
Automate allotment data processing from emails using C# and SQL Server. This tutorial shows how to read emails, download CSVs, and update your database automatically.
-
How LINQ Turns Your C# Code into SQL Queries (With Real Examples)
c-sharpcorner.com Issue #312
Unlock the power of LINQ! This article provides a comprehensive guide on how LINQ translates your C# code into efficient SQL queries. Learn with practical examples demonstrating filtering, joining, or...
-
How I Stopped Creating My Own Objects: Learning Dependency Injection in .NET
trevoirwilliams.com Issue #312
During my early days of coding, I had a hard time understanding Dependency Injection (DI). I was so accustomed to creating objects directly inside my classes. Every time I needed something, I would si...
-
Mastering Intermediate C# Interview Questions: The Complete Guide
medium.com Issue #312
Friend link :- Read full story for free!
-
C# 14 Changed Reverse on Arrays
medium.com Issue #312
Why x.Reverse() may mutate your array on older .NET-and how to fix it. Continue reading on .Net Programming »
-
Real-Time Applications with SignalR, Angular, and ASP.NET Core
c-sharpcorner.com Issue #312
Build real-time web applications effortlessly using ASP.NET Core, Angular, and SignalR! This tutorial guides you through creating a simple chat application with instant updates. Learn to implement ser...
-
Stop Writing Mediocre C# Code: 10 Habits That Instantly Upgrade You in 2025
blog.stackademic.com Issue #312
Discover the overlooked techniques modern C# developers use to write cleaner, faster, and future-proof code — and how you can adopt them… Continue reading on Stackademic »
-
The Result Pattern in .NET
malshikay.medium.com Issue #312
A Better Way to Handle Success and Failure
-
Getting Started with Scalar API Documentation in ASP.NET Core: A Beginner’s Guide
medium.com Issue #312
If you’re building APIs with ASP.NET Core, you’ve probably heard of Swagger for API documentation. But there’s a modern, beautiful…
-
Cold Starts in Azure Functions and How the Premium Plan Solves Them
c-sharpcorner.com Issue #312
Eliminate Azure Functions cold starts with the Premium plan! This article dives into a real-world healthcare IoT telemetry pipeline scenario where cold starts caused critical alert delays. Learn how p...
-
Single Threading — The Foundation of All Execution
medium.com Issue #312
Before your code can think about concurrency, async, or parallelism, it has to do one thing really well: Run in a straight line.
-
Dew Drop – October 20, 2025 (#4522)
alvinashcraft.com Issue #312
Top Links Microsoft brings Windows’ ‘AI actions’ to third-party apps (Mark Hachman) A Developer’s Guide to Fine-Tuning GPT-4o for Image Classification on Azure AI Foundry (Alexandre Levret) Share Copi...
-
The Truth About .NET Serialization Nobody Told You
medium.com Issue #312
“Serialization is where 80% of your latency hides. Let’s expose it.” By Mohammad Shoeb
-
Model Context Protocol in .NET
medium.com Issue #311
Let’s have a look that the MCP is and how we can implement it in .NET. Continue reading on Data Science Collective »
-
Automating Chrome Browser with Selenium in C#
c-sharpcorner.com Issue #311
Learn how to automate the Chrome browser using Selenium WebDriver with C# for web testing, scraping, and task automation. This tutorial provides a step-by-step guide, from setting up your C# project i...
-
Unlocking Runtime Intelligence: A Formal Exploration of Reflection in .NET
c-sharpcorner.com Issue #311
Unlock the power of runtime intelligence with .NET Reflection! This article explores how to inspect and manipulate .NET code at runtime, covering key components like Assembly and Type inspection, dyna...
-
The 7 Sneaky EF Core Change Tracking Bugs That Silently Destroyed My Data (Until I Cracked the Fix)
blog.stackademic.com Issue #311
Discover how invisible tracking issues can overwrite your entities, break relationships, and cause ‘random’ bugs — and learn the exact… Continue reading on Stackademic »
-
SOLID Principles Cheat Sheet 🚀
c-sharpcorner.com Issue #311
Master the SOLID principles of object-oriented design with this cheat sheet! Learn Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion principles. ...
-
C# 14’s New Performance-Enhancing Feature: Compound Assignment Operators
gunesramazan.medium.com Issue #311
C# keeps giving developers a little more flexibility with every release. With .NET 10, C# 14 introduces a feature that looks small at…
-
Building a Real-Time Day Planner in WPF: From Static Design to Dynamic Data
medium.com Issue #311
Desktop applications don’t have to be sluggish or look dated. Using WPF (Windows Presentation Foundation) and C#, we can build highly…
-
Mastering the C# Dispose Pattern
blog.ivankahl.com Issue #311
Mastering C# IDisposable is crucial for reliable resource management. Learn how to deterministically clean up unmanaged resources in C#.
-
Using Prompt Engineers to Help CROs Fix Hidden Revenue Leaks, Keep Customers, and Drive Expansion
c-sharpcorner.com Issue #311
Uncover hidden revenue leaks with prompt engineering! This article details how to use AI, guided by prompt engineers, to fix stalled pipelines, margin erosion, missed expansion, preventable churn, and...