c# - what is the need of assembly ? why we use them? -


Why is assembly required? Why do we use them? Is it possible to program without assembly? Are the assemblies created automatically? Let's say I'm developing an ASP.NET Web project, which includes any assembly? Can you list for example?

Excerpt: "There are assemblies. They include deployment, version control, reuse, activation skoping and security permissions Is a basic type of unit, a assembly type and a collection of resources that are created to work together and make a logical unit of functionality. "

In the .net one of the assembly codes The unit is a single executable, library or module Has been compiled with. Whenever you compile the code, you will generate an assembly I do not believe that without using the assembly, There is a way to use NET code.

You can use reflection to learn about the type of assembly as well as other metadata.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -