NE.Standard

NE.Standard is a modular, cross-platform .NET library for modern MVVM applications and UI abstractions.
It provides foundational helpers, reusable types, and infrastructure for building maintainable codebases across WPF, Web, and other .NET platforms.


🎯 Project Goals

  • Describe UIs declaratively via configuration and render them on any platform.
  • Unify app logic through a powerful MVVM architecture.
  • Offer extensible infrastructure for custom renderers, tools, and integrations.

🧱 Project Structure

Project Status Description
NE.Standard ✅ Stable Core helpers, extensions, and types
NE.Standard.Design 🛠 In Dev UI abstraction & configuration for cross-platform MVVM
NE.Standard.Web 🛠 In Dev Web (Blazor) renderer for Design configs
NE.Standard.WPF 🛠 In Dev WPF renderer for Design configs