All Projects → jackhuclan → Bedrock

jackhuclan / Bedrock

Licence: mit
a plugin framework for winform application

Projects that are alternatives of or similar to Bedrock

Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+8966.22%)
Mutual labels:  framework, mvvm, winforms
Dotvvm
Open source MVVM framework for Web Apps
Stars: ✭ 523 (+606.76%)
Mutual labels:  framework, mvvm
San
A fast, portable, flexible JavaScript component framework
Stars: ✭ 4,514 (+6000%)
Mutual labels:  framework, mvvm
Skeleton
A ready-to-use CodeIgniter skeleton with tons of new features and a whole new concept of hooks (actions and filters) as well as a ready-to-use and application-free themes and plugins system. Facebook Page: http://bit.ly/2oHzpxC | Facebook Group: http://bit.ly/2o3KOrA. Help me carry on making more free stuff → http://bit.ly/2ppNujE ←
Stars: ✭ 74 (+0%)
Mutual labels:  framework, plugins
Kadence
⚠️ KADENCE HAS MOVED TO GITLAB ⚠️
Stars: ✭ 363 (+390.54%)
Mutual labels:  framework, plugins
Orchestra
Orchestra is a composable shell and WPF framework built on top of Catel
Stars: ✭ 373 (+404.05%)
Mutual labels:  framework, mvvm
Waf
Win Application Framework (WAF) is a lightweight Framework that helps you to create well structured XAML Applications.
Stars: ✭ 539 (+628.38%)
Mutual labels:  framework, mvvm
Relight
A light MVVM framework for Android. 一个轻量级的安卓MVVM框架
Stars: ✭ 258 (+248.65%)
Mutual labels:  framework, mvvm
Flaui
UI automation library for .Net
Stars: ✭ 892 (+1105.41%)
Mutual labels:  framework, winforms
Mvvmforms
Repository for MvvmForms
Stars: ✭ 19 (-74.32%)
Mutual labels:  mvvm, winforms
Royjs
Royjs is only 4.8kb mvvm framework for React
Stars: ✭ 49 (-33.78%)
Mutual labels:  framework, mvvm
Sugar
A lightweight and powerful JavaScript MVVM library. Used for production or learning how to make a full MVVM.
Stars: ✭ 345 (+366.22%)
Mutual labels:  framework, mvvm
Knight
Knight is a game framework based on Unity3D engine. It includes a complete assetbundle manager, a c# hotfix module based on ILRuntime, and a UI module based on MVVM, and other basic functions support.
Stars: ✭ 302 (+308.11%)
Mutual labels:  framework, mvvm
Windowscommunitytoolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,654 (+6189.19%)
Mutual labels:  mvvm, winforms
Visualplus
🎨 The VisualPlus Framework (VPF) for WinForms allows you to rapidly deploy professional .NET applications with customizable components and controls.
Stars: ✭ 268 (+262.16%)
Mutual labels:  framework, winforms
Mvvmfx
MVVM for Wisej and Windows Forms - Caliburn.Micro and Bound controls libraries
Stars: ✭ 50 (-32.43%)
Mutual labels:  mvvm, winforms
Ioing
Implement the solutions of performance improvement and componentization for your SPA (single page application) products with this Progressive Web App Development Engine.
Stars: ✭ 224 (+202.7%)
Mutual labels:  framework, mvvm
Tko
🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)
Stars: ✭ 227 (+206.76%)
Mutual labels:  framework, mvvm
Loxodon Framework
An MVVM & Databinding framework that can use C# and Lua to develop games
Stars: ✭ 802 (+983.78%)
Mutual labels:  framework, mvvm
Cefsharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
Stars: ✭ 8,440 (+11305.41%)
Mutual labels:  framework, winforms

bedrock

a MVVM plugin framework for winform application.

what can bedrock do?

  • load module on demand, dynamically. So in this case, each module could be a single addin.
  • render each view from the plugin into the main module.
  • manage different instances by unity container
  • implement MVVM pattern for winform applications
  • decouple components, such as service, repository, viewmodel, that makes you easily to write unit tests.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].