Create Sample in ASP.NET Core Application
11 Nov 20243 minutes to read
The Syncfusion Sample Creator is a tool that lets you to make Syncfusion ASP.NET Core (Essential JS 2) projects with sample code for required Syncfusion component features and Syncfusion control configuration.
NOTE
The Syncfusion ASP.NET Core Sample Creator utility is available from v16.3.0.17.
The following steps is used to create the Syncfusion ASP.NET Core Application by using the Sample Creator utility:
-
Follow one of the options below to launch the ASP.NET Core Sample Creator application:
Option 1:
Click Extensions->Syncfusion Menu and choose Essential Studio for ASP.NET Core (EJ2) > Launch Sample Creator… in Visual Studio.
NOTE
In Visual Studio 2017, Click Syncfusion Menu and choose Essential Studio for ASP.NET Core > Launch Sample Creator…
Option 2:
Launch the Syncfusion ASP.NET Core Control Panel and click the Sample Creator button to launch the ASP.NET Core Sample Creator utility. For further information, see the screenshot below.
-
Syncfusion controls and features are listed in the ASP.NET Core Sample Creator.
Controls Selection: Choose the required controls. The controls are grouped with Syncfusion products.
Feature Selection: Based on the controls, the feature is enabled to choose the features of the corresponding controls.
Project Configuration
-
You can configure the project with following details.
VS Version: Choose the Visual Studio version and Framework.
Project Type: Select the type of ASP.NET Core Project.
ASP.NET Core Version: Select the version of ASP.NET Core Project.
.NET Version Available From Version Supported from Visual Studio .NET 6.0 v19.4.0.38 Visual Studio 2022 .NET 7.0 v20.4.0.38 Visual Studio 2022 .NET 8.0 v23.2.4 Visual Studio 2022 .NET 9.0 v27.2.2 Visual Studio 2022 Assets From: Choose the Syncfusion Essential JS 2 assets to ASP.NET Core Project, either NPM, CDN, or Installed Location.
NOTE
Installed location option will be available only when the Syncfusion Essential JavaScript 2 setup has been installed.
Name: Name your Syncfusion ASP.NET Core Application.
Location: Choose the target location of your project.
Theme Selection: Choose the required theme. This section shows the controls preview before creating the Syncfusion project.
-
Click Create button. After creating the project, open the project by clicking Yes. If you click No, the corresponding location of the project will be opened. Refer to the following screenshot for more information.
-
The new Syncfusion ASP.NET Core sample is created. Required controller and view file for selected controls, selected style, scripts and corresponding Syncfusion NuGet packages are added in the created sample.