.NET Web API Boilerplate | FullStackHero - Getting Started

Поділитися
Вставка
  • Опубліковано 11 вер 2024

КОМЕНТАРІ • 45

  • @bestofscienceful
    @bestofscienceful Рік тому +13

    One of the best open source boilerplate to get started, great work 🙂

  • @Duelweb
    @Duelweb Рік тому +1

    I was browsing through my UA-cam and this came up! I could not believe my eyes!!! This app has now come of age! Thank you so very much!!!!

  • @clintonboamah6029
    @clintonboamah6029 6 місяців тому

    You deserve an applause bro; You deserve an award. Well done!! There's still more to be done. Keep moving captain!!

  • @tusharch0
    @tusharch0 Рік тому +4

    Great work 👍 excited for microservices boilerplate 😊

  • @loganathansiva95
    @loganathansiva95 Рік тому +2

    Well done Mr. Mukesh

  • @msayeed78
    @msayeed78 Рік тому

    Excellent!!! Great job Mukesh. I will give it a try to run the application.

  • @fistergutierrez
    @fistergutierrez Рік тому +1

    excelente, siempre esperando algo por aprender de usted, gracias por compartir.
    nota: una version para MAUI seria genial!)

  • @codewithgilly
    @codewithgilly Рік тому +1

    well done mukesh murugan

  • @ACertainWebDeveloper
    @ACertainWebDeveloper Рік тому

    An alternative version for Windows Forms will be AWESOME

  • @eth6706
    @eth6706 Рік тому +1

    Incredibly well done

  • @georgesngandeu9115
    @georgesngandeu9115 11 місяців тому

    You are good bro, very brilliant work 🎉

  • @mohammadrezamrg9380
    @mohammadrezamrg9380 10 місяців тому

    waiting for .net 8 fullstackhero🌸❤️

  • @callmenarayanan
    @callmenarayanan Рік тому

    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?

  • @sharafudeen4734
    @sharafudeen4734 Рік тому +1

    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..

  • @Zelo246
    @Zelo246 Рік тому

    Thanks for this awsome and great work
    When do you expect the MVC project to be ready?

  • @sadihemmati3787
    @sadihemmati3787 Рік тому

    Thanks Mr Mukesh❤❤

  • @caseyspaulding
    @caseyspaulding 11 місяців тому

    Great work! Thanks

  • @shinazmohammed9006
    @shinazmohammed9006 Рік тому

    Great Job bro, Keep going

  • @DaNji86
    @DaNji86 11 місяців тому

    progress of net8 boilerplate? ❤
    good job, sir!

  • @vivekchauhan223
    @vivekchauhan223 8 місяців тому

    Nice template to start

  • @kangbyungui
    @kangbyungui Рік тому

    great job man~ I really appreciate

  • @mosesolayinks6361
    @mosesolayinks6361 Рік тому +1

    Hi Mukesh, thanks for this lofty job. Is there a time frame for the React client app will be made available?

  • @sneigee
    @sneigee Рік тому +1

    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

  • @benjsoft
    @benjsoft 3 місяці тому

    Do you use My Posh for your Powershell terminal? What is that theme?

  • @SajidAli-ke6ue
    @SajidAli-ke6ue Рік тому

    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."

  • @benjsoft
    @benjsoft 3 місяці тому

    is that "atomic" my posh theme?

  • @3ar635
    @3ar635 Рік тому +2

    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

    • @2428644
      @2428644 10 місяців тому

      Its possibly run or host it on Linux?

  • @summerdesire1410
    @summerdesire1410 7 місяців тому

    how can i use 'make' command tools in windows or macos ,should i need install something other stuffs?

  • @dosovi4548bustayes
    @dosovi4548bustayes Рік тому

    Documentation, coming soon? alla sections are empty?

  • @jorhestpp
    @jorhestpp Рік тому

    Que herramientas sugieren usar para los reportes? gracias por su respuesta.

  • @devrub623
    @devrub623 Рік тому

    Thanks buddy. What about the Angular project?

  • @nicolasundiano8406
    @nicolasundiano8406 Рік тому

    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?

    • @julianf4529
      @julianf4529 Рік тому

      Probably the best way is to just reference the ID

  • @sadihemmati3787
    @sadihemmati3787 Рік тому

    Will you publish documentation?

  • @redietzewdu9913
    @redietzewdu9913 Рік тому

    👏👏👏👏👏👏👏👏👏👏

  • @mahavirjadhav10
    @mahavirjadhav10 Рік тому +1

    Thank you such usefull stuff. I have on question. How can we deploy web api on IIS.

  • @sharafudeen4734
    @sharafudeen4734 Рік тому

    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'."

    • @codewithmukesh
      @codewithmukesh  Рік тому

      is this while you are adding migrations for the new entity? Didn't this work -> fullstackhero.net/dotnet-webapi-boilerplate/tutorials/database-migrations/

    • @sharafudeen4734
      @sharafudeen4734 Рік тому

      @@codewithmukesh Yes this is not working.. I’ve targeted MSSQL data provider but no luck.

    • @codewithmukesh
      @codewithmukesh  Рік тому

      @@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?

    • @codewithmukesh
      @codewithmukesh  Рік тому

      @@sharafudeen4734 Please refer to github.com/fullstackhero/dotnet-webapi-boilerplate/issues/849

  • @punkouter23
    @punkouter23 Рік тому

    anyone else trying to use this for their job and customize it let me know.. maybe we can help each other

  • @graemewellington2687
    @graemewellington2687 Рік тому +1

    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));☝

  • @vv1279
    @vv1279 Рік тому

    Well done Mr. Mukesh