2026-03-12 26 0 MCP C# .NET AI
The MCP C# SDK is the official .NET implementation of the Model Context Protocol, enabling developers to build MCP clients and servers that connect AI models with external tools and data. This article explains the core concepts of MCP C# SDK, its architecture, and practical examples for creating MCP clients and servers using C#.
2026-02-21 86 0 C#
Learn the differences between async/await and Task.Run in C#. This guide explains how they work, when to use each, performance considerations, and common mistakes developers should avoid.
.NET 11 Preview 1 introduces performance improvements, new compression and numeric features, enhanced runtime capabilities, SDK productivity upgrades, and updates across ASP.NET Core, Blazor, and .NET MAUI, offering developers an early look at the future of Microsoft’s cross-platform development platform.
2025-12-14 338 0 .NET .NET 10 AI
Discover how .NET 10 elevates AI development with native support for multi‑agent systems, unified AI abstractions, seamless AI provider integration, and powerful new capabilities that make building intelligent applications faster and more scalable.
2025-12-12 323 0 ASP.NET Core WebAPI
Learn how to implement efficient rate limiting and throttling in ASP.NET Core Web API to protect your services from abuse and ensure fair use. This step-by-step guide covers built-in middleware, policies, custom strategies, and real-world tips for resilient APIs.
2025-12-09 207 0 Encrypt Decrypt .NET C# AES RSA
Learn how to securely encrypt and decrypt strings in .NET using C#. This guide walks you through using symmetric encryption (AES) for fast bulk data protection, and asymmetric encryption (RSA) for secure key exchange — with clear code examples and best-practices.
2025-11-24 266 0 .NET .NET 10 C#
Explore the major enhancements in .NET 10 and its companion language release C# 14—from runtime and tooling upgrades to language-level innovations designed to boost developer productivity and application performance.
Discover if you should upgrade to .NET 10. This guide covers its LTS status, performance gains, AI features, and C# 14 benefits to help you decide.
2025-10-21 611 0 .NET BenchmarkDotNet
Discover how the open-source library BenchmarkDotNet enables .NET developers to write robust, accurate performance benchmarks. Learn why benchmarking matters, how to set up and run benchmarks, interpret results, and adopt best practices for optimizing your code.
2025-10-16 734 0 ASP.NET Core ImageSharp
Learn how to integrate ImageSharp.Web into your ASP.NET Core application so you can dynamically resize and reformat images by appending query parameters (e.g. ?width=200&format=png). This article covers setup, supported parameters, caching strategies, performance considerations, and best practices.
2025-10-16 727 0 System.Drawing .NET Core
Explore the best .NET Core libraries to replace System.Drawing, including ImageSharp, SkiaSharp, IronDrawing, and Aspose.Drawing, for efficient and cross-platform graphics handling.
2025-10-14 659 0 SkiaSharp .NET
Learn how to resolve the “type initializer for 'SkiaSharp.SKAbstractManagedStream' threw an exception” error in .NET applications (especially in Docker / Linux environments). This article explains the root causes, common pitfalls, and step-by-step fixes.
Explore the future of Blazor for .NET—with its growing adoption, Microsoft’s ongoing investment, and evolving tooling—to see whether it’s set to become a major framework for modern web development.
Wondering whether you should invest time in Blazor for your .NET journey? Discover when Blazor is useful, its trade-offs, and how it fits into the .NET ecosystem.
Is your .NET (or ASP.NET) website sluggish on the first request? Discover practical strategies to reduce cold start delays, warm up your app, optimize dependencies, and improve your site’s initial responsiveness.
Discover how C# with .NET ranks among programming languages in 2025. Explore its popularity, strengths, trends, and what its position means for developers and enterprises.
2025-10-09 637 0 .NET
Learn how to optimize and accelerate the startup time of your .NET or ASP.NET application. In this guide, you’ll find actionable techniques—such as Ahead-of-Time compilation, lazy initialization, asynchronous startup tasks, and warmup tuning—to reduce cold start latency and improve user experience.
2025-10-08 569 0 .NET
Ever wondered why .NET developers sometimes make less than Java, Python, or newer-stack engineers? This article examines the market forces, skill trends, and perceptions behind the pay differences—and how .NET pros can improve compensation.
2025-10-08 535 0 AutoMapper Mapster .NET
With AutoMapper shifting to a paid licensing model, many .NET developers are looking for a free, open-source alternative. Mapster is a powerful, high-performance mapping library you can adopt today. Here's how Mapster works, how to set it up, how to migrate your mappings, and tips for using it effectively.
2025-10-06 577 0 Bloom Filters .NET
Discover how to integrate Bloom filters into your .NET caching strategy. This article explores practical use cases, implementation tips, trade-offs, and sample C# code to prevent cache penetration and reduce database load.