C#
9 posts tagged with this.
-
.NET 10 Runtime and C# Improvements
Microsoft shipped .NET 10 in late 2025 with measurable gains in startup time, memory usage, and JIT throughput. This post summarizes the changes that matter most for production workloads on Windows Server and IIS.
-
Recent .NET Runtime Improvements and C# Updates
The .NET platform has delivered targeted runtime optimizations and incremental C# language enhancements in recent months. These changes focus on performance, diagnostics, and developer productivity for production workloads on Windows Server and Linux.
-
.NET 10 Runtime Updates and C# 14 Additions
Recent .NET 10 point releases deliver measurable runtime gains and expanded diagnostics. C# 14 introduces targeted language features that reduce boilerplate in everyday code. This post covers the concrete changes shipping now.
-
Recent .NET 10 Updates Developers Need to Know
The May 2026 .NET 10 servicing release delivers measurable runtime gains and targeted C# language refinements that directly affect production workloads. This post summarizes the changes that matter most for ASP.NET Core, Entity Framework Core, and high-throughput services.
-
.NET 10 and C# 13 Updates for May 2026
The May 2026 .NET 10 release delivers measurable runtime gains and C# 13 language refinements that affect everyday code. This post summarizes the concrete changes and shows short examples of how they integrate into existing ASP.NET Core applications.
-
.NET 10 Delivers Major Runtime and C# Gains
Microsoft shipped .NET 10 in November 2025 with substantial performance work in the runtime and several targeted C# 14 language additions. The release improves ahead-of-time compilation, reduces memory pressure in long-running services, and adds practical syntax for common patterns.
-
The .NET Ecosystem in 2026: What’s New in .NET 10 and C# 14 (with a Look at .NET 11 Preview)
Discover what’s new in .NET 10 and C# 14 — faster Native AOT, improved Minimal APIs, powerful new language features, and a preview of .NET 11. A must-read guide for every .NET developer in 2026.
-
How to Connect to MySQL with PHP, Perl, C#, VB.NET or Classic ASP
Learn to connect to your MySQL database using code samples for PHP (mysql, mysqli procedural, OO, PDO), Perl with DBI, C# and VB.NET with MySQL Connector, and Classic ASP with MyODBC. Basic examples expanded with context, prerequisites, and best practices for robust implementation.
-
.NET 8: Runtime Improvements, C# 12, and ASP.NET Core Updates
Microsoft's .NET 8 release includes runtime performance gains, C# 12 language improvements like primary constructors, and ASP.NET Core updates for minimal APIs. This guide covers the most relevant changes for developers along with code examples and migration advice to help you upgrade your productio