Siticone.NetCore.UI
2025.8.27
Prefix Reserved
dotnet add package Siticone.NetCore.UI --version 2025.8.27
NuGet\Install-Package Siticone.NetCore.UI -Version 2025.8.27
<PackageReference Include="Siticone.NetCore.UI" Version="2025.8.27" />
<PackageVersion Include="Siticone.NetCore.UI" Version="2025.8.27" />
<PackageReference Include="Siticone.NetCore.UI" />
paket add Siticone.NetCore.UI --version 2025.8.27
#r "nuget: Siticone.NetCore.UI, 2025.8.27"
#:package Siticone.NetCore.UI@2025.8.27
#addin nuget:?package=Siticone.NetCore.UI&version=2025.8.27
#tool nuget:?package=Siticone.NetCore.UI&version=2025.8.27
Welcome to Siticone NetCoreUI Library
Developed by Siticone Technology & Russell Chidhakwa
The Siticone NetCoreUI Library is a modern UI toolkit for building high-performance WinForms desktop applications using C# or VB.NET in the Visual Studio IDE, targeting .NET 8 and higher.
Built from the ground up for the latest .NET platform, Siticone NetCoreUI combines sleek design, advanced UI/UX capabilities, and cutting-edge performance for professional desktop applications.
🚀 Why Siticone NetCoreUI?
- 260+ modern UI controls, charts, and components
- .NET 8+ native compatibility
- Hardware-accelerated, GPU-enhanced rendering
- High DPI support, responsive layout handling, and smooth animations
- Optimized for modern Windows development workflows
Siticone NetCoreUI delivers a next-generation UI experience—pixel-perfect, ultra-fast, and designed for developers who want a competitive edge in UI/UX.
🧑💻 Production Ready
This UI library is fully production-ready and licensed for use in both personal and commercial applications.
If you have any questions, suggestions, or need support, don’t hesitate to contact us.
🔗 Official Website: https://www.siticoneframework.com/
Happy UI/UX Development! 😊
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- Microsoft.AspNetCore.Cryptography.KeyDerivation (>= 9.0.1)
- Microsoft.WinForms.Designer.SDK (>= 1.6.0)
- Newtonsoft.Json (>= 13.0.3)
- QRCoder (>= 1.6.0)
- System.Management (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
2025.8.27 | 214 | 8/27/2025 |
2025.8.26 | 199 | 8/26/2025 |
2025.8.15.1 | 221 | 8/15/2025 |
2025.8.15 | 107 | 8/15/2025 |
2025.8.14 | 146 | 8/14/2025 |
2025.8.13 | 146 | 8/13/2025 |
2025.8.12 | 149 | 8/12/2025 |
2025.7.29.1 | 244 | 7/31/2025 |
2025.7.29 | 106 | 7/29/2025 |
2025.7.21 | 415 | 7/21/2025 |
2025.7.17 | 143 | 7/17/2025 |
2025.7.6 | 303 | 7/6/2025 |
2025.6.23 | 379 | 6/23/2025 |
2025.5.28.1 | 338 | 5/29/2025 |
2025.5.28 | 166 | 5/28/2025 |
2025.5.26 | 173 | 5/26/2025 |
2025.5.9 | 279 | 5/9/2025 |
2025.5.8 | 170 | 5/8/2025 |
2025.5.5 | 177 | 5/5/2025 |
2025.4.30 | 205 | 4/30/2025 |
2025.4.29 | 178 | 4/29/2025 |
2025.4.22 | 315 | 4/22/2025 |
2025.4.14 | 325 | 4/14/2025 |
2025.4.13 | 184 | 4/13/2025 |
2025.4.7 | 270 | 4/7/2025 |
2025.4.4 | 192 | 4/4/2025 |
2025.2.14 | 472 | 2/14/2025 |
2025.2.10.1 | 186 | 2/11/2025 |
Release Notes and Important Information
-- Before You Update:
- Always back up your projects before updating.
- Review changes before updating.
- Contact us if you have questions before updating.
## Siticone DateTimePicker
-- Enhancements and Bug Fixes
# New ValueChanged Event:
Introduced a new ValueChanged event that directly mimics the standard Windows Forms DateTimePicker. This event fires only when the primary date value changes, simplifying event handling and making it easier to upgrade existing projects.
# Reliable Event Firing:
Corrected a critical bug that caused the SelectedDateChanged event to fire multiple times when a user selected a new date from the calendar. It now fires only once per selection, as expected.
# Smarter Property Change Handling:
Setting the MinDate and MaxDate properties no longer triggers unnecessary change events. An event will now only fire if the currently selected date becomes invalid and is automatically cleared, aligning the control's behavior with the standard DateTimePicker. These changes ensure a more predictable and stable experience.