Hey Patrick! I really enjoy your videos, and I stopped by here after seeing .Include() in your udemy blazor ecommerce tutorial. Your content is very useful for the "how" factor of these technologies. I now know how to use these tools. But I know I would appreciate more of the "why" (ala IAmTimCorey). In this example I didn't even know the navigation types within stored class weren't automatic included. On your e-commerce tutorial, you tell us what to do but not always why we are doing it or how it works or why it is necessary. Again though your tutorials have been very valuable for me to see HOW professional apps get made but I wish they came with more context. Thank you for this awesome free content!
Patrick, amazing move. Superb. Keepit up. Can you include videos like calling stored procedure from .net 6 / 5, and using dapper. and splitting projects into small micro services and more....
thanks for your videos, I really like them. I have question, if I have a big domain model with nested classes in it about 5-6 levels, like class in a class, what is the best way to store them in a db. For getting them from db EF have to join about 5-6 tables which is not good I suppose. is it possible to do it to without losing performance? thanks in advance
Dear patric in my past trys; forexample i got class1 with properties list and list when i call from database i could not do like this; db.class1s.Include(x=>x.class2s).Include(x=>x.class3s).ToList()... it gives error. Right exampe is db.class1s.Include(x=>x.class2s).Include(y=>y.class3s).ToList().
Oh, c'm on, they are saving humanity so many times and you are lazy to put all their names ?? Hello, greetings from Bulgaria. Thank you for taking time to make and present those nice tutorials. Please tell, does AutoInclude means that Comics from now on will be always loaded with eager loaded Teams and and SuperHeroes.? Looks like if we want to load only Comics for any reason, it would be impossible.
Your videos make me feel warm and unlike the others at least i don't feel slow or dumb and i can do things at my pace
Thank God I came across your channel Mr. Patrick. This is exactly what I needed. Thank you.
Glad to hear that! Thanks a lot for your feedback! 😊
Hey Patrick!
I really enjoy your videos, and I stopped by here after seeing .Include() in your udemy blazor ecommerce tutorial.
Your content is very useful for the "how" factor of these technologies. I now know how to use these tools. But I know I would appreciate more of the "why" (ala IAmTimCorey). In this example I didn't even know the navigation types within stored class weren't automatic included.
On your e-commerce tutorial, you tell us what to do but not always why we are doing it or how it works or why it is necessary.
Again though your tutorials have been very valuable for me to see HOW professional apps get made but I wish they came with more context.
Thank you for this awesome free content!
Perfect Mr. God, thanks.
You're very welcome!
Simple and concrete, great video!! thanks
Thank you so much for your feedback! 😊
Thanx a lot for AutoInclude =)
Glad I could help! Thanks for your feedback! 😊
An other great video!! Many many thanks to you Patrick!!
Thank YOU! 😊
You are the best Patrick, thank you very much for the videos💪🏻
Thank you for the videos. I would like to see more Blazor user interface content.
Thank you for your feedback! A small introduction to MudBlazor is coming next week. So, stay tuned! 😊
Nice video Patrick, new suscribe. I wait for more .NET 6 content!
Thank you so much for the sub, Ramiro! Means a lot. 😊
Patrick, thanks a lot. I love your video. It would be great to see some more videos about .Net 6 where you would show us more API development.
Thank you so much, Adnan. Anything in particular you'd like to see? 😊
Great tutorial! I think it is, indeed, Detective Comics.
Thank you very much. I knew it! 😅
Obrigado pelo vídeo, excelente explicação Patrick!
Good videos man
Thank you very much! 😊
Great video. What I needed. Liked and subs
Good one!!
Thank you very much! 😊
Hi Patrick.
Excelente video, but i want one question.
How to select specific fields of the include? For example, only want comic.name and teams.name
I also have this question, if anyone knows...?
Hi Patrick, Nice video... One question, how to take top 3 rows of the included child... that's teams in your case
Patrick, amazing move. Superb. Keepit up. Can you include videos like calling stored procedure from .net 6 / 5, and using dapper. and splitting projects into small micro services and more....
sir can you add many to many and 1 to 1 on this example? I cant seem to figure it out with autoinclude?
Hi, may i know how to apply where condition after include statement? Like include(a=> a.comics).where(b=> b.id == 2).
Thanks in advance
it was amazing, thx
Do you suggest any roadmaps like day by day coding for improve the .net core skills ?
I think it's always a good idea to learn by building little projects. Maybe this is something for you: ruclips.net/video/hUZHv3tnQUo/видео.html
thanks for your videos, I really like them. I have question, if I have a big domain model with nested classes in it about 5-6 levels, like class in a class, what is the best way to store them in a db. For getting them from db EF have to join about 5-6 tables which is not good I suppose. is it possible to do it to without losing performance? thanks in advance
Dear patric in my past trys; forexample i got class1 with properties list and list when i call from database i could not do like this; db.class1s.Include(x=>x.class2s).Include(x=>x.class3s).ToList()... it gives error. Right exampe is db.class1s.Include(x=>x.class2s).Include(y=>y.class3s).ToList().
thanks .helpful
Hii Patrick nice video. btw I'm still confused between ToList() vs ToListAsync which is better performance-wise?
Shouldn't be any difference but async methods are usually preferred because you can pass in a cancellation token yo abort the transaction if required.
@@Wfmike Nice dude.. thank you
Have you ever encountered a situation where calling Include doesn't actually do anything?
Don't ignore squiggles!)
Oh, c'm on, they are saving humanity so many times and you are lazy to put all their names ??
Hello, greetings from Bulgaria. Thank you for taking time to make and present those nice tutorials.
Please tell, does AutoInclude means that Comics from now on will be always loaded with eager loaded Teams and and SuperHeroes.? Looks like if we want to load only Comics for any reason, it would be impossible.
Hi Patrick, yes you are correct DC stands for "Detective Comics". Very nice tutorial, thanks.
source: en.wikipedia.org/wiki/DC_Comics
Cool, thanks for the info! 😊