Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 646 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 646 Bytes

MH.Utils

Overview

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.

Features

  • Extensions: A variety of extension methods for collections, strings, dates, and more.
  • Base Classes: Fundamental classes like ObservableObject and RelayCommand 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.