Sample Creator
14 Mar 2019 / 5 minutes to read
The Syncfusion Sample Creator is a utility that allows you to create the Syncfusion ASP.NET Core (Essential JS 2) Projects with required Syncfusion configuration in project to start the development with Syncfusion controls.
IMPORTANT
The Syncfusion ASP.NET Core (Essential JS 2) Sample Creator utility is available from v16.3.0.17.
Create Syncfusion ASP.NET Core (Essential JS 2) Web Application from Sample Creator
The following steps help you to create the Syncfusion ASP.NET Core (Essential JS 2) Web Application via the Sample Creator utility:
-
To launch ASP.NET Core (Essential JS 2) Sample Creator application, follow either one of the options below:
Option 1:
Click Syncfusion Menu and choose Essential Studio for ASP.NET Core (EJ2) > Launch Sample Creator… in Visual Studio.NOTE
In Visual Studio 2019, Syncfusion menu available under Extension in Visual Studio menu.
Option 2:
Launch the Syncfusion ASP.NET Core (Essential JS 2) Control Panel. Select the Sample Creator button to launch the ASP.NET Core (Essential JS 2) Sample Creator application. Refer the following screenshot for more information. -
ASP.NET Core (Essential JS 2) Sample Creator list the Syncfusion controls and its features.
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, either ASP.NET Core 1.0, ASP.NET Core 1.1 or ASP.NET Core 2.0 version.
-
.NET Framework: Choose the .NET Framework version.
-
- Assets From: Load the Syncfusion Essential JS 2 assets to ASP.NET Core Project, either NPM, CDN or Installed Location.
NOTE
The Installed Location option is only available when the Syncfusion Essential JavaScript 2 setup has been installed.
- Name: Name your Syncfusion ASP.NET Core (Essential JS 2) 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. Once the project is created you can open the project by clicking Yes. If you click No the corresponding location of the project will be opened. Refer the following screenshot for more information.
-
The new Syncfusion ASP.NET Core (Essential JS 2) project is created with the resources.
-
Added the required View (.cshtml) and Class files in the project.
-
Included the required Syncfusion scripts and theme files.
-
Restored the required Syncfusion NuGet packages for selected controls under dependencies.
-
-