| |
|
|
ranveerbanga
: On
July 08, 2008 9:27 AM
said:
|
the zip file is empty. could you please upload the video. thanks
|
|
|
|
muhammed
: On
July 21, 2008 5:45 AM
said:
|
|
|
|
|
|
mike-g@bresnan.net
: On
October 19, 2008 1:27 PM
said:
|
I am an experienced developer in ASP.NET. I've used MVC in other projects developed in PHP, so the concepts of MVC are not at all foreign. I'm well versed in the use of interfaces, but you really went too fast for me on this one? Can you point me to other resources? Thanks, Mike
|
|
|
|
NikolaR
: On
November 15, 2008 1:32 PM
said:
|
I'm not very good with LINQ, but doesn't this grouping code support only one level of nesting?
|
|
|
|
gili
: On
December 26, 2008 5:43 PM
said:
|
I'm with mike on this. I'm a seasoned developer (asp.net web forms), and this was way too fast for me. I lost you completely. I prefer videos or tutorials that I can follow, stop by step, on my machine. Plus, the video quality is terrible, I can't see the code. So the bottom line is a big miss. Because obviously you know a lot, and we desperately need sources of information and samples on mvc.
|
|
|
|
joechung
: On
January 01, 2009 7:23 PM
said:
|
You could have grouped those categories with a single line of LINQ: from category in categories group category by category.ParentID into category_group select category_group; That produces an IGrouping<int, Category> which is a hashtable whose key is the Category ID and whose value is an IEnumerable<Category> with categories whose parent ID is the key.
|
|
|
|
joechung
: On
January 01, 2009 7:27 PM
said:
|
The single-line version: [C#] categories.GroupBy(c => c.ParentID) [VB] categories.GroupBy(Function(c) c.ParentID)
|
|
|
|
Al Brin
: On
April 19, 2009 7:28 PM
said:
|
Its a little difficult to understand your guest speaker.
|
|
|
|
Rjansz
: On
July 13, 2009 8:50 PM
said:
|
Thanks for another good movie, its really nice that you share your knowledge. P.S: The guest speaker is almost impossible to hear/understand, specially for me who not talk/use english as my main language. Maybe it would be nice with text in that part of your movies where the guest speakers are involved..
|
|
Leave a Comment
You must be logged in to leave a comment.
Click here to log in.