Wisej.NET
Full-stack framework to develop enterprise-scale web applications using standard .NET.
Published by Wisej.NET
Distributed by ComponentSource since 2022
Prices from: $ 1,264.20 Version: v4.0.9 NEW Updated: Mar 4, 2026
Released: Apr 28, 2025
System.Drawing library standardizes font measurements across platforms and removes the need for libgdiplus on Linux systems.System.Drawing in .NET Framework and System.Drawing.Common In .NET Core wrap Windows GDI+, the graphics device interface is used to render graphics and load fonts on Windows. System.Drawing.Common extends to Linux using libgdiplus. Microsoft provides no graphic support in .NET Core for iOS or Android platforms.System.Drawing with Windows GDI+. .NET Core used System.Drawing.Common with libgdiplus on Linux. Wisej.NET Hybrid applications used an early System.Drawing reimplementation using ImageSharp for iOS and Android. This caused font measurement differences across platforms.AllowMarkdown property to complement AllowHtml. This property enables markdown text rendering across Wisej.NET controls - expanded text formatting options.Application.Services.AddService<Service1>().AddService<Service2>().AddOrReplaceService method replaces a service without requiring prior removal.HttpOnly cookies. Previously, developers could use HttpOnly cookies through the native HttpContext. The Wisej.Base.Cookie class now includes a property for managing HttpOnly cookies.ControlRendered and ControlUpdated events. This allows applications to modify control JSON rendering and handle browser updates without subclassing./.cs files. However, the transition to top-level statements is applied exclusively to the Startup.cs file. This modern approach simplifies the code structure, making it cleaner and easier to read.