Answer Posted / kirti
Assemblies are the building blocks of .NET Framework applications; they form the fundamental unit of deployment, version control, reuse, activation scoping, and security permissions. An assembly is a collection of types and resources that are built to work together and form a logical unit of functionality. An assembly provides the common language runtime with the information it needs to be aware of type implementations. To the runtime, a type does not exist outside the context of an assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
Explain the path instructions in xaml?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is user control in asp.net?
What are sessions in asp net?
What are demand-paging and pre-paging?
How will you load dynamic assembly?
Disable Mouse right click on web page in asp.net?
How to display Alert in ASP.NET
Describe the Server Control Events of ASP.NET?
What are server activated objects?
How can you use a custom controls in ASP.NET application?
What does uri mean?
How does asp.net work?
Which Is Faster MVC or ASP.net ?