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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Siticone.NetCore.UI" Version="2025.8.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Siticone.NetCore.UI" Version="2025.8.27" />
                    
Directory.Packages.props
<PackageReference Include="Siticone.NetCore.UI" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Siticone.NetCore.UI --version 2025.8.27
                    
#r "nuget: Siticone.NetCore.UI, 2025.8.27"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Siticone.NetCore.UI@2025.8.27
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Siticone.NetCore.UI&version=2025.8.27
                    
Install as a Cake Addin
#tool nuget:?package=Siticone.NetCore.UI&version=2025.8.27
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.