-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code for each chapter #2
Comments
yes, where are all examples???? |
Sorry, we are still working on completing this. It will be done within the next few weeks. |
Hi, Just wanted to add that I would also find this really useful. It's a great book so far, but I've already got a few problems with the website I'm building and I'm only at chapter 5! I'll keep checking back for more code samples. Thanks. |
Hi, so what happened with the development of the code examples? The last post is from 5 months ago and states that would have been done within a few weeks. Is this project down?? Thanks xD |
Sorry everyone - we all got bogged down, but we are actively working to get the code examples online ASAP. Please stay tuned. |
Hi, Error 1 'Ebuy.Website.Models.AuctionViewModel' does not contain a definition for 'Key' and no extension method 'Key' accepting a first argument of type 'Ebuy.Website.Models.AuctionViewModel' could be found (are you missing a using directive or an assembly reference?) c:\Users\guillo\Documents\CodeExamples-master\CodeExamples-master\Ebuy.Website\Views\Search\Search.cshtml 68 Ebuy.Website |
Still waiting on the examples.... :.( 👎 |
Yeah authors, come on. I am struggling to completely understand all of Chapter 5, and in order to understand it better, I was hoping to come here and get a working version of the code at the end of Ch. 5, but if cannot even get a working version (as comments above indicate), I am dead in the water; this book becomes useless to me. Do I need to buy another book, or are you authors going to get this done so that there really are code examples for "code throughout this book" as promised in the book? |
Wow six months, better yet a year and this has not been answered. I will research and provide an answer. |
Line 68 simply remove the .key from item.key var auctionUrl = Url.Action("Auction", "Auctions", new { id = item }); Now select the Ebuy.Website and build. Should fix it. Did for me. |
Usually a book about programming have code that is relevant for each chapter. But with this book I only see one final code - EBuy which doesn't even compile. Do you have plans for adding source code that is relevant to each chapter?
The text was updated successfully, but these errors were encountered: