locked
Blazor CRUD Scaffolding RRS feed

  • Question

  • User2041008840 posted

    hey, 
    I just started using Blazor 
    I always use asp.net core application. If you know you can create a Controller then it directly create a CRUD functions with EF and then it also create view CRUD automatically. 
    Is there any same thing in Blazor like I need to Create A Services file to call into .razor page its it automatically scaffold full crud operation and generate pages Create, update, delete, Select/List,Detail like asp.net core mvc automatically.

    Thank You 


    Tuesday, March 10, 2020 5:14 PM

All replies

  • User283571144 posted

    Hi Prathamesh shende,

    As far as I know,there is no build-in scaffold for blazor application in asp.net core.

    If you still want to use scaffold, I suggest you could try to consider using some third-party tool like Syncfusion

    More details about how to use it, you could refer to this article.

    Best Regards,

    Brando

    Wednesday, March 11, 2020 2:58 AM