awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to aspnetde/mvvmnano

Open-source alternatives to MvvmNano

23 open-source projects similar to aspnetde/mvvmnano, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best MvvmNano alternative.

  • rubylouvre/avalonRubyLouvre का अवतार

    RubyLouvre/avalon

    5,774GitHub पर देखें↗

    Avalon is a client-side MVVM JavaScript framework that binds model data to DOM elements and automatically updates views when state changes. It functions as a component-based UI framework, encapsulating markup, logic, and styles into reusable custom components that can be composed across pages, while also serving as a virtual DOM diffing engine that computes minimal DOM updates by comparing lightweight in-memory view tree snapshots. The framework distinguishes itself through a template directive compiler that transforms declarative HTML attributes like ms-repeat and ms-if into executable view

    JavaScript
    GitHub पर देखें↗5,774
  • knockout/knockoutknockout का अवतार

    knockout/knockout

    10,549GitHub पर देखें↗

    Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions as a declarative data binding library and an observable data model system that decouples business logic from the document object model. The project implements the Model-View-ViewModel pattern to separate application logic from the user interface. It synchronizes data models with visual views by linking internal JavaScript properties to HTML elements, allowing the interface to update automatically when underlying data changes. The framework provides capabilities for dynamic fro

    JavaScript
    GitHub पर देखें↗10,549
  • caliburn-micro/caliburn.microCaliburn-Micro का अवतार

    Caliburn-Micro/Caliburn.Micro

    2,861GitHub पर देखें↗

    A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.

    C#avalonia-uic-sharpdotnet-maui
    GitHub पर देखें↗2,861

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • canton7/styletcanton7 का अवतार

    canton7/Stylet

    1,055GitHub पर देखें↗

    A very lightweight but powerful ViewModel-First MVVM framework for WPF for .NET Framework and .NET Core, inspired by Caliburn.Micro.

    C#mvvmmvvm-frameworkstylet
    GitHub पर देखें↗1,055
  • catel/catelCatel का अवतार

    Catel/Catel

    900GitHub पर देखें↗

    An application development platform

    C#c-sharpcatelmvvm
    GitHub पर देखें↗900
  • chasakisd/xamarin.forms-cleanarchitectureChasakisD का अवतार

    ChasakisD/Xamarin.Forms-CleanArchitecture

    19GitHub पर देखें↗

    A Xamarin.Forms boilerplate project presenting Clean Architecture using Rx.NET and MVVM

    C#
    GitHub पर देखें↗19
  • codemillmatt/codemill.vmfirstnavcodemillmatt का अवतार

    codemillmatt/codemill.vmfirstnav

    22GitHub पर देखें↗

    A Xamarin.Forms ViewModel First Navigation Library

    C#
    GitHub पर देखें↗22
  • fantasticfiasco/mvvm-dialogsFantasticFiasco का अवतार

    FantasticFiasco/mvvm-dialogs

    732GitHub पर देखें↗

    Library simplifying the concept of opening dialogs from a view model when using MVVM in WPF

    C#dialogsmvvmwindows
    GitHub पर देखें↗732
  • giusepe/sextantgiusepe का अवतार

    giusepe/Sextant

    1GitHub पर देखें↗

    Sextant was born from a fork of Xamvvm which is nice and simple MVVM Framework with a good navigation system. The problem is, I just wanted a simple navigation system to use with ReactiveUI without all the things that come along an MVVM framework. Plus, I wanted to make it more "Reactive Friendly".

    C#
    GitHub पर देखें↗1
  • jbe2277/wafjbe2277 का अवतार

    jbe2277/waf

    729GitHub पर देखें↗

    Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.

    C#androidarchitectural-patternscsharp
    GitHub पर देखें↗729
  • markjackmilian/xam.zeromarkjackmilian का अवतार

    markjackmilian/Xam.Zero

    16GitHub पर देखें↗

    Hi! I'm Mark Jack Milian and i'm here to aswer a few questions

    C#
    GitHub पर देखें↗16
  • mvvmcross/mvvmcrossMvvmCross का अवतार

    MvvmCross/MvvmCross

    3,917GitHub पर देखें↗

    MvvmCross is a .NET MVVM framework designed for building cross-platform applications by separating business logic from native user interfaces. It functions as a navigation engine and a UI data binding library, enabling the encapsulation of logic within view models that are reused across different operating systems. The framework provides a native hardware abstraction layer and a dependency injection container to decouple components and provide a consistent interface for accessing device features. It coordinates type-safe transitions between native screens and manages the synchronization of da

    C#androidc-sharpdotnet
    GitHub पर देखें↗3,917
  • prismlibrary/prismPrismLibrary का अवतार

    PrismLibrary/Prism

    6,794GitHub पर देखें↗

    Prism is a XAML application framework and MVVM architectural framework designed to build loosely coupled and testable applications across WPF, Xamarin Forms, and WinUI. It serves as a structural pattern implementation that separates business logic from the user interface to improve maintainability and testing. The framework provides a XAML event bus for exchanging data and triggering actions between independent components without direct coupling. It also functions as a dependency injection integrator, bridging external inversion-of-control containers to manage service delivery across multiple

    C#c-sharphacktoberfestmvvm
    GitHub पर देखें↗6,794
  • reactiveui/reactiveuireactiveui का अवतार

    reactiveui/ReactiveUI

    8,498GitHub पर देखें↗

    ReactiveUI is a .NET MVVM framework and functional reactive programming library designed to decouple application state from the user interface. It functions as a reactive state management tool that uses observable streams to handle mutable data and asynchronous event-driven logic. The framework provides a cross-platform UI toolkit that abstracts business logic from platform-specific views. This enables the creation of consistent user interfaces across multiple .NET platforms by utilizing platform-agnostic abstractions. The system focuses on application state management and decoupled UI testi

    C#androidcsharpdotnet
    GitHub पर देखें↗8,498
  • rid00z/freshmvvmrid00z का अवतार

    rid00z/FreshMvvm

    589GitHub पर देखें↗

    If you're looking for .NET MAUI version of FreshMvvm, aka FreshMvvm.Maui then please visit: https://github.com/XAM-Consulting/FreshMvvm.Maui

    C#
    GitHub पर देखें↗589
  • tbertuzzi/xamarin.forms.mvvmbaseTBertuzzi का अवतार

    TBertuzzi/Xamarin.Forms.MVVMBase

    38GitHub पर देखें↗

    Simple MVVM framework for Xamarin.Forms projects

    C#
    GitHub पर देखें↗38
  • tinystuff/tinymvvmTinyStuff का अवतार

    TinyStuff/TinyMvvm

    93GitHub पर देखें↗

    TinyMvvm is a MVVM library that is built for Xamarin.Forms but is not limited to Xamarin.Forms, it created in a way that it will be easy to extend to other platforms.

    C#
    GitHub पर देखें↗93
  • tom-englert/tomstoolboxtom-englert का अवतार

    tom-englert/TomsToolbox

    119GitHub पर देखें↗

    A set of core functions and classes to ease every days .Net development tasks.

    C#
    GitHub पर देखें↗119
  • xamarinhq/xamu-infrastructurexamarinhq का अवतार

    xamarinhq/xamu-infrastructure

    135GitHub पर देखें↗

    This is a set of useful classes for Xamarin and Xamarin.Forms development which are used in a varity of labs in Xamarin University.

    C#
    GitHub पर देखें↗135
  • xamvvm/xamvvmxamvvm का अवतार

    xamvvm/xamvvm

    121GitHub पर देखें↗

    | Xamvvm.Core | Xamvvm.Forms | Xamvvm.Forms.RxUI | Xamvvm.Mock (Unit Tests) | |:-------------------------------------:|:-------------------------------------:|:---------------------------------:|:---------------------------------:| | ![NuGetcore-img]core-link |…

    C#
    GitHub पर देखें↗121
  • bartoszkopec/cocos.xamarin.formsB

    BartoszKopec/Cocos.Xamarin.Forms

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • yariker/mvvmmicroyariker का अवतार

    yariker/MvvmMicro

    11GitHub पर देखें↗

    A lightweight MVVM framework for .NET inspired by MVVM Light Toolkit.

    C#
    GitHub पर देखें↗11
  • bulubuloa/supportxflitebulubuloa का अवतार

    bulubuloa/SupportXFLite

    15GitHub पर देखें↗

    A simple MVVM Framework for Xamarin Forms. It helps you to quicksetup a new Xamarin.Forms project and save a lot of your time with a few steps.. I used this library in my personal project and my company also every day :)

    C#
    GitHub पर देखें↗15