I wanted to make something for beginners, to show and easy way of creating and using a class and it's methods.
So here is a customer class, and a Console application that takes advantage of the class. It is mainly set, and get methods, with one or two extra methods you can play around with. It also has its own toString method to display the contents of the Customer object.
You can plug this into VS, and it will compile and run correctly.
You can use this for whatever you need, play around with it and add constructors or methods, and see what you can learn.