Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful. I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd If you need DVDs or to download all the videos for offline viewing please visit www.pragimtech.com/order.aspx Slides and Text Version of the videos can be found on my blog csharp-video-tutorials.blogspot.com Tips to effectively use my youtube channel. ua-cam.com/video/y780MwhY70s/v-deo.html If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel. ua-cam.com/users/kudvenkat If you like these videos, please click on the THUMBS UP button below the video. May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them. Good Luck Venkat
My first job of the day is to open my laptop, get the materials you have posted and express my thanx to all your efforts once again thank you sir ......:)))))))):))))
solved. For me it was labour and expense.. so made a 'view mode class' with labour and IEnumerable public Labour labour { get; set; } public IEnumerable materialExpense { get; set; } -------------------- IEnumerable x = _context.labours.GroupJoin(_context.MaterialExpenses, d => d.Id, o => o.LabourId, (lab, expense) => new LabourReport() { labour = lab, materialExpense = expense }); and passed x to view. On the View the model was - @model IEnumerable I hope this is the right way..or is it ? D
Hi Venkat! You make me better programmer with your tutorials
Thank you very much for taking time to give feedback. This means a lot. I am very glad you found the videos useful.
I have organised all the Dot Net & SQL Server videos in to playlists, which could be useful to you
ua-cam.com/users/kudvenkatplaylists?view=1&sort=dd
If you need DVDs or to download all the videos for offline viewing please visit
www.pragimtech.com/order.aspx
Slides and Text Version of the videos can be found on my blog
csharp-video-tutorials.blogspot.com
Tips to effectively use my youtube channel.
ua-cam.com/video/y780MwhY70s/v-deo.html
If you want to receive email alerts, when new videos are uploaded, please subscribe to my youtube channel.
ua-cam.com/users/kudvenkat
If you like these videos, please click on the THUMBS UP button below the video.
May I ask you for a favor. I want these tutorials to be helpful for as many people as possible. Please share the link with your friends and family who you think would also benefit from them.
Good Luck
Venkat
very correct....
My first job of the day is to open my laptop, get the materials you have posted and express my thanx to all your efforts
once again thank you sir ......:)))))))):))))
No words to explain. Excellent teacher with patience, good examples and simplicity. God bless you and your family for generations.
Venkat, your tutorials are pretty much one of the best out there. I use them as a reference. Thank you a lot.
I 've never been understand this topic until today's, thank you
Nicely done sir! Very simple explanation of a complex concept. Thank you.
You are awesome!!!!!
Thanks.
Great Tutorial
Thanks a lot!
I hope I will add my comment when I finally land a job like others. Thank you.
thanks sir...
thnx a lot sir...
How can we pass this query result into an MVC dot net core view as a model? What should be the view model? Anyone pls help. Thanks
solved. For me it was labour and expense.. so made a 'view mode class' with labour and IEnumerable
public Labour labour { get; set; }
public IEnumerable materialExpense { get; set; }
--------------------
IEnumerable x = _context.labours.GroupJoin(_context.MaterialExpenses, d => d.Id, o => o.LabourId, (lab, expense) => new LabourReport() { labour = lab, materialExpense = expense }); and passed x to view. On the View the model was - @model IEnumerable
I hope this is the right way..or is it ? D
nice
c# God.