Wisej.NET
표준 .NET를 사용하여 엔터프라이즈 규모의 웹 애플리케이션을 개발하기 위한 전체 스택 프레임워크입니다.
Wisej.NET사에서 공개
2022년 부터 ComponentSource에서 판매중
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.