Missing part of Blog App with Blazor SSR .Net 8

Sdílet
Vložit
  • čas přidán 25. 11. 2023
  • This is the missing part of the complete fullstack blog web app using the new Blazor SSR with .Net 8 • Lets build a complete ...
    In this video I have created the project and added the html template and then fixed the small js which came with the template
    This vide should be watched right after • Lets build a complete ...

Komentáře • 18

  • @abhayprince
    @abhayprince  Před 7 měsíci +3

    This is the missing part of the complete fullstack blog web app using the new Blazor SSR with .Net 8 czcams.com/video/bqlYviq4J4o/video.html

  • @bassethoundgang2800
    @bassethoundgang2800 Před 24 dny

    thanks for your hard work putting this all together. I can't wait to build this blog site.

  • @ajazahmad2386
    @ajazahmad2386 Před 7 měsíci

    Very awsome using templete in project thanks again thanks.

  • @manojpant242
    @manojpant242 Před 7 měsíci

    Sir.....Your all lessons are very very helpful...Yiu are a great teacher.
    Please make applications in Blazor Server or WebAssembly which is related to dailly used concepts....Like as Job portal, Bill Payment Applications and extra others.
    and thank you so much...!💗❤❤

  • @kxpn
    @kxpn Před 7 měsíci

    Thanks for this, I was wondering what happened.

  • @olanrewajusaka3991
    @olanrewajusaka3991 Před 7 měsíci +1

    Sir I think doing Online Hotel Booking where payment gateway would be integrated or school management. Trust me we have several Ecommerce Tutorials online here. I have not seen a complete and a concrete online hotel booking software perfect one on CZcams. so being the first person could bring a load of wow to us sir. then after that may be you can consider school management software sir. So sir a Complete Online Hotel Booking Reservation would be the way to go sir...with payment gateway sms integrated sir.. Thanks

  • @hashimal-mansouri9163
    @hashimal-mansouri9163 Před 7 měsíci

    hello, I'm tired with this error on blazor web app after migrating my blazor wasm hosted 7 to blazor web app>
    "InvalidOperationException: An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set."
    I added service of HttpClient to client and configure to use controllers at server, but I doesn't recognize the base address.
    can u help?

    • @abhayprince
      @abhayprince  Před 7 měsíci +1

      How did you upgrade it? I dont think we have any straight forward way to upgrade Blazor Wasm to .Net 8.
      Do you have some github repo or something, I will be able to help you if I can look at the structure and some if the code

  • @shabanelmogy7912
    @shabanelmogy7912 Před 6 měsíci

    thanks alot

  • @jonaszjonasz5752
    @jonaszjonasz5752 Před 5 měsíci

    Hello, how did you download the design template from wowthemes?
    I don't see an offer for free templates there.

    • @abhayprince
      @abhayprince  Před 5 měsíci +1

      There is a link in the description, you should see download button on that page

    • @jonaszjonasz5752
      @jonaszjonasz5752 Před 5 měsíci

      I didn't find a link in the description of this tutorial.
      It's in the second part of "Lets build a complete full stack Blog App..."
      Thank you for a great tutorial :)@@abhayprince

  • @advivedi9
    @advivedi9 Před 7 měsíci

    Thanks

  • @olanrewajusaka3991
    @olanrewajusaka3991 Před 7 měsíci

    Sir I think doing Online Hotel Booking where payment gateway would be integrated or school management. Trust me we have several Ecommerce Tutorials online here. I have not seen a complete and a concrete online hotel booking software perfect one on CZcams. so being the first person could bring a load of wow to us sir. then after that may be you can consider school management software sir. So sir a Complete Online Hotel Booking Reservation would be the way to go sir...with payment gateway sms integrated sir.. also where cuter or user as is own page and admin would also have is own page. Thanks

  • @vasd8706
    @vasd8706 Před 6 měsíci +1

    Can we say new dotnet ssr is equal to NextJS?

    • @abhayprince
      @abhayprince  Před 6 měsíci

      In my opinion, Not exactly. But with Enhanced Navigation and mixing interactive modes with ssr pages makes it comparable. (not in performance as interactivity with js is faster at the moment)

  • @tofansahra-kb7rv
    @tofansahra-kb7rv Před 6 měsíci

    this code has a error in category-manager page:
    @rendermode @(new InteractiveAutoRenderMode(prerender:false))

    • @abhayprince
      @abhayprince  Před 6 měsíci +2

      I am not using InteractiveAuto render mode in this project.
      I am using InteractiveServer