Build a Modern ASP.NET Core 6 Web App with Visual Studio 2022 & Entity Framework

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ก.ย. 2024

ความคิดเห็น • 20

  • @tutorpraveen
    @tutorpraveen  2 ปีที่แล้ว +1

    Please subscribe to the channel and like the video. I hope you will have a great career ahead 😊.

  • @Thwaha
    @Thwaha 2 ปีที่แล้ว +1

    Very helpful video. Good presentations.

  • @ravindrak3
    @ravindrak3 ปีที่แล้ว +1

    Good job done.

  • @tamilcantroz5960
    @tamilcantroz5960 2 ปีที่แล้ว +2

    This video is amazing; i wish you coul cover also the identity mode and customize it wih roles, where do i find such a tutorial? Because i saw the microsoft docs and the example is only about .NET Core 3 and not .NET 6...

    • @tutorpraveen
      @tutorpraveen  2 ปีที่แล้ว +2

      Thanks for your comment. I will try to come up with such videos in future.

  • @murthyajn2681
    @murthyajn2681 2 ปีที่แล้ว +2

    Hi sir, Thank you so much for this Video!!!
    But I am facing an issue while Install-Package Microsoft.EntityFrameworkCore.Design -Version 6.0.2. After installing V6.0.2 and adding the data context it automatically adds the SQL server V6.0.5 and shows errors like-"Package restoration failed".
    Please come up with the solution sir🙏

  • @vijayd1180
    @vijayd1180 2 ปีที่แล้ว +1

    Thank you

  • @mthobisimtshali1613
    @mthobisimtshali1613 2 ปีที่แล้ว +1

    Great video I enjoyed coding. If possible please ionic and angular

    • @tutorpraveen
      @tutorpraveen  2 ปีที่แล้ว

      Thanks for your suggestion

  • @vivekkapil4571
    @vivekkapil4571 2 ปีที่แล้ว

    Awesome !!

  • @mohammedtaqi7009
    @mohammedtaqi7009 2 ปีที่แล้ว

    I am getting error in seed data as Exception Unhandled, I followed your video and made same but has a problem of exception handling, what to do brother

  • @purvikkatudiya4228
    @purvikkatudiya4228 2 ปีที่แล้ว

    While adding razor (crud) error: the selected code generator: 'the specified type 'CryptoDemo.Models.Coin' must be a non-interface reference type to be used as an entity type. '

    • @tutorpraveen
      @tutorpraveen  2 ปีที่แล้ว

      You can download the source code and check. The link is in the description.

  • @anbuanbu6591
    @anbuanbu6591 2 ปีที่แล้ว

    Hi, How to implement design patterns like company real time projects

    • @tutorpraveen
      @tutorpraveen  2 ปีที่แล้ว +1

      It depends on the requirements and the type of project. Usually, projects have an UI, an API layer and a database. These kind of project can have many design patterns within it. For example, when calling an API you should impement a retry pattern.

  • @jeisonfonseca4030
    @jeisonfonseca4030 2 ปีที่แล้ว +1

    Hi, how can I add front-end design?

    • @tutorpraveen
      @tutorpraveen  2 หลายเดือนก่อน

      You can use the .net views and javascript.