ASP.NET Core Web API .NET 8 2024 - 2. Models

Тәжірибелік нұсқаулар және стиль

ASP.NET Core Web API .NET 8 2024 - 2. Models
Github for project: github.com/teddysmithdev/FinS...
Twitter: / teddysmithdev
Github: github.com/teddysmithdev
Linkedin: / teddy-smith-015ba61a3

Пікірлер: 41

  • @DChristop
    @DChristop4 күн бұрын

    Awesome teaching!!!

  • @caseyspaulding
    @caseyspaulding4 ай бұрын

    Awesome teaching. API's where its at. Love all your visuals for explaining things

  • @SohailKhan-ll9kh
    @SohailKhan-ll9kh6 ай бұрын

    Amazing course. Subscribed!

  • @shafialanower3820
    @shafialanower38206 ай бұрын

    “We are gonna go deep in this video” 😂 I swear you are the unintentional funniest person teaching these stuff. Not a single video where I don’t crack a smile LOL

  • @chrisfanara1224
    @chrisfanara12243 ай бұрын

    You make me laugh man, AND learn. Appreciate you!

  • @stanleyjekwu6810
    @stanleyjekwu68106 ай бұрын

    Great stuff Teddy...I'm happy for this series...your MVC series 2022(RunersClub cleared me on MVC forever 😂)...I will join this series ASAP

  • @Khal_Rheg0
    @Khal_Rheg02 ай бұрын

    Thank you!

  • @ucheemmanuel2302
    @ucheemmanuel230215 сағат бұрын

    I really learnt a lot but I have a question: what extension helps u auto add the required namespace while you type the code?

  • @joaogabrielv.m328
    @joaogabrielv.m3286 ай бұрын

    Beginning 2024 with all the boost, sup Teddy!

  • @TeddySmithDev

    @TeddySmithDev

    6 ай бұрын

    Yoooo wht up my guy

  • @restocked
    @restocked6 ай бұрын

    Very good.

  • @andstrangecount4703
    @andstrangecount47032 ай бұрын

    what's the softwere u are using is when u explaining stuff in the start ?

  • @petebass4959
    @petebass49594 ай бұрын

    really good stuff

  • @TeddySmithDev

    @TeddySmithDev

    4 ай бұрын

    Thanks Pete!

  • @TheAndyCooperz
    @TheAndyCooperz6 ай бұрын

    Hi Teddy, another great video... very detailed! Is there any benefit to using List over an interface either IEnumerable or IList. I've read that it's always better to use an interface over concrete classes, any thoughts? Thanks again :)

  • @TeddySmithDev

    @TeddySmithDev

    6 ай бұрын

    Yeah interface would actually be the optimal choice in this case. You would get benefit that if you ever changed to another collection it would still work. I naturally always want to use List for everything out of habit lol

  • @ricardovilla4072
    @ricardovilla40726 ай бұрын

    Hey man, happy new year, keep the good work! Maybe i missed that part, but its any reason to use vscode over vs?

  • @TeddySmithDev

    @TeddySmithDev

    6 ай бұрын

    I got asked for VS code .NET constantly. Visual Studio is a huge barrier to entry for people. Also so after learning with VS code they can move onto my VS videos!

  • @ronjohnson123

    @ronjohnson123

    6 ай бұрын

    @@TeddySmithDev would you recommend following along in vscode if your already comfortable in VS or do you think it would be best to follow in VS?

  • @TeddySmithDev

    @TeddySmithDev

    6 ай бұрын

    If you’re already comfortable with VS, I’d go VS. the only bad part tho is that VS doesn’t pair well with React. Pure API tho VS is unbeatable.

  • @alghifariariefnoerwangsa6052
    @alghifariariefnoerwangsa60523 ай бұрын

    Pardon Mr. Ted, is there any extentsions in VS Code to support building .NET App?

  • @TeddySmithDev

    @TeddySmithDev

    3 ай бұрын

    C# extensions by JosCreativ

  • @jaymartinez311
    @jaymartinez3116 ай бұрын

    First off thank you for the series 🙏🏾. I hope 🤞🏾 at some point we get to some auth, since read dotnet 8 updated it. If you can help please tell me what website is that where you have your diagrams?

  • @TeddySmithDev

    @TeddySmithDev

    6 ай бұрын

    Yeah it’s got auth! Also, diagrams are made on Microsoft Whiteboard but there’s no way to share them.

  • @Danger00700
    @Danger00700Ай бұрын

    Hey can someone help on why I'm not getting the auto complete suggestions like Empty in my vs code, I have installed C# DevKit

  • @curtpenote3906

    @curtpenote3906

    Ай бұрын

    I think you need this IntelliCode for C# Dev Kit

  • @4404
    @44046 ай бұрын

    please explain for us identity, authentication and authorization ♥

  • @malds.0629
    @malds.06294 ай бұрын

    What is a best way to work with money? I heard so many times in other programming languages that it's important to use int cents, not decimal dollars. What is conventional in c#?

  • @TeddySmithDev

    @TeddySmithDev

    4 ай бұрын

    Decimal. Not using decimal will cause weird rounding issues.

  • @malds.0629

    @malds.0629

    4 ай бұрын

    @@TeddySmithDev thank you very much for replying!

  • @rubendavidperezb.chaveco4062
    @rubendavidperezb.chaveco40625 ай бұрын

    3:56 I don't know Teddy, I don't know if there are other parents who are so cruel as to name their child that

  • @TeddySmithDev

    @TeddySmithDev

    5 ай бұрын

    🤣

  • @curtisdave2858
    @curtisdave28584 ай бұрын

    Hi Teddy, I have a question. Why couldn't we just set those properties as nullable, than make them empty ?

  • @TeddySmithDev

    @TeddySmithDev

    4 ай бұрын

    You could do that too. Personal preference.

  • @MindBodyMeditate
    @MindBodyMeditate5 ай бұрын

    steve jobs likes WHAT!?!

  • @Darbokst
    @Darbokst5 ай бұрын

    your stock and comments classes are public, so you wouldn't need the get; set ?

  • @alucard4974
    @alucard49745 ай бұрын

    how to change: ... ...() { } to ...() { } in VSC for c#/all languages?

  • @jungvlog253
    @jungvlog2534 ай бұрын

    Can someone help me Why I'm having error with this part of the code? [Column(TypeName = "decimal(18,2)")] The type or namespace name "ColumnAttribute" could not be found (are you missing a using directive or an assembly reference?) CS0246

  • @TeddySmithDev

    @TeddySmithDev

    4 ай бұрын

    Try running "dotnet build" in terminal. Sounds like the DLL files are corrupt/messed up.

  • @11-41

    @11-41

    4 ай бұрын

    try to add this: using System.ComponentModel.DataAnnotations.Schema;

Келесі