Tagged articles
13 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
Java Backend Technology
Java Backend Technology
Jan 7, 2026 · Backend Development

Why Spring WebFlux Matters: From Blocking MVC to Reactive Non‑Blocking Architecture

The article explains the limitations of Spring MVC's blocking model, introduces Spring WebFlux's reactive, asynchronous, non‑blocking architecture, compares annotation and functional programming models, details core components and request flow, and provides guidance on when and how to adopt WebFlux for high‑concurrency I/O‑intensive applications.

Backend ArchitectureFluxNon-blocking I/O
0 likes · 13 min read
Why Spring WebFlux Matters: From Blocking MVC to Reactive Non‑Blocking Architecture
Lin is Dream
Lin is Dream
Jul 16, 2025 · Backend Development

Boost Your Java Backend with Spring WebFlux: Real‑World Mono Patterns for High Concurrency

This article, part of an async‑programming series, explains how Spring WebFlux’s non‑blocking Mono model can replace traditional Spring MVC blocking calls, presents common business scenarios, provides ready‑to‑use code templates, and demonstrates the performance benefits of reactive programming for high‑throughput Java backends.

Asynchronousjavamono
0 likes · 9 min read
Boost Your Java Backend with Spring WebFlux: Real‑World Mono Patterns for High Concurrency
dbaplus Community
dbaplus Community
Dec 7, 2024 · Backend Development

From Java Wars to Mono’s Hand‑off: How Open‑Source Shaped .NET’s Evolution

The article traces the historical rivalry between Microsoft and open‑source communities, detailing how Java’s early promise led to .NET, Miguel de Icaza’s creation of GNOME and Mono, the rise of Ximian and Xamarin, Microsoft’s eventual acquisition, and the recent handover of Mono’s upstream to the Wine project.

GNOMELinuxMicrosoft
0 likes · 8 min read
From Java Wars to Mono’s Hand‑off: How Open‑Source Shaped .NET’s Evolution
Architecture Digest
Architecture Digest
Jun 28, 2023 · Backend Development

Introduction to Spring WebFlux and Reactive Programming

This article introduces Spring WebFlux as a reactive, non‑blocking web framework built on Spring 5, explains the concepts of reactive programming, compares it with Spring MVC, and provides practical code examples and guidance on when to choose WebFlux for Java backend development.

Fluxbackend-developmentjava
0 likes · 7 min read
Introduction to Spring WebFlux and Reactive Programming
Top Architect
Top Architect
Jun 21, 2023 · Backend Development

Introduction to Spring WebFlux and Reactive Programming

This article explains the fundamentals of Spring WebFlux, its reactive programming model with Mono and Flux, compares it to Spring MVC, and provides practical code examples for building non‑blocking backend services using Spring Boot.

BackendFluxSpring Boot
0 likes · 9 min read
Introduction to Spring WebFlux and Reactive Programming
Java Architect Essentials
Java Architect Essentials
Aug 16, 2022 · Backend Development

Introduction to Spring WebFlux and Reactive Programming

This article introduces Spring WebFlux, explains reactive programming concepts, compares it with Spring MVC, and provides practical code examples demonstrating how to build a reactive web application using Spring Boot, Reactor's Mono and Flux, and functional routing.

FluxReactorbackend-development
0 likes · 10 min read
Introduction to Spring WebFlux and Reactive Programming
GrowingIO Tech Team
GrowingIO Tech Team
Dec 17, 2021 · Backend Development

Mastering Reactor: From Mono & Flux Basics to Advanced Async Patterns

This article explains the fundamentals of Reactor's reactive programming model—including Mono and Flux types, map and flatMap operators, asynchronous execution, scheduler choices, and error handling—while providing practical code examples to help developers efficiently use Spring WebFlux.

AsyncFluxReactor
0 likes · 26 min read
Mastering Reactor: From Mono & Flux Basics to Advanced Async Patterns
Laravel Tech Community
Laravel Tech Community
Aug 2, 2021 · Fundamentals

Wine 6.14 Release Highlights: Updated Mono Engine, 32‑to‑64‑Bit Thunk, GDI Enhancements, and Bug Fixes

Wine 6.14, the latest version of the open‑source compatibility layer that runs Windows applications on POSIX systems, introduces a Mono engine upgrade to 6.3.0, a new 32‑to‑64‑bit thunk in WOW64 DLLs, expanded GDI system call support, and resolves 30 known bugs affecting games and professional software.

Bug FixesCompatibility layerGDI
0 likes · 2 min read
Wine 6.14 Release Highlights: Updated Mono Engine, 32‑to‑64‑Bit Thunk, GDI Enhancements, and Bug Fixes
Tencent Cloud Developer
Tencent Cloud Developer
May 24, 2018 · Game Development

How Unity3D Executes C#: Compilation, Mono, and the .NET Ecosystem

Unity3D runs C# scripts by compiling them to Common Intermediate Language, which the embedded Mono virtual machine executes—mirroring the .NET CLR—allowing cross‑platform execution, while also supporting other languages compiled to IL, and illustrating the compilation pipeline from source to native code.

CompilationILUnity3D
0 likes · 7 min read
How Unity3D Executes C#: Compilation, Mono, and the .NET Ecosystem
DevOps
DevOps
Apr 19, 2018 · Fundamentals

The Evolution of .NET: From Framework to Core and Beyond

This article provides a comprehensive overview of the .NET platform’s evolution, covering the original .NET Framework, its comparison with Java, the rise of Mono for cross‑platform support, the introduction of .NET Standard, the modern .NET Core and ASP.NET Core, and guidance on tooling and learning resources.

CoreFrameworkXamarin
0 likes · 21 min read
The Evolution of .NET: From Framework to Core and Beyond