Microsoft.NET Question:
Download Questions PDF

How to produce an assembly?

Microsoft.NET Interview Question
Microsoft.NET Interview Question

Answer:

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.

Download Microsoft.NET Interview Questions And Answers PDF

Previous QuestionNext Question
How to stop a thread?What is satelite assembly?