KGy SOFT Core Libraries offer high-performance and handy general libraries. Many of them aim to replace existing APIs of the original .NET framework with more efficient versions. Among others: - Useful extensions for simple types, collections, and others - High-performance collections - Fast enum handling - High-performance reflection API - Very compact binary serializer with safe mode - Powerful XML serializer - Resource managers for .resx resources with dynamic expansion support - Base classes for business objects and model classes with change tracking, editing, undo/redo capability and validation - Technology-agnostic command binding with disposable event handlers - Performance measurement and other diagnostic tools - and more... Just the most fundamental framework .dlls are referenced. No dependencies to any 3rd party libraries. Demo App: https://github.com/koszeggy/KGySoft.ComponentModelDemo Online Live Examples: https://dotnetfiddle.net/Authors/84474/koszeggy Online Documentation: https://koszeggy.github.io/docs/corelibraries Change Log: https://github.com/koszeggy/KGySoft.CoreLibraries/blob/master/KGySoft.CoreLibraries/changelog.txt
$ dotnet add package KGySoft.CoreLibrariesKGy SOFT Core Libraries offer high-performance and handy general libraries. Many of them aim to replace existing APIs of the original .NET framework with more efficient versions.
Among others:
See the online help for the complete documentation or the GitHub page for some highlighted code examples.
See also this WPF/WinForms demo application, which focuses mainly on some KGySoft.ComponentModel features.