Click here to Skip to main content
15,885,156 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I work in asp.net but i did not work with assemblies,dlls etc.
Can you please help me with examples.How to use it and why do we use assemblies?



Thanks in advance.
Posted
Updated 11-Jul-11 19:35pm
v3
Comments
Sergey Alexandrovich Kryukov 12-Jul-11 1:40am    
Not quite true. If you really develop ASP.NET projects you do work with assemblies, as any .NET code is built and run as an assembly. If you used only one monolithic assembly at a time, you're not too much in .NET development yet.
--SA
Sachin__Sharma 12-Jul-11 2:15am    
I only asked for help because i did not convert my physical code into dlls ever so i just want to know how actually assemblies work. I know dear every person cannot be a developer at all in a day any how thanks for comment i am person who can learn from your comments.

Hope this[^] might help you.
 
Share this answer
 
Comments
Sachin__Sharma 12-Jul-11 2:50am    
Thanks dear.
[no name] 12-Jul-11 4:37am    
It's my Pleasure.
Tarun.K.S 12-Jul-11 3:45am    
Nice link. 5!
[no name] 12-Jul-11 4:37am    
Thanks Tarun.
You need them only if you've moved your business or data layers to DLLS, then you import them, reference them and call their methods and create their objects. All of this happens on the server side.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900