I'm trying to learn C # but I'm having a hard time understanding the file and folder hierarchy of Visual Studio 2013 Solution Explorer.
I can not understand why there are two .cs files, one for the design and another for the program itself.
Anyway, has anyone ever had this difficulty in understanding the file structure and some other important information in building the code?
Another question: Is it possible to create forms in C # using the Windows Console Application option of VS? I'm referring to the same way we do in Eclipse when we're going to create visual components using raw code.
Thank you.