I know that probably most of us don't like starting our programs from scratch. Whenever I had to do a project, I tend to copy/paste from something I did before, delete the extra stuff that I don't need than then work from there. In C++ for example there was a particular program I wrote for an assignment in college that had input/output as well as a class structure.
I was wondering if there was some kind of starter program that had all the basic architecture common for a C# program a little more complex than what they give you when you start a project in Visual Studio, maybe something simple that defines a class, maybe has simple input/output (printing hello world to screen or to a text file even). I kind of dabble between multiple programming languages and I always blank on syntax when I'm starting a new program and so it takes me about 15 minutes to get my bearings.
I apologize if this is a stupid question.
I was wondering if there was some kind of starter program that had all the basic architecture common for a C# program a little more complex than what they give you when you start a project in Visual Studio, maybe something simple that defines a class, maybe has simple input/output (printing hello world to screen or to a text file even). I kind of dabble between multiple programming languages and I always blank on syntax when I'm starting a new program and so it takes me about 15 minutes to get my bearings.
I apologize if this is a stupid question.