Тёмный

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

Teddy Smith
Подписаться 61 тыс.
Просмотров 96 тыс.
50% 1

ASP.NET Core Web API .NET 6 2022 - 2. Models
Github Repo For This Project: github.com/teddysmithdev/poke...
Twitter: / teddysmithdev
Github: github.com/teddysmithdev
Linkedin: / teddy-smith-015ba61a3

Хобби

Опубликовано:

 

9 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@justadude8716
@justadude8716 10 месяцев назад
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.
@imsambathratanak673
@imsambathratanak673 Год назад
amazing lesson step by step and more detail i love it 👍
@Salahology1
@Salahology1 2 года назад
Thank you Teddy
@rastapoile
@rastapoile 2 года назад
Very nice tutorial man, very well explained !
@deepankshugautam6513
@deepankshugautam6513 Месяц назад
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!!
@ramseykarr6870
@ramseykarr6870 Год назад
Amazing tutorial... please keep the videos coming...
@farzadhrydari2821
@farzadhrydari2821 Год назад
thank you for your course
@caseyspaulding
@caseyspaulding Год назад
So thankful your using uml diagrams and how you explain things, like we are hanging out 👍
@TeddySmithDev
@TeddySmithDev Год назад
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
@sundarakannandurairaj5987
@sundarakannandurairaj5987 6 месяцев назад
Great and simple tutorial thanks Teddy for the wonderful video..
@talhamohamed3446
@talhamohamed3446 Год назад
Thank you very much for your presence
@TeddySmithDev
@TeddySmithDev Год назад
no prob thanks for watching
@MrLaCritico
@MrLaCritico 11 месяцев назад
Thank you x2
@VukotaDjLewu95
@VukotaDjLewu95 Год назад
I love your tutorials, I love you, I love your dog and I love your keyboard! :D
@TeddySmithDev
@TeddySmithDev Год назад
haha thank you for watching Vukota!
@kvelez
@kvelez 2 месяца назад
Great.
@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.
@manishgarg8371
@manishgarg8371 8 месяцев назад
Nice
@gerardlanphear9185
@gerardlanphear9185 9 месяцев назад
Nice stuff I don't think "POCO" is specific to C#. To me it has been "Plain Old Class Object".
@kobakiria9295
@kobakiria9295 10 месяцев назад
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 10 месяцев назад
I hope, this won't make any difficulties for me in next videos.
@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 Год назад
You might need to enter a raw sql command to turn on identity in the database
@Cursix
@Cursix Год назад
@@TeddySmithDev does that happend to u every one ? Or just some people?
@TeddySmithDev
@TeddySmithDev Год назад
@@Cursix it depends. EF core might not have configured it.
@Cursix
@Cursix Год назад
@@TeddySmithDev can u make ef core configure it ?
@dror-krief
@dror-krief Месяц назад
love you 😘 man 8:11 you made my day 😄 2:23
@SweepAndZone
@SweepAndZone 3 месяца назад
love you dude
@TeddySmithDev
@TeddySmithDev 3 месяца назад
Luv u too buddy
@ReemaSharma-if5hd
@ReemaSharma-if5hd Месяц назад
Arre we creating tables or we are doing it through models?
@deepakgautam6904
@deepakgautam6904 Год назад
where is the link of UML diagram it not in github repo
@TeddySmithDev
@TeddySmithDev Год назад
In description
@loryteck
@loryteck Год назад
where we can get the database ?
@TeddySmithDev
@TeddySmithDev Год назад
database is long gone. I formatted PC with it a couple months ago
@khanh7817
@khanh7817 9 месяцев назад
Hi, can i use mysql instead? if not, which version can i install sql server?
@TeddySmithDev
@TeddySmithDev 9 месяцев назад
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.
@TedTech
@TedTech 5 месяцев назад
hey Teddy is there any alternative way to develop in macOS? i cannot use SQL
@TeddySmithDev
@TeddySmithDev 5 месяцев назад
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 👍
@Jared-abcdef
@Jared-abcdef Год назад
If you can't rename your folder, turn off your server
@cecilmcintosh864
@cecilmcintosh864 11 месяцев назад
You can have chatGpt rename your folder 😂
@SweepAndZone
@SweepAndZone 3 месяца назад
are you ok? @@cecilmcintosh864
@Danger00700
@Danger00700 18 дней назад
Man you're a life saver, I'm going nuts over this😅
Далее
C# Builder Строитель | Design Patterns
30:04
Brutally honest advice for new .NET Web Developers
7:19
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
Просмотров 1,5 млн
ASP.NET Core Web API - 6. GET & Read Methods [PART 1]
36:24
Coding Short: Using Bearer Tokens in .NET 8 Identity
14:31
The Cost of Calibers
0:58
Просмотров 15 млн
Who has won ?? 😀 #shortvideo #lizzyisaeva
0:24
Просмотров 22 млн