Tag

C#

13 posts tagged with this.

  1. Official Blog
    · 1 min read

    .NET 10 Runtime Gains and C# 14 Language Updates

    .NET 10 ships measurable runtime speedups and new C# 14 syntax that reduce boilerplate in everyday code. This post summarizes the June 2026 updates most relevant to ASP.NET Core applications on Windows Server.

  2. Official Blog
    · 2 min read

    .NET 10 Minimal API Endpoint Filters

    Endpoint filters in .NET 10 provide a clean way to add cross-cutting concerns directly to Minimal API endpoints. This post shows how to implement validation, logging, and result transformation with concrete code examples.

  3. Official Blog
    · 2 min read

    .NET 10 Ships with Runtime and C# 14 Updates

    Microsoft released .NET 10 in May 2026, delivering measurable runtime gains and several C# 14 language additions. Teams running production workloads on Windows Server should review the new AOT defaults and updated ASP.NET Core hosting model before upgrading.

  4. Official Blog
    · 1 min read

    .NET 10 and C# 13 Updates for Mid-2026

    June 2026 brings mature .NET 10 tooling and C# 13 refinements that improve AOT compilation and LINQ performance. This post covers the concrete changes developers can apply to production workloads today.

  5. Official Blog
    · 1 min read

    .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.

  6. Official Blog
    · 1 min read

    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.

  7. Official Blog
    · 1 min read

    .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.

  8. Official Blog
    · 1 min read

    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.

  9. Official Blog
    · 1 min read

    .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.

  10. Official Blog
    · 1 min read

    .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.

  11. Official Blog
    · 3 min read

    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.

  12. Knowledge BaseWindows Cloud Hosting
    · 2 min read

    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.

  13. Official Blog
    · 3 min read

    .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