| We can say that assembly is a combination
| |
| | because this is one of the drawback in of
|
| of single-file or multiple files in ASP
| |
| | DLL in the past.
|
| NET. The assembly which contains more
| |
| | In past, developers need to share
|
| then one file is dynamic link library
| |
| | libraries of code through DLL. And when
|
| (DLL) or we can also say it's an EXE
| |
| | same dll is needed in applications then
|
| file. In ASP.NET assembly contains
| |
| | users have to register that DLL on to the
|
| metadata that is pronounced as assembly
| |
| | machine. One of main thing in ASP NET is
|
| manifest. This manifest of assembly
| |
| | that the assembly is created by default
|
| contains data about the assembly
| |
| | when we build our application or DLL. We
|
| versioning, AuthorName, Security, Token
| |
| | can also check the details of the
|
| Key etc that's makes assembly popular and
| |
| | manifest of the assembly by using classes
|
| secure.
| |
| | located in the System.Reflection
|
| We can also say it's a big advantage of
| |
| | namespace. We can create two types of
|
| assembly and another big advantage of
| |
| | assemblies in ASP NET.
|
| using ASP.NET Assemblies is that
| |
| | Private Assembly
|
| programmer need not to create
| |
| | Shared Assembly
|
| applications without interfering with
| |
| | There are many advantages of assembly
|
| other applications on the system its
| |
| | some of them are as follows:
|
| means assembly requirement in one
| |
| | (1) Increased performance.
|
| application cannot harm another
| |
| | (2)Better code management and
|
| application that using that assembly
| |
| | encapsulation.
|
| because assembly in one application is
| |
| | (3)Introduces the n-tier concepts and
|
| not applied to another application.
| |
| | business logic.
|
| But one assembly can be shared with many
| |
| | In asp dot net System namespace and other
|
| applications. In asp dot net 2003
| |
| | namespaces like it i.e. System.Data,
|
| assembly is placed in Bin directory of
| |
| | System.Web are also pre-built assemblies
|
| the application that uses it. This
| |
| | that have been provided in the dot net
|
| advantage make assembly so popluar
| |
| | framework to us by Microsoft.
|