Creating a new Visual Studio BizDataX project

Creating a new Visual Studio project involves using a BizDataX Package Executable template. Within the project, in the next steps of this guide, the created data model will be used in creating a simple masking flow, and in executing the created package.

Table of contents
Creating a new Visual Studio BizDataX project

Creating a new Visual Studio BizDataX project

  • Open Visual Studio and select Create a new project.

  • Select the BizDataX Package Executable project template from the list of available project templates, click the Next button, write a name for the package, and click the Create button.

Creating a new BizDataX package Figure 1: Creating a new BizDataX package

  • BizDataX Package is now created, and its default workflow (defined in the Package.xaml file) is opened. Figure 2 shows the default HelloWorld example workflow on the left, and the default project structure for the package on the right (in the Solution Explorer tab).

Default BizDataX package Figure 2: Default BizDataX package