Let’s follow the Microsoft C# programming guide here.
First off create a new .Net console application.

Next go ahead and right click and rename the Program class to
TestPerson.cs

This also renames the class to TestPerson.
Now in the next post we’ll create the new class!