Awesome!! This is very easy to get start the enterprise project. But it is very difficult to manage all layers of one entity/feature (in my case Country). If this has scaffholding tool or source generators then it will be good to go..
Great project. It will save time and stress. am sure l can used this project to build any software and l think it will be little difficult to remove the multienacy from it l don't need it for a particular project.. ? or
Excellent work. I've been studying the whole code for 2 weeks. Everything applies to my requirement but I see that I can not have several Users in a single Tenat. I also see that there is no way that a user does not have a Tenant while someone invites him. I think it would be creating a new collection of TenantUserLinks but I'm not sure where to start and how much I should adjust. Thank you
Thank you Mukesh . Your web API Boilerplate code is very useful for developers like me. When are you planning to release the latest changes in Nuget Package?
Thanks a lot for the intro! If I utilize user data for business operations such as order and payment processing, should I create a separate domain entity for the user and save that entity along with the relevant business information, while reserving the IdentityUser solely for authentication and authorization purposes?
How can I add new entity such as Country, Currency, etc.,? I've followed the documentation but VS 2022 package console is showing the message "Unable to create an object of type 'ApplicationDbContext'."
is this while you are adding migrations for the new entity? Didn't this work -> fullstackhero.net/dotnet-webapi-boilerplate/tutorials/database-migrations/
@@sharafudeen4734 I just tested this by running `dotnet ef migrations add Initial --project .././Migrators/Migrators.PostgreSQL/ --context ApplicationDbContext -o Migrations/Application` from the Host directory. I was able to generate the migrations. Do you have ef tools installed and updated?
Just updated Nuget Pakages in FSH.WebApi.Application - MediatR.Extensions.Microsoft.DependencyInjection - This package version is deprecated - use MediatR: This line now required to register MediatR: .AddMediatR(cfg => cfg.RegisterServicesFromAssembly(assembly));☝
You deserve an applause bro; You deserve an award. Well done!! There's still more to be done. Keep moving captain!!
One of the best open source boilerplate to get started, great work 🙂
I was browsing through my RUclips and this came up! I could not believe my eyes!!! This app has now come of age! Thank you so very much!!!!
Great work 👍 excited for microservices boilerplate 😊
Excellent!!! Great job Mukesh. I will give it a try to run the application.
Well done Mr. Mukesh
excelente, siempre esperando algo por aprender de usted, gracias por compartir.
nota: una version para MAUI seria genial!)
An alternative version for Windows Forms will be AWESOME
waiting for .net 8 fullstackhero🌸❤️
well done mukesh murugan
Incredibly well done
Is this your latest version of Blazor hero ? thank you
You are good bro, very brilliant work 🎉
Thanks Mr Mukesh❤❤
Great Job bro, Keep going
u are a legend !!!
Great work! Thanks
Awesome!! This is very easy to get start the enterprise project. But it is very difficult to manage all layers of one entity/feature (in my case Country). If this has scaffholding tool or source generators then it will be good to go..
great job man~ I really appreciate
Hi Mukesh, thanks for this lofty job. Is there a time frame for the React client app will be made available?
Nice template to start
Great project. It will save time and stress. am sure l can used this project to build any software and l think it will be little difficult to remove the multienacy from it l don't need it for a particular project.. ? or
Do you use My Posh for your Powershell terminal? What is that theme?
Thanks buddy. What about the Angular project?
progress of net8 boilerplate? ❤
good job, sir!
Thanks for this awsome and great work
When do you expect the MVC project to be ready?
Excellent work. I've been studying the whole code for 2 weeks. Everything applies to my requirement but I see that I can not have several Users in a single Tenat. I also see that there is no way that a user does not have a Tenant while someone invites him. I think it would be creating a new collection of TenantUserLinks but I'm not sure where to start and how much I should adjust. Thank you
Its possibly run or host it on Linux?
Thank you Mukesh . Your web API Boilerplate code is very useful for developers like me. When are you planning to release the latest changes in Nuget Package?
When creating a new role and assigning it to a new user, the default value saved in the database for the tenantId field is "root."
how can i use 'make' command tools in windows or macos ,should i need install something other stuffs?
Will you publish documentation?
Que herramientas sugieren usar para los reportes? gracias por su respuesta.
Documentation, coming soon? alla sections are empty?
is that "atomic" my posh theme?
Thanks a lot for the intro!
If I utilize user data for business operations such as order and payment processing, should I create a separate domain entity for the user and save that entity along with the relevant business information, while reserving the IdentityUser solely for authentication and authorization purposes?
Probably the best way is to just reference the ID
👏👏👏👏👏👏👏👏👏👏
Thank you such usefull stuff. I have on question. How can we deploy web api on IIS.
How can I add new entity such as Country, Currency, etc.,? I've followed the documentation but VS 2022 package console is showing the message "Unable to create an object of type 'ApplicationDbContext'."
is this while you are adding migrations for the new entity? Didn't this work -> fullstackhero.net/dotnet-webapi-boilerplate/tutorials/database-migrations/
@@codewithmukesh Yes this is not working.. I’ve targeted MSSQL data provider but no luck.
@@sharafudeen4734 I just tested this by running `dotnet ef migrations add Initial --project .././Migrators/Migrators.PostgreSQL/ --context ApplicationDbContext -o Migrations/Application` from the Host directory. I was able to generate the migrations. Do you have ef tools installed and updated?
@@sharafudeen4734 Please refer to github.com/fullstackhero/dotnet-webapi-boilerplate/issues/849
Just updated Nuget Pakages in FSH.WebApi.Application - MediatR.Extensions.Microsoft.DependencyInjection - This package version is deprecated - use MediatR: This line now required to register MediatR: .AddMediatR(cfg => cfg.RegisterServicesFromAssembly(assembly));☝
Well done Mr. Mukesh