languages
C# Articles, Tutorials & News
C# articles, tutorials, and news from the DotNetNews archive.
2466 articles Updated Page 2 of 99
Browse additional C# articles from the DotNetNews archive.
C# articles
Page 2 of 99
Newest first
-
Building AI-Ready Data Contracts for Event-Driven .NET Systems
c-sharpcorner.com Issue #523
Build AI-ready data contracts for .NET event-driven systems. Ensure explicit, versioned, and semantically clear events for reliable AI consumption.
-
A Field Guide to .NET Data Formats
binaryintellect.net Issue #523
In Part 1, we made the case that every data format grows its own language because the shape of the data dictates what kind of navigation makes sense. This part is the reference you actually bookmark: ...
-
C# 15 Memory Safety: Auditing Unsafe Code Contracts
c-sharpcorner.com Issue #523
C# 15 enhances memory safety by making unsafe code boundaries explicit, shifting focus from pointer syntax to actual memory access for better auditing.
-
Full Outer Joins in LINQ: Performance and SQL Translation
c-sharpcorner.com Issue #523
Explore .NET 11's FullJoin in LINQ for explicit full outer joins. Optimize database queries with EF Core translation and understand performance implications.
-
.NET 11 performance edition
csharpdigest.net Issue #522
7x faster enums, 2x faster timezone conversions, and GUID parsing 20% quicker
-
Get Started with Equality Comparison in C#
mirzaleka.medium.com Issue #522
You compare two objects with identical values, expect equality, but get false instead.
-
MCP HTTP Scalability with the New C# SDK 2.0
c-sharpcorner.com Issue #522
Unlock MCP HTTP scalability with C# SDK 2.0. Embrace stateless design for easier horizontal scaling and leverage familiar ASP.NET Core infrastructure.
-
General Performance: Object Initializers – Readability Versus Performance
dotnettips.com Issue #522
The post discusses two methods for initializing objects in C#: traditional property assignment and object initializers. While the traditional method is slightly faster, object initializers enhance cod...
-
Auditing AI-Generated C# for Unsafe Code Contracts
c-sharpcorner.com Issue #522
Audit AI-generated C# unsafe code. C# 15's new model clarifies safety contracts, making review critical for pointer, stackalloc, and interop code.
-
C# init Keyword: Cleaner Code Without Constructor Boilerplate
medium.com Issue #522
Meta Description: Learn how C# init-only properties prevent bugs and remove constructor boilerplate. Complete guide with code examples for…
-
Benchmarking C# 15 Union Types in Real Applications
c-sharpcorner.com Issue #521
Benchmark C# 15 union types in real apps. Explore performance, allocations, boxing, and compare with interfaces for production readiness.
-
Benchmarking MCP C# SDK 2.0 Under Concurrent Tool Workloads
c-sharpcorner.com Issue #521
Benchmark MCP C# SDK 2.0 for .NET AI apps. Measure latency, throughput, concurrency, and resource usage under realistic tool workloads.
-
Benchmarking C# Async Tail-Await Optimizations in .NET 11
c-sharpcorner.com Issue #521
Benchmark C# async tail-await optimizations in .NET 11 to measure their impact on asynchronous execution, latency, throughput, allocations, and runtime performance.
-
Delete Data in Bulk in Microsoft Dataverse Using C# and Web API
c-sharpcorner.com Issue #520
Master Dataverse bulk data deletion using C# and Web API to optimize storage, boost performance, and manage costs efficiently.
-
Migrating MCP C# Servers from SDK 1.x to 2.0
c-sharpcorner.com Issue #520
Migrate MCP C# servers from SDK 1.x to 2.0 with this guide. Learn about stateless HTTP, protocol negotiation, and API changes for a smooth transition.
-
Benchmarking Local Speech-to-Text with Foundry Local and C#
c-sharpcorner.com Issue #520
Benchmark local speech-to-text with Microsoft Foundry Local and C#, comparing transcription latency, CPU usage, memory consumption, accuracy, and offline performance.
-
SOLID Principles in C#
medium.com Issue #520
When a project is small, messy code still works. But as it grows, that mess starts to hurt because one small change breaks three other…
-
Implementing AI Memory in .NET Applications Using Semantic Kernel
c-sharpcorner.com Issue #519
Unlock AI memory in .NET with Semantic Kernel. Learn about types, stores, and best practices for context-aware applications.
-
Mastering Async Concurrency in Enterprise AI: gather vs as_completed vs TaskGroup in LangGraph
c-sharpcorner.com Issue #519
Master async Python for enterprise AI: gather, as_completed, TaskGroup in LangGraph for efficient ML inference and multi-agent concurrency.
-
Is Async/Await Killing Your App’s Performance?
medium.com Issue #519
For a long time, I used async and await under the assumption that they were a 'magic button' to make my code faster. Continue reading on Deloitte UK Engineering Blog »
-
The Boolean Trick No C# Developer Knows About
youtube.com Issue #519
Learn PostgreSQL for Free at Dometrain: https://dometrain.com/course/hands-on-learn-postgresql/?ref=nick-chapsas&promo=youtube Hello, everybody. I'm Nick, and in this video, I will introduce you to th...
-
Designing High-Throughput File Processing Pipelines with .NET Channels
c-sharpcorner.com Issue #519
Design scalable .NET file processing pipelines with Channels. Learn producer-consumer, backpressure, and error handling for high throughput.
-
Stop Confusing Value Types and Reference Types in C#: Learn It Once and Never Forget It
ajax-workspace.medium.com Issue #519
Introduction
-
Scaling Business Logic with Rules Engines
blog.xeynergy.com Issue #518
Moving Beyond Complex If/Else Logic with NRules and .NET Continue reading on Xeynergy Blog »
-
Formalizing LLM Orchestration: A Deterministic Finite Automaton Engine via .NET
medium.com Issue #518
Abstract