No video

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

  Рет қаралды 57,116

Teddy Smith

Teddy Smith

Күн бұрын

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

Пікірлер: 49
@stanleyjekwu6810
@stanleyjekwu6810 7 ай бұрын
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
@shafialanower3820
@shafialanower3820 8 ай бұрын
“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
@chrisfanara1224 4 ай бұрын
You make me laugh man, AND learn. Appreciate you!
@caseyspaulding
@caseyspaulding 5 ай бұрын
Awesome teaching. API's where its at. Love all your visuals for explaining things
@joaogabrielv.m328
@joaogabrielv.m328 8 ай бұрын
Beginning 2024 with all the boost, sup Teddy!
@TeddySmithDev
@TeddySmithDev 8 ай бұрын
Yoooo wht up my guy
@DChristop
@DChristop Ай бұрын
Awesome teaching!!!
@SohailKhan-ll9kh
@SohailKhan-ll9kh 7 ай бұрын
Amazing course. Subscribed!
@ricardovilla4072
@ricardovilla4072 7 ай бұрын
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 7 ай бұрын
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 7 ай бұрын
@@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 7 ай бұрын
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.
@Khal_Rheg0
@Khal_Rheg0 3 ай бұрын
Thank you!
@petebass4959
@petebass4959 5 ай бұрын
really good stuff
@TeddySmithDev
@TeddySmithDev 5 ай бұрын
Thanks Pete!
@restocked
@restocked 7 ай бұрын
Very good.
@ucheemmanuel2302
@ucheemmanuel2302 Ай бұрын
I really learnt a lot but I have a question: what extension helps u auto add the required namespace while you type the code?
@omarossama3732
@omarossama3732 2 күн бұрын
intellsense
@TheAndyCooperz
@TheAndyCooperz 7 ай бұрын
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 7 ай бұрын
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
@jaymartinez311
@jaymartinez311 7 ай бұрын
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 7 ай бұрын
Yeah it’s got auth! Also, diagrams are made on Microsoft Whiteboard but there’s no way to share them.
@yourwellwisher15
@yourwellwisher15 10 күн бұрын
Why are you not using visual studio?
@andstrangecount4703
@andstrangecount4703 3 ай бұрын
what's the softwere u are using is when u explaining stuff in the start ?
@longthienmusic
@longthienmusic 24 күн бұрын
Is this entire playlist a complete roadmap for an actual project?
@TeddySmithDev
@TeddySmithDev 23 күн бұрын
If you want entire course look for “react .net finance project”. I’d post link but I’m on mobile.
@longthienmusic
@longthienmusic 23 күн бұрын
@@TeddySmithDev There are 70 videos in total, right?
@SYCS09YashSanjayGalphade
@SYCS09YashSanjayGalphade 20 күн бұрын
I want teddy's vs code theme. Any instructions to set up the same including the font colours, etx. basically everything
@TeddySmithDev
@TeddySmithDev 20 күн бұрын
install extensions "Night Owl Theme" and "Material Icons"
@alghifariariefnoerwangsa6052
@alghifariariefnoerwangsa6052 4 ай бұрын
Pardon Mr. Ted, is there any extentsions in VS Code to support building .NET App?
@TeddySmithDev
@TeddySmithDev 4 ай бұрын
C# extensions by JosCreativ
@malds.0629
@malds.0629 5 ай бұрын
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 5 ай бұрын
Decimal. Not using decimal will cause weird rounding issues.
@malds.0629
@malds.0629 5 ай бұрын
@@TeddySmithDev thank you very much for replying!
@rubendavidperezb.chaveco4062
@rubendavidperezb.chaveco4062 6 ай бұрын
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 6 ай бұрын
🤣
@Danger00700
@Danger00700 2 ай бұрын
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 2 ай бұрын
I think you need this IntelliCode for C# Dev Kit
@4404
@4404 7 ай бұрын
please explain for us identity, authentication and authorization ♥
@curtisdave2858
@curtisdave2858 5 ай бұрын
Hi Teddy, I have a question. Why couldn't we just set those properties as nullable, than make them empty ?
@TeddySmithDev
@TeddySmithDev 5 ай бұрын
You could do that too. Personal preference.
@MindBodyMeditate
@MindBodyMeditate 6 ай бұрын
steve jobs likes WHAT!?!
@Darbokst
@Darbokst 6 ай бұрын
your stock and comments classes are public, so you wouldn't need the get; set ?
@alucard4974
@alucard4974 6 ай бұрын
how to change: ... ...() { } to ...() { } in VSC for c#/all languages?
@jungvlog253
@jungvlog253 5 ай бұрын
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 5 ай бұрын
Try running "dotnet build" in terminal. Sounds like the DLL files are corrupt/messed up.
@11-41
@11-41 5 ай бұрын
try to add this: using System.ComponentModel.DataAnnotations.Schema;
ASP.NET Core Web API .NET 8 2024 - 3. Entity Framework
12:58
Teddy Smith
Рет қаралды 47 М.
Building Fluent Interfaces in TypeScript
16:15
Andrew Burgess
Рет қаралды 15 М.
Happy birthday to you by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 12 МЛН
🩷🩵VS👿
00:38
ISSEI / いっせい
Рет қаралды 28 МЛН
.NET and C# are in trouble. Here is what I'd do.
10:57
Ed Andersen
Рет қаралды 42 М.
Node.js is a serious thing now… (2023)
8:18
Code With Ryan
Рет қаралды 642 М.
ASP.NET Core Web API .NET 8 2024 -1. Create Project + Install
13:31
GM LEVY LETS GOOOOOOOOOOOOOOOO
30:40
GothamChess
Рет қаралды 509 М.
How .NET Aspire will save .NET (and its not about "the cloud")
8:54
3 Types of Projects That Will Make You a Programmer
8:12
Andy Sterkowitz
Рет қаралды 1 МЛН
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 158 М.
Is Blazor Better than React?
14:25
Gavin Lon
Рет қаралды 47 М.