The output type of a C# program can be specified in Visual Studio or through command prompt
Showing posts with label C# assembly. Show all posts
Showing posts with label C# assembly. Show all posts
Tuesday, November 25, 2008
What are assemblies in C#?
A C# assembly is the compiled output of the program. An assembly is the tangible output of a program, which might be an executable (.exe) or a library (.dll).
Subscribe to:
Comments (Atom)