Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.66 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.66 KB

Business model editor with code generator plugins support

Installation

Download latest release here. Unzip content of downloaded file and run vSharpStudio.exe. vSharpStudio initial screen

Quick Start

Create new Visual Studio solution

Create Visual Studio 'AQuickStartSample' solution with C# console 'AQuickStartSample' project and C# class library 'DbLayer' project.

Initial sample solution.

For 'AQuickStartSample' project add reference to 'DbLayer' project.

Setup vSharpStudio for code generation

Business model editor is storing model in a file with 'vcfg' extension.

Click create new configuration button Create new configuration. Save as dialog will be opened to select folder for new configuration file.

vSharpStudio initial screen

Choose solution folder, enter file name for configuration, and click button Save to save it.

vSharpStudio initial screen

Inside business editor select node 'Apps'

vSharpStudio initial screen

Click insert child object Create new configuration to create Solution object for model.

vSharpStudio initial screen

Select solution file. Create child object of model solution for 'DbLayer' project.

vSharpStudio initial screen

Model Editing and Code Generation