Wisej.NET(英語版)
標準の.NETを使用してエンタープライズ規模のWebアプリケーションを開発するためのフルスタックフレームワーク
Wisej.NET 社の製品
2022 年より日本国内にてComponentSourceで販売中。
価格:¥ 246,950 (税込)〜 バージョン: v4.0 新機能 更新日: Apr 28, 2025
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.