FullStackHero vs BlazorHero #41
-
When fullstackhero / blazor-wasm-boilerplate gets released, will it have the same features as in BlazorHero? For a future full stack project running on Blazor against Web API, what will be the things to consider when choosing FullStackHero or BlazorHero? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello Mukesh, |
Beta Was this translation helpful? Give feedback.
-
Hi @jasebanico & @FrancoisMongeau! Let me explain the purpose of each of the projects first.
As for the current planning, fullstackhero will be my top priority along with fluentpos. I am keeping blazorHero updates for later,as I feel it's kinda mature now.
You will be getting an API with the following features
So, now that we have the API complete,
I hope I have made myself clear. Thanks! |
Beta Was this translation helpful? Give feedback.
Hi @jasebanico & @FrancoisMongeau! Let me explain the purpose of each of the projects first.
blazorHero
- I would use this project as a starting point when a requirement is that of an internal application/website that needs Blazor as the primary application which can expose a few API endpoints if needed. blazorHero is complete in that way.fullstackhero
- When I need a more general-purpose API with much more flexibility to work, I would choose this. In this project, the dotnet-webapi-boilerplate is like the CORE project whose services can be consumed by the accompanying Client Projects like Angular / Blazor / MVC. FYI, For the client application, I would be concentrating more on perfectin…