Buy Questpond's video subscriptions on
huge discount
.
Online: 10330
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET
>
Loading ...
Concepts of a few common ASP.Net terms like dll and assemblies.
Posted by
Anishabathija
under
ASP.NET
on 12/7/2012 |
Points: 10
| Views : 2557 | Status :
[Member]
| Replies : 2
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
Hey could somebody please explain what exactly is a source file , dll and assemblies . and the concept of the bin folder .
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Pavanandey
on: 12/7/2012
[Member]
Bronze
|
Points: 25
0
The bin folder holds binary files, which are the actual executable code for your application or library.
Source files are the one where the user code is written
when the source code is compiled then the dll is created with the project name
assemblies are the fundamental units of applications in the .NET Framework. An assembly can contain classes, structures, interfaces, and resources that an application requires.
Thanks
Pavan Kumar
Mark Answer if this fits the need
Anishabathija
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sandhyab
on: 12/12/2012
[Member]
Starter
|
Points: 25
0
DLL:
dll is dynamic link library in which we can create customized namespaces.By including this namespace in our application we can use the functions in our namespace.
only thing is we need to create a object for the class.It is a executable and resuable file.
A dll is automatically created in asp.net when we build a project.u can referance this dll in other projects.
Source File:
Source files are essentially the files a designer uses to create their designs.where the user code is written ,
Assembly:
A precompiled code that can be executed by the .NET runtime environment. A .NET program consists of one or more assemblies.
Anishabathija
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
How to get the exact property name while getting error
(0)
PDB file is not showing Line Number in dot net application hosted on server
(0)
Both Strings morethan 5 letters in length end of the words one vowel and one consonent is different
(0)
how to check Any adjacent letters transposed between two strings(ex: JOHN, JHON)
(1)
can't receive data after success login ?
(1)
Implement Multi-Tenant in Azure Logic Apps
(0)
Why ASP.Net Core 7.0 Web API showing as Connection refused?
(0)
Iterating over columns of dataframe and print as rows in Python Django
(0)
More ...