https://github.com/bsundsbo/bars.mvvm.fluentapi.generator
Fluid API and Code generators for ActiproSoftware Bars.Mvvm assemblies
https://github.com/bsundsbo/bars.mvvm.fluentapi.generator
actipro actiprosoftware fluid fluid-api source-generator source-generators ui ui-controls ux wpf wpf-ui xaml
Last synced: 8 months ago
JSON representation
Fluid API and Code generators for ActiproSoftware Bars.Mvvm assemblies
- Host: GitHub
- URL: https://github.com/bsundsbo/bars.mvvm.fluentapi.generator
- Owner: bsundsbo
- License: bsd-3-clause
- Created: 2025-05-27T14:27:37.000Z (11 months ago)
- Default Branch: develop
- Last Pushed: 2025-07-28T20:38:33.000Z (9 months ago)
- Last Synced: 2025-08-21T18:05:03.052Z (8 months ago)
- Topics: actipro, actiprosoftware, fluid, fluid-api, source-generator, source-generators, ui, ui-controls, ux, wpf, wpf-ui, xaml
- Language: C#
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bars.Mvvm.FluentApi.Generator
The goal of this project is to extend ActiproSoftware's [WPF-Library](https://github.com/Actipro/WPF-Controls) to offer a more simplified implementation of [bar menus](https://www.actiprosoftware.com/products/controls/wpf/bars) through Fluent extension methods and method chaining.
# Fluent API Features
* **[Fluent API](./Source/FluentApi.Generator/README.md)**: The Fluent API allows you to create bar menus in a more declarative way, making it easier to read and maintain.
* **Chainable API**: The API is designed to be chainable, allowing you to build complex bar menus with minimal boilerplate code.
* **Convenience Methods**: The library provides convenience methods to simplify commonly used boilerplate code.
# Sample Application
See the [sample application](./Source/FluentApi.Wpf.Sample/README.md) for a demonstration of the features provided by this library.
## License
Copyright © Bjørnar Sundsbø and Contributors. All rights reserved.
`Bars.Mvvm.FluentApi.Generator` is provided as-is under the BSD 3-Clause License. For more information see [LICENSE](./LICENSE).