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 |
What is the difference between response.redirect & server.transfer?
What property do you have to set to tell the grid which page to go to when using the Pager object?
Explain me what is encapsulation?
Do you know what's the difference between .net and laravel?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
Difference between Debugging and tracing in .net
What are use of Cloud computing....?
What is CLR? How it will work?
Can we Classic ASP,.Net 1.0, .Net 1.x and .Net 2.0 installed on the same system?
What are remotable objects in .NET Remoting?
How does cas works?
What is Code group in .Net with respect to CAS