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#

Address Book Challenge. I need your feedback.

I have managed to complete the address book challenge, and I think it works fine. The only thing I didn't know how to do is saving the entries for future use. Currently when I close the program every entrie is lost. When I open the program again, I have to add entries all over. Not quite useful address book.

I need your feedback on how I could have better factored my code.

https://w.trhou.se/q6l4a4mfnq

1 Answer

Steven Parker
Steven Parker
231,108 Points

As the comments say, "In order to save the address book for later you’ll need to write it to a file." Saving to a file and re-reading it in another session is often called "serialization". And they also say this is something you will learn in a different course.

So for what was covered in this particular course, good job! :+1: