Dapper FastCRUD Environment Setup

30% OFF - 9th Anniversary discount on Dapper Plus until December 15 with code: ZZZANNIVERSARY9

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

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

image

Select the Create a new project option.

image

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.

image

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

image

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

image

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

image

Select the Browse tab and search for Dapper.SimpleCRUD and install the latest version by pressing the Install button.

image

Once Dapper.SimpleCRUD has been successfully installed. You will also need to install System.Data.SqlClient NuGet package.

You are now ready to start your application.



Got any Dapper FastCRUD Question?