MH.Utils is a collection of utility classes and extensions designed to simplify common programming tasks in .NET applications. The library focuses on providing reusable components that enhance code readability and reduce boilerplate.
- Extensions: A variety of extension methods for collections, strings, dates, and more.
- Base Classes: Fundamental classes like
ObservableObject
andRelayCommand
for MVVM design patterns. - Interfaces: Common interfaces for tree-like structures and data adapters.
- Drag and Drop Helpers: Simplified drag-and-drop functionality for UI applications.