awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
xamarinhq avatar

xamarinhq/xamu-infrastructureArchived

0
View on GitHub↗
135 stars·37 forks·C#·7 viewsuniversity.xamarin.com↗

Xamu Infrastructure

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

Features

  • Application Frameworks - Infrastructure and MVVM utilities from educational resources.
  • MVVM Frameworks - Utility classes and infrastructure for mobile apps.

Star history

Star history chart for xamarinhq/xamu-infrastructureStar history chart for xamarinhq/xamu-infrastructure

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Xamu Infrastructure

These projects share indexed features with Xamu Infrastructure. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • prismlibrary/prismPrismLibrary avatar

    PrismLibrary/Prism

    6,794View on GitHub↗

    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
    View on GitHub↗6,794
  • rubylouvre/avalonRubyLouvre avatar

    RubyLouvre/avalon

    5,774View on GitHub↗

    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
    View on GitHub↗5,774
  • knockout/knockoutknockout avatar

    knockout/knockout

    10,549View on GitHub↗

    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
    View on GitHub↗10,549
  • adaptiveconsulting/aeron.netAdaptiveConsulting avatar

    AdaptiveConsulting/Aeron.NET

    518View on GitHub↗

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron

    C#
    View on GitHub↗518
Compare all 30 related projects→

Frequently asked questions

What does xamarinhq/xamu-infrastructure do?

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

What are the main features of xamarinhq/xamu-infrastructure?

The main features of xamarinhq/xamu-infrastructure are: Application Frameworks, MVVM Frameworks.

Which projects share features with xamarinhq/xamu-infrastructure?

Projects with overlapping indexed features include: prismlibrary/prism — Prism is a XAML application framework and MVVM architectural framework designed to build loosely coupled and testable… rubylouvre/avalon — Avalon is a client-side MVVM JavaScript framework that binds model data to DOM elements and automatically updates… knockout/knockout — Knockout is a client-side UI library and JavaScript framework used to create responsive web interfaces. It functions… adaptiveconsulting/aeron.net — Efficient reliable UDP unicast, UDP multicast, and IPC message transport - .NET port of Aeron. alekrutkowski/autoshiny — R package for an automatic transformation of an R function into a Shiny app. akkadotnet/akka.net — Akka.NET is an actor model framework used for building concurrent and distributed applications. It functions as a…