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 Жыл бұрын
Absolutely beautiful videos for my type .You really explain every bit of lines to my understanding.
@deepankshugautam65136 ай бұрын
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 Жыл бұрын
Thank you very much for your presence
@TeddySmithDev Жыл бұрын
no prob thanks for watching
@caseyspaulding2 жыл бұрын
So thankful your using uml diagrams and how you explain things, like we are hanging out 👍
@TeddySmithDev2 жыл бұрын
no prob casey. I saw you donated $3 to my patreon. Thank you for that!
@caseyspaulding Жыл бұрын
@@TeddySmithDev figured I should at least do that and comment and like a bunch lol
@imsambathratanak673 Жыл бұрын
amazing lesson step by step and more detail i love it 👍
@sundarakannandurairaj598711 ай бұрын
Great and simple tutorial thanks Teddy for the wonderful video..
@ramseykarr68702 жыл бұрын
Amazing tutorial... please keep the videos coming...
@rastapoile2 жыл бұрын
Very nice tutorial man, very well explained !
@willgordon57373 ай бұрын
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!
@Salahology12 жыл бұрын
Thank you Teddy
@farzadhrydari2821 Жыл бұрын
thank you for your course
@CikaVuksan2 жыл бұрын
I love your tutorials, I love you, I love your dog and I love your keyboard! :D
@TeddySmithDev2 жыл бұрын
haha thank you for watching Vukota!
@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 Жыл бұрын
I hope, this won't make any difficulties for me in next videos.
@goliathmb182 жыл бұрын
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??
@TeddySmithDev2 жыл бұрын
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-krief6 ай бұрын
love you 😘 man 8:11 you made my day 😄 2:23
@gerardlanphear9185 Жыл бұрын
Nice stuff I don't think "POCO" is specific to C#. To me it has been "Plain Old Class Object".
@kvelez7 ай бұрын
Great.
@ReemaSharma-if5hd6 ай бұрын
Arre we creating tables or we are doing it through models?
@manishgarg8371 Жыл бұрын
Nice
@MrLaCritico Жыл бұрын
Thank you x2
@TedTech10 ай бұрын
hey Teddy is there any alternative way to develop in macOS? i cannot use SQL
@TeddySmithDev10 ай бұрын
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Ай бұрын
god bles you
@Cursix2 жыл бұрын
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
@TeddySmithDev2 жыл бұрын
You might need to enter a raw sql command to turn on identity in the database
@Cursix2 жыл бұрын
@@TeddySmithDev does that happend to u every one ? Or just some people?
@TeddySmithDev2 жыл бұрын
@@Cursix it depends. EF core might not have configured it.
@Cursix2 жыл бұрын
@@TeddySmithDev can u make ef core configure it ?
@Jared-abcdef Жыл бұрын
If you can't rename your folder, turn off your server
@cecilmcintosh864 Жыл бұрын
You can have chatGpt rename your folder 😂
@SweepAndZone8 ай бұрын
are you ok? @@cecilmcintosh864
@Danger007005 ай бұрын
Man you're a life saver, I'm going nuts over this😅
@khanh7817 Жыл бұрын
Hi, can i use mysql instead? if not, which version can i install sql server?
@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 Жыл бұрын
where is the link of UML diagram it not in github repo
@TeddySmithDev Жыл бұрын
In description
@leonardopulgar50311 күн бұрын
Bless you 😂💪
@SweepAndZone8 ай бұрын
love you dude
@TeddySmithDev8 ай бұрын
Luv u too buddy
@loryteck Жыл бұрын
where we can get the database ?
@TeddySmithDev Жыл бұрын
database is long gone. I formatted PC with it a couple months ago
@ka-zb6zd27 күн бұрын
Can I get the sql file in sqlserver ? . I can create this databse :))