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