Pages






Saturday, February 16, 2008

Types Of Assemblies In ASP NET.





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
There are many advantages of assembly some of them are as follows:
(1) Increased performance.
(2)Better code management and encapsulation.
(3)Introduces the n-tier concepts and business logic.
In asp dot net System namespace and other namespaces like it i.e. System.Data, System.Web are also pre-built assemblies that have been provided in the dot net framework to us by Microsoft.
For more information on Dot Net Assembly visit dotnetquestion.info. You can also find Dot Net Jobs in gurgaon, delhi, ncr, noida by visiting this site.

0 comments: