Tweet
SIGN UP
MEMBER LOGIN:
TECHNOLOGIES
Active Directory in VB.NET
ADO.NET in VB.NET
Algorithms and VB.NET
ASP.NET AJAX in VB.NET
ASP.NET Controls in VB.NET
ASP.NET using VB.NET
Assemblies in VB.NET
COM Interop in VB.NET
Cryptography in VB.NET
Crystal Reports in VB.NET
Database & DBA
Deployment in VB.NET
Design & Architecture
DirectX with VB.NET
Enterprise Development
Exception Handling in VB.NET
Games Programming in VB.NET
GDI+ in VB.NET
General
LINQ with VB.NET
Mobile Development in VB.NET
Multithreading in VB.NET
Networking with VB.NET
Office and VB.NET
Printing in VB.NET
Remoting in VB.NET
Reports in VB.NET
Security in VB.NET
Silverlight using VB.NET
Speech in VB.NET
Strings, Arrays in VB.NET
Tablet PC
Tablet PC with VB.NET
VB.NET Articles
VB.NET FAQ
VB.NET How do I
VB.NET Language
VB.NET Tutorials
VBA
Visual Basic 11
Visual Basic 2010
Visual Basic Language
WCF with VB.NET
Web Applications in VB.NET
Web Forms with VB.NET
Web Service in VB.NET
Windows Controls in VB.NET
Windows Forms with VB.NET
Windows Service in VB.NET
Workflow in VB.NET
WPF using VB.NET
XAML in VB.NET
XML in VB.NET
FORUMS
BLOGS
Use of Excel.AddUnique Method in MS Excel to D ...
Use of PPT.ApplyTheme.BackgroundStyle in MS P ...
Use of PPT.InteractWithChartLocation in MS Pow ...
Simple Web Report With Pivot Table and Linq to ...
Print A Chart into a Byte Stream
Using New Audio Player Class With VB.NET
Display Top Ten Percent Item and bottom Ten pe ...
Use of PPT.ConvertTextToSmartArt in MS PowerP ...
How to Find Backup Folder Data Location Using ...
Calendar Control In WPF
Blog
What is Assembly
Posted by
Brijesh Jalan
in
Blogs
|
Assemblies in VB.NET
on
Jun 24, 2010
Assemblies are essential Part of ASP.net .Assembly is logical unit of code. Assemblie are a collection of Single-File and Multiple-File
Tweet
2240
0
0
Assemblies are essential Part of ASP.net .Assembly is logical unit of code. Assemblie are a collection of Single-File and Multiple-File.
The assembly that has more than one file contains either a dynamic link library or an .exe file.It contain a metadat which is also known as a assemblies manifest.Each assembly contaio information about it self thas is known as a assembly manifest.Manifest contain data about requirement of assembly,
author name of the assembly, the security require for the assembly requires to run(compile), and the various types of files that are the part of the assembly.
To use the dll that is developed by another developer for another application, you have to register that dll in your machine. In ASP.NET, the assembly is created by default whenever you build a dll..
There re mainly two type pf assemblies are create in ASP.net..
1.Private assemblies
2.Shared assemblies
Private assemblies are created when we make dll component while Shared assemblies are created when we make we want to share the files of component across with multiple application.This the basic use of private and share assemblies.
Advantages of using assemblies are
..
1.It increase the overall Performance
2.It cna use the N-tier Architecture
3.Used for bussiness Logic
4.Better user interaction
5. Easy to manage the code
share this blog :
Assembly in VB.NET
What is Assembly
post comment
Sponsored by
Become a Sponsor
More Blogs from this Blogger
What is Cookies?
What is Assembly
View All
Latest Blogs
Second Life: Land of the WEAK home of the BROKEN
use of datagrid and sum column in datagrid
Retrieving content of other page using C#
Caching in ASP.NET
Reading a text file in Asp.net
Read Number from a String
Populate combobox from excel
Edit, update and cancel the records in the datagrid.
Sort data in datagrid
Streaming in WCF
View All
Sponsored by
Become a Sponsor