Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Adding Our First Entity Using the Code First Workflow

I've been following along from C# Basics course up to this Entity Frameworks Basics course and just have a question about the repo instructor mentions at ~01:51. In his words he's creating a new src folder in the "repo he created earlier." The video shows app creation dialogue box saving to "C:\Users\Howard\Source\Repos\aspnet-comic-book-gallery-model;" is this the repo from the previous ASP.NET MVC Basics course? I may have named mine differently at the time and now don't recognize what he's doing here. I've also rewatched the videos leading up the this one within the Entity Basics course and don't see that we've created a repo here. Please help. I want to make sure I have everything I need for later in this course. Thanks.

Steven Parker
Steven Parker
231,110 Points

Perhaps James Churchill would care to comment, now that I've tagged him.

1 Answer

James Churchill
STAFF
James Churchill
Treehouse Teacher

Adam,

If you're following along, you only need a git repo if you want to commit your changes at the end of each video. The aspnet-comic-book-gallery-model repo was just an empty GitHub repo with a .gitignore file for Visual Studio.

Thanks ~James

Thanks so much! Just wanted to make sure I wasn't missing anything important for further down the line.