Tagged articles
17 articles
Page 1 of 1
21CTO
21CTO
Feb 17, 2026 · Backend Development

What’s New in .NET 11 Preview and C# 15? Key Features and Runtime Changes

Microsoft’s .NET 11 preview introduces two‑year STS support, reduces reliance on the Mono runtime, promotes CoreCLR for WebAssembly and Android, adds Zstandard compression, and unveils C# 15 collection‑expression arguments, offering developers early access to significant performance and language enhancements.

.net11WebAssemblyblazor
0 likes · 3 min read
What’s New in .NET 11 Preview and C# 15? Key Features and Runtime Changes
21CTO
21CTO
Oct 10, 2023 · Frontend Development

NanUI UI Framework Stops Updating – Lessons for Open‑Source Sustainability

Recent studies reveal that over 96% of codebases contain open‑source components, yet many projects lose maintainers, as illustrated by the NanUI .NET UI framework’s abrupt halt—its sole developer, now unemployed, announced the pause, highlighting the fragile sustainability of open‑source software.

MaintainerUI frameworkdotnet
0 likes · 6 min read
NanUI UI Framework Stops Updating – Lessons for Open‑Source Sustainability
ELab Team
ELab Team
Dec 13, 2022 · Backend Development

Why .NET Is Overlooked in China: A Deep Dive into Blazor and Flutter Web

This article compares popular and niche technologies, explains why .NET remains relatively unknown in China's internet industry, and introduces its evolution, the Blazor web framework (both WebAssembly and Server models), and the capabilities of Flutter Web for cross‑platform development.

BackendWebAssemblyblazor
0 likes · 11 min read
Why .NET Is Overlooked in China: A Deep Dive into Blazor and Flutter Web
21CTO
21CTO
Nov 9, 2022 · Backend Development

What’s New in .NET 7? Key Features, ARM64 Support, and Cloud‑Native Enhancements

Microsoft announced the official release of .NET 7 on November 9, highlighting major enhancements such as improved Base Class Library, native ARM64 support, expanded Linux and IBM Power compatibility, integrated .NET MAUI and Blazor updates, and streamlined container and Azure cloud‑native capabilities.

.net-7ARM64Backend Development
0 likes · 6 min read
What’s New in .NET 7? Key Features, ARM64 Support, and Cloud‑Native Enhancements
21CTO
21CTO
Aug 12, 2022 · Backend Development

Why .NET Framework 4.8.1’s Native Arm64 Support Matters for Developers

Microsoft’s .NET Framework 4.8.1 update, bundled with Visual Studio 2022 17.3, introduces native Arm64 support and official Arm64EC compatibility, enabling legacy .NET apps to run directly on Arm64 hardware without emulation, while dropping support for older Windows versions and providing new download links.

ARM64Frameworkdotnet
0 likes · 4 min read
Why .NET Framework 4.8.1’s Native Arm64 Support Matters for Developers
21CTO
21CTO
Apr 16, 2022 · Backend Development

What’s New in .NET 7 Preview 3? Native AOT, Faster Startup, and GC Enhancements

Microsoft released .NET 7 Preview 3, introducing major updates such as full native AOT compilation, improved startup times, Write‑Xor‑Execute support, enhanced code generation, new X.500 certificate handling, and default‑enabled GC optimizations across most platforms.

Backend Developmentdotnetgc
0 likes · 4 min read
What’s New in .NET 7 Preview 3? Native AOT, Faster Startup, and GC Enhancements
Top Architect
Top Architect
Oct 7, 2021 · Backend Development

Implementation of Image and SMS Captcha Service in .NET Core

This article walks through the design and implementation of a complete captcha solution—including image and SMS verification—using .NET Core, covering background context, code details for generating graphics, unsafe handling, noise lines, caching strategies, rate limiting, validation logic, runtime results, and a link to the full source repository.

BackendCaptchaSecurity
0 likes · 14 min read
Implementation of Image and SMS Captcha Service in .NET Core
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Sep 10, 2021 · Backend Development

Using Object Pools in .NET (Core) to Reduce GC Overhead and Improve Performance

This article explains how .NET's Microsoft.Extensions.ObjectPool framework can be used to reuse objects, customize pooling policies, integrate with dependency injection, and extend pooling to collections, StringBuilder, arrays and memory buffers, thereby minimizing garbage‑collection pressure and boosting application throughput.

DependencyInjectionMemoryManagementObjectPool
0 likes · 29 min read
Using Object Pools in .NET (Core) to Reduce GC Overhead and Improve Performance
Fulu Network R&D Team
Fulu Network R&D Team
Nov 16, 2020 · Backend Development

Deploying .NET Core Applications on Linux: From Manual Setup to Docker

This guide walks .NET developers through the complete process of moving from .NET Framework to .NET Core on a Linux server, covering prerequisite tools, SSH key configuration, SDK installation, manual publishing, production‑grade setups with Supervisor+Nginx or Jexus, and finally Docker‑based deployment with automation scripts.

DeploymentNginxSupervisor
0 likes · 16 min read
Deploying .NET Core Applications on Linux: From Manual Setup to Docker
dbaplus Community
dbaplus Community
Aug 1, 2017 · Backend Development

How to Tackle Real‑World Performance Bottlenecks: Tools, Techniques, and Case Studies

During a beta release, a .NET system faced slow page responses, time‑outs, high server load, and database deadlocks, prompting a systematic performance‑tuning process that covers mindset, problem reproduction, classification, tool‑based diagnosis, and concrete code, SQL, and algorithm optimizations with detailed case studies.

Profilingdatabasedotnet
0 likes · 15 min read
How to Tackle Real‑World Performance Bottlenecks: Tools, Techniques, and Case Studies
Architecture Digest
Architecture Digest
Jun 10, 2017 · Backend Development

Designing a Stable Architecture for .NET Applications: Presentation, Business, and Data Layers

The article discusses a systematic .NET application architecture that separates the presentation, business, and data layers, explains UI and controller responsibilities, compares data‑transfer and domain models, and reviews various data‑access strategies such as ADO.NET, ORM, and DataMapper to achieve maintainable, extensible software.

Business LayerData Accessarchitecture
0 likes · 15 min read
Designing a Stable Architecture for .NET Applications: Presentation, Business, and Data Layers