A Beginners' Guide to Blazor WebAssembly - Adding Syncfusion Controls - they're free!

Поделиться
HTML-код
  • Опубликовано: 2 фев 2023
  • How to make your Blazor WebAssembly application look professional by adding controls from Syncfusion. The Community Licence is free for individuals and companies with an annual turnover less than $1 million.
    Useful Links:
    Video description and code: blazorcode.uk/countriesandcit...
    Syncfusion: syncfusion.com
    Syncfusion Community Licence: www.syncfusion.com/products/c...
  • НаукаНаука

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

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

    Another point to be noted in this tutorial, is to add the using statement at the top of the razor page. @using Syncfusion.Blazor.Grids.

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

      Thanks, atirah14. I have taken a slightly different approach in this video by adding the Syncfusion @using statements to _Imports.razor file (in the client project). By adding them all to _Imports.razor there is no need to remember to add the Syncfusion @using statements to the top of other razor files. (Which I can guarantee I would forget!)

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

    Hello Christopher.
    Yours are the only Blazor videos that are clear and concise enough for me to understand and follow.
    Six months ago I asked about the possibility of a WebAssembly series that included an optional login page.
    I am really happy that my wait for a WASM version has not been in vain.
    Will the essential login page be optional?
    That would be the icing on the cake but I understand that it might be quite hard to do.

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

      I haven't included a login page as I wanted to keep the project as simple as possible. (Watch out - it gets more complicated!) However I don't think Azure AD B2C would be too hard, but adding it retrospectively might be tricky. Maybe I'll look at it once I have everything else in place.

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

    A very important point to note is to check the service pack that is used when installing the nuget packages. The app may not run, if the correct service pack license key is not selected. Hope this comment helps someone.

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

      Good point.

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

      @@christopherbell7186 Thanks for creating these videos. They are very helpful. Its not easy to understand everything thats happening, but practice may make us perfect. :)

    • @christopherbell7186
      @christopherbell7186  Год назад +1

      Practice certainly helps... I would also say that trying to understand everything to start with is almost impossible. Sometimes one just has to copy code (preferably by typing it out rather than copy/paste) as by doing so one starts to recognise patterns that would otherwise just be background noise. Good luck.

  • @user-nd3ub7yn4p
    @user-nd3ub7yn4p 11 месяцев назад

    Your videos are just awesome for a new Blazor user. When I get to the end of your video and run my example I am getting this sfgrid44rwijlwszt_header_table immediately below the header ID and Name and before the table starts. Any idea what that is from?

    • @user-nd3ub7yn4p
      @user-nd3ub7yn4p 11 месяцев назад

      After a computer reboot the error message went away. Maybe it needs to do a reboot after starting syncfusion and entering the license key for the first time.
      Your videos are still super helpful though.

    • @christopherbell7186
      @christopherbell7186  11 месяцев назад

      Pleased to hear that you solved the problem. Well done.
      I don't think I have experienced the need to re-boot after entering the Syncfusion key. Odd.

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

    I'd rather not sign up for any services while I learn Blazor WebAssembly. If I am to skip adding Syncfusion, how wilk this affect my project? The first issue I encountered on a video past this one was not knowing how to add a toolbar in html.

    • @christopherbell7186
      @christopherbell7186  Год назад +1

      These videos were created specifically using Syncfusion controls. It will be almost impossible to follow the videos without Syncfusion controls. There is no need for credit card details when applying for the community license www.syncfusion.com/sales/communitylicense .

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

      @@christopherbell7186 Thank you.

  • @mrt7948
    @mrt7948 3 месяца назад

    syncfusion is a bad choice, their marketing people disturbs too much, and the demo version keeps giving too many errors.

    • @christopherbell7186
      @christopherbell7186  3 месяца назад

      Thanks for your comment. I don't receive any sponsorship from Syncfusion (or any other organisation), but for small developers it's free. I'm open to other suggestions...