Skip to content

Environment Setup

Alfaiz Khan edited this page Nov 17, 2022 · 1 revision

To start using the Dynamic Expresso in your application, you will need to install the Dynamic Expresso NuGet package.

Let's open the Visual Studio and create a new project.

Example1

Choose C# as language, Windows as a platform, and Console as the project type. In the template pane, select Console Application and click the Next button.

Example2

Enter the project name, you can change the location and solution name, but we will leave it and click on the Next button.

Example3

On the Additional Information dialog, select the target framework and then click on the Create button.

Example4

You can see a new console application project is created. Now to install a Dynamic Expresso, right-click on the project in Solution Explorer, and select Manage NuGet Packages...

Example5

Select the Browse tab and search for DynamicExpresso.Core and install the latest version by pressing the Install button.

Example6

Once Dynamic Expresso has been successfully installed. You are now ready to start your application.