Geeks Talk

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.

Assemblys

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 ...

Go Back   Geeks Talk > Software Development > VB.NET
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read

VB.NET Visualbasic.NET

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-01-2009
Junior Member
 
Join Date: Mar 2009
Location: swinton
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
erics44 is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-19-2009
Junior Member
 
Join Date: Nov 2007
Posts: 26
Thanks: 2
Thanked 4 Times in 4 Posts
shilpa.c is on a distinguished road
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).
Reply With Quote
  #3 (permalink)  
Old 08-19-2009
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 984
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
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.
Reply With Quote
Reply

  Geeks Talk > Software Development > VB.NET

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


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


All times are GMT -4. The time now is 01:42 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved