Protected Class in Assembly

What is assembly in .NET and What do you mean by protected class always present in the same assembly?

Questions by surendra_sahu786   answers by surendra_sahu786

Showing Answers 1 - 3 of 3 Answers

The .NET assembly is a standard for the components built with Microsoft.NET.Assemblies can be executable (.exe) or non executable such as .dll(dynamic link library).

There are two kind of assemblies in .NET;

1.private
2.shared

Since every assembly is self-describing through metadata. .NET can automatically locate referenced assemblies the protected class is always present in the same assembly..

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions