How to produce an assembly?

Submitted by: Administrator
Goto command prompt Ist you have to set the path and type csc /t:library filename then you will be created assembly which will stored in the application directory.

for ex. i have file with hello.cs

i used to csc /t:library hello.cs

then it became hello.dll. stored in the application directory.
Submitted by: Administrator

Read Online Microsoft.NET Job Interview Questions And Answers