Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on Assemblys within the VB.NET forums, part of the Software Development category; Hi Could anyone please define an assembly? Is that like each class file in a project or DLL per project? if i build a site with 5 pages say and ...
|
|||||||
|
|||
|
Assemblys
Hi
Could anyone please define an assembly? Is that like each class file in a project or DLL per project? if i build a site with 5 pages say and 1 class would that just have 1 assembly? thanks a lot |
| Sponsored Links |
|
|||
|
Re: Assemblys
Assembly is an logical, reusable, deployable, versionable unit in .net
either an exe or dll is nothing but assembly. each project can have multiple assemblys. if u build a website(2.0) different webpage will have different dll, if it is a web application then all web pages will be in one dll (assembly). |
|
|||
|
Re: Assemblys
Hi,
An Assembly is a logical unit of code.It exist as DLLs or EXEs. One assembly can contain one or more files. The constituent files can include any file types like image files, text files etc. along with DLLs or EXEs . If u build a website with different application then all web pages will be in one assembly. Thanks, Riju. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how deploy the global assemblys to the client. | radhikakumar | ASP.NET | 1 | 06-13-2007 10:48 AM |