Create a Blazor WebAssembly App and Add Syncfusion Blazor Components

Поделиться
HTML-код
  • Опубликовано: 25 мар 2020
  • Create a new Blazor WebAssembly app and add Syncfusion Blazor components to it using Visual Studio 2019 and Visual Studio Code.
    In this video, you will learn to configure Syncfusion Blazor components in a Blazor WebAssembly app. You will also see the steps to download the Syncfusion.Blazor NuGet package and reference those namespaces in appropriate project files.
    NOTE: Install the latest version of Microsoft.AspNetCore.Components.WebAssembly.Templates in the command prompt to install the WebAssembly project template in Visual Studio 2019.
    Getting Started Example: bit.ly/3aevB9A
    TRIAL LICENSE KEY:
    -------------------------
    If you are in need of a trial license key, you can start your Blazor trial from www.syncfusion.com/account/ma... under your Syncfusion account and then get your trial license key from the downloads page (bit.ly/2vp3d62).
    FREE LICENSE:
    -------------------
    Check if you are eligible for a free license for all our Syncfusion products on our Community License page (bit.ly/2wNEtVh).
    BLAZOR UI COMPONENTS
    ---------------------------
    Product overview: bit.ly/399t54w
    Examples: bit.ly/3aeH8WG
    Documentation: bit.ly/2TrCNZp
    Download free trial: bit.ly/2WTM6EX
    NuGet package: bit.ly/2JaYsA9
    SUBSCRIBE
    ---------------
    Syncfusion on RUclips: bit.ly/syncfusionyoutube
    Sign up to receive email updates: bit.ly/syncfusionemail
    SOCIAL COMMUNITY
    ----------------------------
    Facebook: / syncfusion
    Twitter: / syncfusion
    LinkedIn: / syncfusion
    Instagram: / syncfusion
    #blazorcomponents #blazorwebassembly #blazor
  • ХоббиХобби

Комментарии • 14

  • @SyncfusionInc
    @SyncfusionInc  Год назад

    If you are working with 20.1 or later versions of the Syncfusion Blazor NuGet packages - blazor.syncfusion.com/documentation/release-notes/20.1.47?type=all#breaking-changes, we request you to ensure the following 3 steps in your projects-
    1. Manually add the script reference under the section of ~/index.html or ~/Pages/_Host.cshtml files. Read More: blazor.syncfusion.com/documentation/common/adding-script-references
    2. Syncfusion.Blazor.Themes is removed from dependencies of Syncfusion.Blazor.Core. So, if you are looking to refer themes from static web assets, ensure to install Syncfusion.Blazor.Themes NuGet package explicitly into your project. Check out how to manually add the style reference, blazor.syncfusion.com/documentation/appearance/themes#static-web-assets
    3. While registering Syncfusion Blazor Service in the ~/Program.cs file, you would have set IgnoreScriptIsolation property as true to load the scripts externally. From 2022 Vol-1 (20.1.*) versions, the default value of IgnoreScriptIsolation is changed to true and marked as obsolete, so it is not necessary to set this property explicitly in your projects. Read More: blazor.syncfusion.com/documentation/common/adding-script-references#disable-javascript-isolation

  • @carlobenedetti2407
    @carlobenedetti2407 4 года назад +2

    Thank you so much. It has been very useful. Loved the way you explain things

    • @SyncfusionInc
      @SyncfusionInc  4 года назад

      Thank you! We're glad we were able to help!

  • @LuigiZambetti
    @LuigiZambetti 4 года назад +4

    Please, add some more videos on Blazor, especially for beginners.

    • @SyncfusionInc
      @SyncfusionInc  4 года назад

      Hi Luigi Zambetti, Thanks for your interest towards our Blazor videos.
      Already we started posting Introduction and Getting Started videos of our Blazor controls on a regular basis every week. So, you can surely expect more Blazor videos in the next upcoming days. Also, share your thoughts on which specific video topic you would like to have first?

    • @LuigiZambetti
      @LuigiZambetti 4 года назад +1

      @@SyncfusionInc Everything about Blazor, also about ASP.NET Core 3.0 and so on.

  • @ZainabJavaid-vq3wp
    @ZainabJavaid-vq3wp 4 месяца назад

    thanks for teaching so well, I don't have syncfusion.blazor in my nuGets Packages, I means there are no options . if anybody could help, I would be grateful

    • @SyncfusionInc
      @SyncfusionInc  4 месяца назад

      Hi,
      Based on your query, we would like to share details on how to install Syncfusion Blazor NuGet packages.
      Firstly, ensure that you have the nuget.org package source included in your Visual Studio. If you don't see Syncfusion.Blazor in the NuGet Packages, it might be because the nuget.org source is missing. To configure it:
      Open Visual Studio.
      Go to Tools > NuGet Package Manager > Package Manager Settings.
      In the Package Sources tab, ensure that nuget.org is listed. If not, click on the "+" button and add it with the URL: api.nuget.org/v3/index.json.
      1. Install via NuGet Package Manager:
      Right-click on your project in Solution Explorer.
      Choose "Manage NuGet Packages..."
      In the Browse tab, search for "Syncfusion.Blazor".
      Select the Syncfusion Blazor package you need and click "Install".
      2. Install via .NET CLI:
      Open a command prompt or terminal.
      Navigate to your project directory.
      Run the command: dotnet add package
      3. Install via Package Manager Console:
      Open Visual Studio.
      Go to Tools > NuGet Package Manager > Package Manager Console.
      Run the command: Install-Package
      Please check the following UG link for your reference and get back to us if you still face any issue.
      blazor.syncfusion.com/documentation/installation/install-nuget-packages

  • @cbashtn5516
    @cbashtn5516 4 года назад

    So with Blazor WebAssembly and Syncfusion's licensing scheme everyone can just disassemble the downloaded main DLL and extract someone's paid license key?

    • @SyncfusionInc
      @SyncfusionInc  4 года назад +1

      Currently we don’t have an option to hide the license keys which is registered in the project. We have implemented this licensing (key) validation system to avoid using our products inadvertently. If you are a license customer, then you can use the licensed installer and there is no need to register the license key in your application. Or else if you are using the trial installer or NuGet packages from nuget.org, then you should generate and register the corresponding version and platform license key in your application.
      Please refer the following link and download the latest v18.2.0.44 web installer or offline installer for your requirement from your account.
      www.syncfusion.com/account/downloads/studio/licensed/18_2_0_44
      Refer the following documentation link for the step by step installation of Syncfusion Installer.
      Web Installer: help.syncfusion.com/common/essential-studio/installation/install-using-the-web-installer
      Offline Installer: help.syncfusion.com/xamarin/installation-and-upgrade/install-using-the-offline-installer

  • @stevenkjames
    @stevenkjames 4 года назад +1

    Cool

  • @roddyzr3364
    @roddyzr3364 3 года назад +1

    How I can get the livense key??

    • @SyncfusionInc
      @SyncfusionInc  3 года назад +1

      Please refer below the documentation to get the license key for Syncfusion platforms.
      help.syncfusion.com/common/essential-studio/licensing/licensing-faq/where-can-i-get-a-license-key
      Refer this documentation for license key registration in blazor application.
      help.syncfusion.com/common/essential-studio/licensing/license-key#blazor