Dot Net - Assembly in Asp Net

12/21/2009

We can say that assembly is a combination of single-file or multiple files in ASP NET. The assembly which contains more then one file is dynamic link library (DLL) or we can also say it's an EXE file. In ASP.NET assembly contains metadata that is pronounced as assembly manifest. This manifest of assembly contains data about the assembly versioning, AuthorName, Security, Token Key etc that's makes assembly popular and secure.

We can also say it's a big advantage of assembly and another big advantage of using ASP.NET Assemblies is that programmer need not to create applications without interfering with other applications on the system its means assembly requirement in one application cannot harm another application that using that assembly because assembly inone application is not applied to another application.

However, sets can be shared by many applications. In the ASP Point Network Conference in 2003 to use it in this application directory. This advantage enables assembly attack, because it is one of the shortcomings in the DLL in the past.

In past, developers need to share libraries of code through DLL. And when same dll is needed in applications then users have to register that DLL on to the machine. One of main thing in ASP NET is that the assembly is created by default when we build our application or DLL. We can also check the details of the manifest of the assembly by using classes located in the System.Reflection namespace. We can create two types of assemblies in ASP NET.

Private Assembly

Shared Assembly

Assembly has many advantages, some of which are as follows:

(1) Increased performance.

(2) better code management and packaging.

(3) Represents the n-tier concepts and business logic.

In the ASP-point network name space and other similar naming space, System.Data, System.Web procedures point of pre-built Microsoft NET Framework has been provided to us by the assembly.

Posted in: asp.net| Tags: NET Application Assembly system asp advantage link dot combination dll

Hot Posts

Latest posts

Tags

Others

Sponsors

asp.net interview questions