Building a web application with ASP.NET Core Razor Pages: A step-by-step tutorial

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

КОМЕНТАРІ • 28

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

    Bro I freaking love you, thanks for the best explanation on the UA-cam, keep pushing.

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

    Short and informative, feels like 10mins though it is 30..thanks

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

    Amazing video, very detailed explanated! Please continue doing this 👍👍🙌🙌🙌

  • @2005Azm
    @2005Azm 2 роки тому

    Good to see you back bro!

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

    Excellent and very quick and helpful

  • @BrownAleks
    @BrownAleks 2 роки тому

    Excellent tutor! A huge THANK YOU! 👍👍👍 Now I am your subscriber.

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

    Boss! You are the best

  • @Jad.abouzaki
    @Jad.abouzaki 2 роки тому

    Thank you for your efforts and benfit knowldeg

  • @Latif127
    @Latif127 2 роки тому

    Very good tutorial. Thank you.

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

    Btw you have an tag helper for handler names in razor pages. Not sure if you need js :)

  • @Scottw011
    @Scottw011 2 роки тому +2

    On every Onget() in your examples, I have to return Task instead of void. Otherwise, the Model is null.
    My reading seems to indicate that using void causes the operation to complete without waiting for the DB operation to complete. Maybe I'm wrong.
    I am using sqlexpress, instead of sqllite.
    Anyway, some interesting topics were covered.
    Thanks

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

      Thank you for this. I am also using sqlserver from a previous tutorial from his. This helped a lot!

  • @glenimal
    @glenimal 2 роки тому

    Amazing🎉

  • @MessingWithCode
    @MessingWithCode 2 роки тому

    Thanks A lot

  • @bonkeselemani503
    @bonkeselemani503 2 роки тому

    Thanks 😊

  • @Krior07
    @Krior07 2 роки тому

    Amazing!!!

  • @malcolmphilip5738
    @malcolmphilip5738 2 роки тому

    Good day, thanks a lot for the video. I have a question, when I try accessing the Issues/new I get redirected back to the home address . What I mean is that the Asp-page=“/Issues/New” redirects me back to the Index address. And when I try to put in the address manually (localhost:7113/Issues/New) I get “This localhost page can’t be found”, any solution to that?. Thanks

  • @kiranfist2526
    @kiranfist2526 2 роки тому

    Hi Pat, I want to create a database path for SQL Server instead of SQLLite. Can you help me with that?

  • @victorrono7651
    @victorrono7651 2 роки тому

    Hi Pat, when I go to build the solution, it's says "build succeeded" but there's no output. Tried looking at different solutions online one was to "From the VS IDE's Tools|Options dialog, select the "Projects and Solutions \ Build and Run" properties page and set the MSBuild output and log verbosity to "Diagnostic" (the last 2 combos on that settings page)", the other was in the Error List, "Change Show issues generated to Build Only". None of these worked. Any idea on how to fix this? Thanks🙏🏾

    • @TechWithPat
      @TechWithPat  2 роки тому +1

      Make sure to use VS 2022.
      I update the repo on Github, you try the latest.
      cheers

  • @olugbenrosamuel
    @olugbenrosamuel 2 роки тому

    Thanks Pat. Please do you have a Udemy class? And where can I get your tutorial for an application with at least two models?
    I learnt a lot and want to learn more.

    • @TechWithPat
      @TechWithPat  2 роки тому

      Doton, what would you like to learn ?

  • @glenimal
    @glenimal 2 роки тому

    Do you know any free ui library for razor pages ?

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

      You can use most UI libs with razor from bs, syncfusion, tailwind, materialize css, even js libs like swiper js, owl carousel and it is easy to implement

  • @loganyoung228
    @loganyoung228 2 роки тому

    I'm sure this video helped someone but not me... Since it doesn't cover error handling when posting (for example, saving the Issue to the db failed), this video doesn't have the info in it that I'm looking for which is how to display such errors on the page after the post.

  • @shkelqimcakaj9092
    @shkelqimcakaj9092 2 роки тому

    I love you

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

    in the year 2023, half this setup doesn't work, which means this is a massive waste of my time. Very frustrating.