Skip to content
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

Open
bluee opened this issue Oct 7, 2012 · 9 comments
Open

Code for each chapter #2

bluee opened this issue Oct 7, 2012 · 9 comments
Assignees

Comments

@bluee
Copy link

bluee commented Oct 7, 2012

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?

@mardsystems
Copy link

yes, where are all examples????
greatful!

@jchadwick
Copy link
Member

Sorry, we are still working on completing this. It will be done within the next few weeks.

@ghost ghost assigned jchadwick Oct 23, 2012
@ghost
Copy link

ghost commented Oct 26, 2012

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.

@minuz
Copy link

minuz commented Apr 3, 2013

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??
I'm reading the book and it would be really useful to see working examples as an extension of the learning process.

Thanks xD

@jchadwick
Copy link
Member

Sorry everyone - we all got bogged down, but we are actively working to get the code examples online ASAP. Please stay tuned.

@GTres
Copy link

GTres commented May 7, 2013

Hi,
One error:

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

@Lionheart831
Copy link

Still waiting on the examples.... :.( 👎

@Notso
Copy link

Notso commented Jul 3, 2013

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?

@moojjoo
Copy link
Contributor

moojjoo commented Dec 30, 2013

Wow six months, better yet a year and this has not been answered. I will research and provide an answer.

@moojjoo
Copy link
Contributor

moojjoo commented Dec 30, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants