Skip to content

Latest commit

 

History

History
101 lines (56 loc) · 4.62 KB

File metadata and controls

101 lines (56 loc) · 4.62 KB
layout post
title Sample Creator | Document SDK | Syncfusion
description Sample Creator is the utility that allows you to create Syncfusion ASP.NET Core or ASP.NET MVC Projects along with the samples based on Syncfusion Document SDK Controls and Features selection
platform extension
control Syncfusion Extensions
documentation ug

Sample Creator

The Syncfusion® Document SDK Sample Creator is a tool that lets you make Syncfusion® ASP.NET Core or ASP.NET MVC projects based on the platform selection with sample code for required Syncfusion® Document SDK component features and control configuration.

I> The Syncfusion® Document SDK Sample Creator utility is available from v30.1.37

Create Syncfusion® ASP.NET Core or ASP.NET MVC Web Application from Sample Creator

The following steps help you to create the Syncfusion® ASP.NET Core or ASP.NET MVC Web Application via the Sample Creator utility.

  1. To launch Syncfusion® ASP.NET Core or ASP.NET MVC application, follow either one of the options below:

    Click Syncfusion® Menu and choose Essential Studio® for Document SDK > Launch Sample Creator… in Visual Studio.

    launch the Sample Creator via Syncfusion<sup style="font-size:70%">®</sup> menu

    N> In Visual Studio 2019, Syncfusion® menu available under Extension in Visual Studio menu.

  2. Syncfusion® Sample Creator Wizard displaying the Syncfusion® Document SDK Controls and its Feature Selection section

    Syncfusion<sup style="font-size:70%">®</sup> Document SDK Sample Creator wizard

Controls Selection

Listed here are the Syncfusion® Document SDK controls so you can choose the required controls.

Syncfusion<sup style="font-size:70%">®</sup> Document Sdk Sample Creator Controls selection

Project Configuration

  1. You can configure the following project details in the Sample Creator.

    • Platform Type – Select the type of platform either ASP.NET Core or MVC.

      • ASP.NET Core:

        • Select the VS Version - Choose the Visual Studio Version
        • .NET Core – Choose the .NET Core version
        • Assets From – Load the Syncfusion® assets to either CDN or NPM.

        Syncfusion<sup style="font-size:70%">®</sup> Document SDK Sample Creator project configuration section

      • ASP .NET MVC:

        • Select the VS Version - Choose the Visual Studio Version
        • .NET Framework – Choose the .NET Framework version
        • Assets From – Load the Syncfusion® assets to either CDN or NuGet.

        Syncfusion<sup style="font-size:70%">®</sup> Document SDK Sample Creator project configuration section

    • Name – Name your Syncfusion® ASP.NET Core or ASP.NET MVC Application.

    • Location – Choose the target location of your project.

    • Theme Selection – Choose the required theme.The Theme Preview section shows the controls preview before create the Syncfusion® project.

  2. 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.

    create

  3. The new Syncfusion® project is created with the resources.

    • Added the required Controllers and View files in the project.

      • ASP.NET Core:

        required controllers

      • ASP.NET MVC:

        required controllers

    • Included the required Syncfusion® scripts and theme files.

      • ASP.NET Core:

        script-theme references

      • ASP.NET MVC:

        script-theme references

    • The required Syncfusion® assemblies are added for selected controls under Project Reference.

      • ASP.NET Core:

        syncfusion<sup style="font-size:70%">®</sup> assemblies

      • ASP .NET MVC:

        syncfusion<sup style="font-size:70%">®</sup> assemblies