C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2334 articles Updated Page 23 of 94
C# articles, tutorials, and news from the DotNetNews archive.
C# articles
Page 23 of 94
Newest first
-
Command Line Interface Consumer for Kafka in C#
nodogmablog.bryanhogan.net Issue #388
When I started working with Kafka, I installed it locally on Docker and used a combination of the Confluent Command Line Interface (CLI) and C# programs I wrote. One of the CLI tools from Confluent l...
-
Serialization & Deserialization in C#
medium.com Issue #388
Serialization in C# converts objects into a format like JSON or XML for storage or transmission, while deserialization reverses this…
-
Why Choosing Classes Over Structs Almost Broke My .NET App — And How Value Types Saved It
medium.com Issue #387
“Why did my API suddenly slow down under load, even though nothing in the code changed?”
-
Orchestrating Durable AI Agents in .NET
medium.com Issue #387
In modern AI systems, it’s not enough for agents to handle single requests — they must coordinate complex, multi-step workflows that can… Continue reading on GoPenAI »
-
Building Your First AI Agent in C# with Microsoft Agent Framework
medium.com Issue #387
From chatbot to agent in 15 minutes — a practical guide for .NET developers
-
String Performance: Why Some String Searches Are Slower Than You Think
dotnettips.wordpress.com Issue #387
String searching is fundamental to modern applications, yet its performance impact is often overlooked. This article explores how common string search patterns can quietly slow down your code—and how ...
-
Missed these 12 new C# features?
roundthecode.com Issue #386
Discover 12 C# features from C# 12, 13 and 14 you may have missed, including primary constructors, collection expressions, extension members and more. The page Missed these 12 new C# features? appeare...
-
Engineering healthcare systems in C#/.NET using HL7 & FHIR and why domain knowledge is important
medium.com Issue #386
Beyond the code: Why domain expertise is the secret weapon for developers, and a deep dive into building healthcare systems with HL7 & FHIR
-
Abstract vs Virtual in C#
c-sharpcorner.com Issue #386
Confused about abstract vs. virtual in C#? This guide clarifies their differences, usage scenarios, and common pitfalls. Learn when to use each for robust code design.
-
Common C# Mistakes Even Senior Developers Make
c-sharpcorner.com Issue #386
Avoid common C# pitfalls! Even experienced developers make mistakes like misusing async/await, ignoring IDisposable, and over-abstracting. Learn to write better C# code.
-
I Got Tired of DI Wiring in .NET (So I Built AttributedDI)
medium.com Issue #385
Seven years ago (wow, time flies), I was working on a big greenfield .NET project. It started clean and optimistic, and then, like many…
-
Dotnet Tip: ToList() Vs ToHashSet()
medium.com Issue #385
Recently, I had an issue which was bringing down our application in Production. Everything worked fine in Nonproduction of course since…
-
“This async method lacks ‘await’ operators and will run synchronously” — What It Really Means
mahraz-hasnat.medium.com Issue #385
If you work with C# and async/await, you’ve probably seen this warning:
-
Nerding out about covariance and immutability
blog.jermdavis.dev Issue #385
I've been working with C# most of my career, but every so often they add bits to the language which for some reason I've never really got to make use of. And "covariance" is one of those thi...
-
Getting Started with C# Programming: A Beginner’s Guide
medium.com Issue #385
Learn how to set up Visual Studio and understand the basic building blocks of C#
-
7 learnings from Anders Hejlsberg: The architect behind C# and TypeScript
news.google.com Issue #384
7 learnings from Anders Hejlsberg: The architect behind C# and TypeScript
-
Extract Pages from Word Documents Using C#
medium.com Issue #384
When working with Word documents, it’s common to run into situations where you don’t need the entire file. Sometimes you only want a…
-
Zookeeper with C#.NET — A Gentle, Deep, Example‑Driven Guide
medium.com Issue #384
6,500+ Tech Courses. Upgrade Your Skills — Free To Start! Continue reading on CodeToDeploy »
-
LINQ in EF Core Explained: From Lambda Expressions to SQL
benedictodoh.medium.com Issue #383
What is LINQ?
-
Value vs Reference Types: Why My ASP.NET Core Code Behaved Unexpectedly
medium.com Issue #383
Have you ever been puzzled why changing a variable sometimes changes another one, but other times it doesn’t? Or why your program’s memory…
-
7 learnings from Anders Hejlsberg: The architect behind C# and TypeScript
news.google.com Issue #383
7 learnings from Anders Hejlsberg: The architect behind C# and TypeScript
-
Extract Pages from Word Documents Using C#
medium.com Issue #383
When working with Word documents, it’s common to run into situations where you don’t need the entire file. Sometimes you only want a…
-
Repository Pattern in .NET (Simple, Async-Only Guide)
medium.com Issue #383
In well-structured .NET applications, persistence is an infrastructure concern. Once database logic bleeds into application or…
-
Prompt Engineering — Zero-Shot, One-Shot, Few-Shot & In-Context Learning
henriquesd.medium.com Issue #383
The way you write the prompt matters, so according to the output you expect, you can use the right technique, and this will reduce hallucinations and ensure that the model understands the context and ...
-
Zookeeper with C#.NET — A Gentle, Deep, Example‑Driven Guide
medium.com Issue #383
6,500+ Tech Courses. Upgrade Your Skills — Free To Start! Continue reading on CodeToDeploy »