"As a student in CS 460 I want to write an example C# application so I can prove that I know the C# language and can work in the professional Visual Studio environment."
String
class but convention says you use the string
type name -- so please do that. Please follow all C# conventions for naming things (names that start with upper case for example). The code does not have to be exactly the same as long as the behavior is the same. Don't worry about making accessibility modifiers the same.To reiterate the purpose of this homework, we want to learn as much C# and Visual Studio as possible this week. Don't get lulled into thinking it's just the same as Java and so you don't need to learn anything. It is its own language and Visual Studio is a large and complicated IDE. It is a larger and richer language than Java and we want to use those features. It has some quirks. It has namespaces, extension methods, lambda functions and in and out variables. Surprisingly, I didn't think I'd like it but I do. Between Java and C# I'd much rather write in C#.