So I'm a Java programmer and I find that the easiest way for me to learn a language is by jumping right in.
I'm creating a class in C#, currently in Notepad++, and I'm wondering how I save it so I can import it in other programs. Do I build it into a .exe or something else? Do I include it with using <classname>
?
I can't really find anything with Google that satisfies my need. Any help is appreciated.
I'm not looking at Visual Studio as an answer. I'd really like to know how to do this from a command line.