Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (24 loc) · 2.15 KB

README.md

File metadata and controls

27 lines (24 loc) · 2.15 KB

SugarDesk

SugarDesk is a SugarCRM .NET integration studio built with WPF Modern UI (mui) framework. It highlights different Modern UI MVVM implementations.It uses SugarCRM database schema and REST API as input sources.

WPF MVVM Highlights

  • Prism 6 - integrating Unity Prism 6 with Modern UI - using Prism 6 Modularity, ViewModelLocation, EventAggregator and IOC using Unity.
  • Fody.PropertyChanged - for automatic PropertyChangedEvents and model-to-viewmodel communication.

SugarCRM Implementations

  • C# POCO generator - generates C# based models with a Json serialization feauture. This uses the poco generator modules created in SugarCRM Restful CRUD.
  • SugarCRM Restful CRUD demonstration - uses SugarCRM Restful CRUD implementation: SugarRestSharp
  • SugarCRM reporting - different .NET reporting options.

SugarCRM Restful CRUD Screenshots