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.
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
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
75 Points
172 Posts
Blazor CRUD Scaffolding
Mar 10, 2020 05:14 PM|Prathamesh Shende|LINK
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
Star
9831 Points
3120 Posts
Re: Blazor CRUD Scaffolding
Mar 11, 2020 02:58 AM|Brando ZWZ|LINK
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