ASP.NET Core Web API .NET 6 2022 - 2. Models

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

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

  • @justadude8716
    @justadude8716 Год назад +5

    Awesome video! This channel is a goldmine of practical information, it may not be an in-depth 1 hour video per concept but it makes rubber hit the road.

  • @davidkonekpieri9976
    @davidkonekpieri9976 Год назад +5

    Absolutely beautiful videos for my type .You really explain every bit of lines to my understanding.

  • @deepankshugautam6513
    @deepankshugautam6513 3 месяца назад

    Thanks a lot for this course,you are doing great work.Not a lot of great content exists out there around this topic but yours is definitely a gem!!
    May God bless you!!

  • @caseyspaulding
    @caseyspaulding Год назад +4

    So thankful your using uml diagrams and how you explain things, like we are hanging out 👍

    • @TeddySmithDev
      @TeddySmithDev  Год назад +1

      no prob casey. I saw you donated $3 to my patreon. Thank you for that!

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

      @@TeddySmithDev figured I should at least do that and comment and like a bunch lol

  • @talhamohamed3446
    @talhamohamed3446 Год назад +2

    Thank you very much for your presence

  • @willgordon5737
    @willgordon5737 11 дней назад

    Hey Teddy, amazing context! I'm really enjoying it so far-keep up the great work! Fun fact: did you know the original Pokémon Red for Game Boy was programmed using Assembly language? 😱 When I think about Assembly language, even the most complex C# concepts seem easy!

  • @imsambathratanak673
    @imsambathratanak673 Год назад +1

    amazing lesson step by step and more detail i love it 👍

  • @sundarakannandurairaj5987
    @sundarakannandurairaj5987 8 месяцев назад

    Great and simple tutorial thanks Teddy for the wonderful video..

  • @ramseykarr6870
    @ramseykarr6870 2 года назад +1

    Amazing tutorial... please keep the videos coming...

  • @Salahology1
    @Salahology1 2 года назад +1

    Thank you Teddy

  • @rastapoile
    @rastapoile 2 года назад +1

    Very nice tutorial man, very well explained !

  • @farzadhrydari2821
    @farzadhrydari2821 Год назад +1

    thank you for your course

  • @dror-krief
    @dror-krief 2 месяца назад

    love you 😘 man 8:11
    you made my day 😄 2:23

  • @kobakiria9295
    @kobakiria9295 11 месяцев назад +1

    I do not know how it happened but during creating Owner's class, you created 3 properties, but you actually required 4 according to your seed. When I copied your GitHub Seed code, there was FirstName and LastName objects in there but we only had Name property. Also, Rating was not included in review's class, therefore it caused errors. I just edited those classes but someone, who is not good at this, might mess up, so, please, make a note somewhere, maybe in description.

    • @kobakiria9295
      @kobakiria9295 11 месяцев назад

      I hope, this won't make any difficulties for me in next videos.

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

    I love your tutorials, I love you, I love your dog and I love your keyboard! :D

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

    Nice stuff I don't think "POCO" is specific to C#. To me it has been "Plain Old Class Object".

  • @kvelez
    @kvelez 3 месяца назад

    Great.

  • @Jared-abcdef
    @Jared-abcdef Год назад +4

    If you can't rename your folder, turn off your server

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

      You can have chatGpt rename your folder 😂

    • @SweepAndZone
      @SweepAndZone 5 месяцев назад

      are you ok? @@cecilmcintosh864

    • @Danger00700
      @Danger00700 2 месяца назад

      Man you're a life saver, I'm going nuts over this😅

  • @manishgarg8371
    @manishgarg8371 9 месяцев назад

    Nice

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

    Thank you x2

  • @goliathmb18
    @goliathmb18 2 года назад +1

    I am still learning some stuff and am wondering if this is correct, testing it with swagger seemed like it was working, what i did was use a scaffold command in package manager console to construct the models from a existing database, then i right click on controllers and select add> new scaffold item> Api controller with actions using entity framework, i was wondering if this is also a right way to do it?? in swagger it seems to be working??? any idea??

    • @TeddySmithDev
      @TeddySmithDev  2 года назад +1

      I've got the video on scaffolding coming up. If you run it now it probably won't work. If it does it won't be correct.

  • @ReemaSharma-if5hd
    @ReemaSharma-if5hd 3 месяца назад

    Arre we creating tables or we are doing it through models?

  • @SweepAndZone
    @SweepAndZone 5 месяцев назад

    love you dude

  • @TedTech
    @TedTech 6 месяцев назад

    hey Teddy is there any alternative way to develop in macOS? i cannot use SQL

    • @TeddySmithDev
      @TeddySmithDev  6 месяцев назад

      Easiest would be switch out SQL server for Postgres. Also, you can use Docker to create tiny instance of SQL server. My new Web API course is also in VS Code too 👍

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

    Hi teddy sorry to bother u but i got e question so when i build my relation table every time i put my own value lets say i have product and categroy i created a new product but with id of existing categroy it keeps telling me idinity colom is turn off but why doesnt it let me ude already exisiting values if i got a relationship going on

    • @TeddySmithDev
      @TeddySmithDev  Год назад +1

      You might need to enter a raw sql command to turn on identity in the database

    • @Cursix
      @Cursix Год назад +1

      @@TeddySmithDev does that happend to u every one ? Or just some people?

    • @TeddySmithDev
      @TeddySmithDev  Год назад +1

      @@Cursix it depends. EF core might not have configured it.

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

      @@TeddySmithDev can u make ef core configure it ?

  • @loryteck
    @loryteck Год назад +1

    where we can get the database ?

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

      database is long gone. I formatted PC with it a couple months ago

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

    Hi, can i use mysql instead?
    if not, which version can i install sql server?

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

      Sure you could easily switch out databases in the program.cs and it likely wouldn’t even effect functionality. I’m a Postgres and MSSQL so I don’t know much about mysql.

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

    where is the link of UML diagram it not in github repo