Blazor Radzen DataGrid CRUD - Clean Approach - Pt. 1 READ (Static Data)

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Hello everyone! I'm Andre, and this is part 1 of this mini-series. We go over how to setup the initial state of our application and create a basic foundation where we demonstrate the ability to read data within a clean architecture, leveraging static data for demonstration. Setting this foundation will make future development in your projects efficient and maintainable. Grasping clean architecture will help you branch out and embrace many design patterns, architectures, and solution types with ease!
    Please comment, like, and subscribe :)
    Source code: github.com/and...
    #csharp #dotnet #aspnet #blazor #radzen #fullstack #microsoft #sql

КОМЕНТАРІ • 12

  • @markcoleman8579
    @markcoleman8579 15 днів тому

    Nice video, much appreciated.
    If possible, I'd recommend increasing the font size to make viewing on mobile devices a little easier. 😊

  • @abdokha6227
    @abdokha6227 Місяць тому

    Radzen blazor ❤
    we need the more of it
    Thanks

    • @codewandre
      @codewandre  Місяць тому +1

      @@abdokha6227 deal 🤝

  • @Chefrachida
    @Chefrachida 4 місяці тому

    Great video, clean, simple, and fast. Thank you.

  • @boysen01
    @boysen01 2 місяці тому

    Great video, thank you! Starting out looking at Blazor and wasted a bit of time with QuickGrid. Your video was just what I needed for my project right now, highly appreciated. Btw, great teaching style and good pace. Would like to see more about styling table datagrid with css at a later stage, not just how to wire it up but how to make it look nice as well 🙂

    • @codewandre
      @codewandre  2 місяці тому +1

      Thank you for the kind words. I just moved apartments so the videos took a pause. I will be back in the next couple weeks. There'll be more to come. Taking note of your CSS styling request!

  • @tonychansw
    @tonychansw 2 місяці тому +2

    Great Video. I am using Radzen component also. I face one problem on export Radzen data grid to excel with its column title. I follow Radzen example to create export controller. Everything well but it only can export it with property but not column title. And it cannot export data grid with Template data because the export controller not direct get data from data grid. It get data from original blinded data. If you can consider to show how to do it, it will be very helpful.

    • @codewandre
      @codewandre  Місяць тому +1

      Certainly. I can attempt to explore this at the end of the CRUD series. I just finished moving cities, so I will have videos coming soon!

  • @floycereginato7888
    @floycereginato7888 5 місяців тому

    Very interesting, love these videos!!

  • @TahaZubair-rr5uy
    @TahaZubair-rr5uy 3 місяці тому

    nice video, simple and explains things nicely.
    I would like to know how radzen handles crud operations in datagrid

    • @codewandre
      @codewandre  3 місяці тому

      Noted! I'll keep this in my backlog for a future video. Thank you for the kind feedback 😎