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

  Рет қаралды 110,658

Teddy Smith

Teddy Smith

Күн бұрын

Пікірлер: 50
@justadude8716
@justadude8716 Жыл бұрын
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 Жыл бұрын
Absolutely beautiful videos for my type .You really explain every bit of lines to my understanding.
@deepankshugautam6513
@deepankshugautam6513 6 ай бұрын
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!!
@talhamohamed3446
@talhamohamed3446 Жыл бұрын
Thank you very much for your presence
@TeddySmithDev
@TeddySmithDev Жыл бұрын
no prob thanks for watching
@caseyspaulding
@caseyspaulding 2 жыл бұрын
So thankful your using uml diagrams and how you explain things, like we are hanging out 👍
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
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
@imsambathratanak673
@imsambathratanak673 Жыл бұрын
amazing lesson step by step and more detail i love it 👍
@sundarakannandurairaj5987
@sundarakannandurairaj5987 11 ай бұрын
Great and simple tutorial thanks Teddy for the wonderful video..
@ramseykarr6870
@ramseykarr6870 2 жыл бұрын
Amazing tutorial... please keep the videos coming...
@rastapoile
@rastapoile 2 жыл бұрын
Very nice tutorial man, very well explained !
@willgordon5737
@willgordon5737 3 ай бұрын
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!
@Salahology1
@Salahology1 2 жыл бұрын
Thank you Teddy
@farzadhrydari2821
@farzadhrydari2821 Жыл бұрын
thank you for your course
@CikaVuksan
@CikaVuksan 2 жыл бұрын
I love your tutorials, I love you, I love your dog and I love your keyboard! :D
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
haha thank you for watching Vukota!
@kobakiria9295
@kobakiria9295 Жыл бұрын
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 Жыл бұрын
I hope, this won't make any difficulties for me in next videos.
@goliathmb18
@goliathmb18 2 жыл бұрын
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 жыл бұрын
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.
@dror-krief
@dror-krief 6 ай бұрын
love you 😘 man 8:11 you made my day 😄 2:23
@gerardlanphear9185
@gerardlanphear9185 Жыл бұрын
Nice stuff I don't think "POCO" is specific to C#. To me it has been "Plain Old Class Object".
@kvelez
@kvelez 7 ай бұрын
Great.
@ReemaSharma-if5hd
@ReemaSharma-if5hd 6 ай бұрын
Arre we creating tables or we are doing it through models?
@manishgarg8371
@manishgarg8371 Жыл бұрын
Nice
@MrLaCritico
@MrLaCritico Жыл бұрын
Thank you x2
@TedTech
@TedTech 10 ай бұрын
hey Teddy is there any alternative way to develop in macOS? i cannot use SQL
@TeddySmithDev
@TeddySmithDev 10 ай бұрын
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 👍
@seddikbelkacemi5947
@seddikbelkacemi5947 Ай бұрын
god bles you
@Cursix
@Cursix 2 жыл бұрын
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 2 жыл бұрын
You might need to enter a raw sql command to turn on identity in the database
@Cursix
@Cursix 2 жыл бұрын
@@TeddySmithDev does that happend to u every one ? Or just some people?
@TeddySmithDev
@TeddySmithDev 2 жыл бұрын
@@Cursix it depends. EF core might not have configured it.
@Cursix
@Cursix 2 жыл бұрын
@@TeddySmithDev can u make ef core configure it ?
@Jared-abcdef
@Jared-abcdef Жыл бұрын
If you can't rename your folder, turn off your server
@cecilmcintosh864
@cecilmcintosh864 Жыл бұрын
You can have chatGpt rename your folder 😂
@SweepAndZone
@SweepAndZone 8 ай бұрын
are you ok? @@cecilmcintosh864
@Danger00700
@Danger00700 5 ай бұрын
Man you're a life saver, I'm going nuts over this😅
@khanh7817
@khanh7817 Жыл бұрын
Hi, can i use mysql instead? if not, which version can i install sql server?
@TeddySmithDev
@TeddySmithDev Жыл бұрын
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
@TeddySmithDev
@TeddySmithDev Жыл бұрын
In description
@leonardopulgar503
@leonardopulgar503 11 күн бұрын
Bless you 😂💪
@SweepAndZone
@SweepAndZone 8 ай бұрын
love you dude
@TeddySmithDev
@TeddySmithDev 8 ай бұрын
Luv u too buddy
@loryteck
@loryteck Жыл бұрын
where we can get the database ?
@TeddySmithDev
@TeddySmithDev Жыл бұрын
database is long gone. I formatted PC with it a couple months ago
@ka-zb6zd
@ka-zb6zd 27 күн бұрын
Can I get the sql file in sqlserver ? . I can create this databse :))
ASP.NET Core Web API .NET 6 2022 - 3. One-To-Many Relationships
11:47
ASP.NET Core Web API .NET 6 2022 - 4. Installing Entity Framework
26:44
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 11 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 189 МЛН
快乐总是短暂的!😂 #搞笑夫妻 #爱美食爱生活 #搞笑达人
00:14
朱大帅and依美姐
Рет қаралды 13 МЛН
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 264 М.
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 85 М.
Exploration 6
3:08
Jane Lee
Рет қаралды 7
Plus One - 66. LeetCode - Java
6:53
Teddy Smith
Рет қаралды 241
C# Classes Tutorial | Mosh
14:25
Programming with Mosh
Рет қаралды 286 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 11 МЛН