Skip to content

Releases: Blindeenlightz/CodingDad.NET.Common

Initial Release

13 May 18:52
ce0bcc0

Choose a tag to compare

🚀 Initial Release – v1.0.0

This is the first official release of CodingDad.NET.Common — a reusable .NET class library designed to simplify and accelerate development across WPF and desktop applications.

📦 What's Included

  • MVVM utilities
    BaseViewModel, RelayCommand, and behavior attachers for clean separation of UI and logic

  • Logging support

    • Console logging with colour-coded output
    • Database loggers for SQL Server, SQLite, and MongoDB
  • User management helpers
    Create, verify, and manage user credentials via pluggable database helpers

  • StorageLocationManager
    Simplifies access to local, app data, and temp folders

  • Custom controls and input tools

    • ResizableGridControl
    • CursorHelper for dynamic cursor visuals
  • Dependency injection and MEF support
    Behavior and ViewModel factories using Managed Extensibility Framework (MEF)

📄 Assets

  • CodingDad.NET.Common.dll – compiled release library
  • CodingDad.NET.Common.pdb – debug symbols for step-through debugging
  • CodingDad.NET.Common.1.0.0.nupkg – installable NuGet package