Is assembly in C# similar to the translation unit in C++?
In C++, one .h, .cpp file is called a translation unit (preprocess finished state). Equally, is one .cs file called assembly in C#?
Or is that the same as assembly in C++'s low level language?