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

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

Комментарии • 28

  • @fngkarp492
    @fngkarp492 10 месяцев назад +1

    Bro I freaking love you, thanks for the best explanation on the RUclips, 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 👍👍🙌🙌🙌

  • @nandakumardevadoss1158
    @nandakumardevadoss1158 Год назад

    Excellent and very quick and helpful

  • @BrownAleks
    @BrownAleks 2 года назад

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

  • @2005Azm
    @2005Azm 2 года назад

    Good to see you back bro!

  • @Jad.abouzaki
    @Jad.abouzaki 2 года назад

    Thank you for your efforts and benfit knowldeg

  • @thompsonbomoriame5289
    @thompsonbomoriame5289 10 месяцев назад

    Boss! You are the best

  • @Latif127
    @Latif127 2 года назад

    Very good tutorial. Thank you.

  • @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 11 месяцев назад

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

  • @arihasan3423
    @arihasan3423 Год назад

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

  • @glenimal
    @glenimal 2 года назад

    Amazing🎉

  • @Krior07
    @Krior07 2 года назад

    Amazing!!!

  • @MessingWithCode
    @MessingWithCode 2 года назад

    Thanks A lot

  • @bonkeselemani503
    @bonkeselemani503 2 года назад

    Thanks 😊

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

  • @loganyoung228
    @loganyoung228 Год назад

    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.

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

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

  • @shkelqimcakaj9092
    @shkelqimcakaj9092 2 года назад

    I love you

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

  • @marcscherman6553
    @marcscherman6553 Год назад

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