What are assemblies?



What are assemblies?..

Answer / Jagveer Singh

Assemblies in C# are executable files (.exe) or library files (.dll) that contain compiled code, metadata, and resources. They serve as the basic building blocks for applications in .NET Framework. Each assembly has a unique name (Fully Qualified Name), version, culture, public key token (if strong named), and processor architecture.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

When should we use delegates in c#?

1 Answers  


what is full assembly reference

1 Answers  


What is interface inheritance in c#?

1 Answers  


Explain the difference between // comments, /* */ comments and /// comments?

1 Answers  


How to exclude a property from xml serialization?

1 Answers  


Valuetype/reference type?

6 Answers   Microsoft,


Is c++ or c# better?

1 Answers  


Can an Assembly have multiple versions

13 Answers   TCS,


Why do we use polymorphism in c#?

1 Answers  


Why should I use interface in c#?

1 Answers  


What is meant by desktop application?

1 Answers  


What is difference between property and variable in c#?

1 Answers  


Categories