Microsoft.NET Question:
Download Job Interview Questions and Answers PDF
How to produce an assembly?
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.
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 Question | Next Question |
How to stop a thread? | What is satelite assembly? |