What are the types of assemblies in .net?



What are the types of assemblies in .net?..

Answer / Pravesh Kumar

In .NET, there are four types of assemblies: Executable (EXE), Dynamic-link library (DLL), Single File (Library), and Client Profile. Each type serves a specific purpose and is used accordingly based on the requirements of an application.nnExample:nn```csharpn// Executable assembly - console applicationnConsoleApplicatio
1.exenn// Dynamic-link library assembly - class librarynClassLibrary1.dllnn// Single File assembly - single file executable (with a manifest embedded in the EXE)nSingleFileApplicatio
1.exenn// Client Profile assembly - optimized version of an assembly for reducing deployment size and improving application startup timenClientProfile.dll```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is the difference between response.redirect & server.transfer?

1 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


Explain me what is encapsulation?

1 Answers  


Do you know what's the difference between .net and laravel?

1 Answers  


Without UDDI, is it possible to access a remote web service ?

1 Answers   RR, TCS, Tech Mahindra,


Difference between Debugging and tracing in .net

1 Answers  


What are use of Cloud computing....?

1 Answers   CTS,


What is CLR? How it will work?

3 Answers   NeoSoft,


Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?

2 Answers   Value Labs,


What are remotable objects in .NET Remoting?

1 Answers  


How does cas works?

1 Answers  


What is Code group in .Net with respect to CAS

1 Answers  


Categories