How to produce an assembly?



How to produce an assembly?..

Answer / Neha Joshi

An assembly in .NET is a executable file (EXE) or a DLL containing one or more compiled code modules, resources, and metadata.nnTo create an assembly, follow these steps:n
1. Write your code in Visual Studio or another .NET IDE.
2. Build the project by either pressing F5 to run the project or clicking on the Build button (or Build menu) to build the solution.
3. The output will be an executable (EXE) file or a DLL depending on the project type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

How do you start, pause, continue or stop a Windows service off the command line?

1 Answers  


What is gac in .net?

1 Answers  


How will you make .NET programs work in Linux ?

1 Answers  


What tools is used to develop .NET applications?

1 Answers  


Why do we use the “using” statement?

1 Answers  


what is machine key error in .NET how can we solve it?

1 Answers  


Is .net core free?

1 Answers  


What is the difference between reference type and value type?

1 Answers  


what is the keyword used for self reference?

1 Answers  


Explain the Difference between value and reference type.

2 Answers   Infosys, Wipro,


Which property is used in the email to send the content as HTML

1 Answers  


why .net does not support multiple inheritance?

2 Answers   Microsoft,


Categories