How many types of assemblies are there in the visual
studio.net?
Answer / t.v.s. rama raju
.Net Assembly can be classified in four Categories:
(A) With Respect to Program Access.
i) Private Assembly- It can be used only in one
application.
ii) Public/Shared Assembly- It can be used by all
applications in the server.
(B) With Respect to Number of Resources.
i) Static Assembly- It uses fixed resources.
ii) Dynamic Assembly- It supports dynamic creation
of resouces or files at
runtime programatically.
(C) With Respect to Deployment.
i) Satellite Assembly- Easily Deployable. (Visual
Studio 2005).
ii) Resource-Only Assembly- In Visual Studio 2003.
(D) With Respect to Number of Assemblies.
i) Single File Assembly- /Bin/x.dll
ii) Multi File Assembly- /Bin/x.dll
y.dll
z.dll
---
---
---
Is This Answer Correct ? | 4 Yes | 1 No |
How to delete the duplicate records in a table using sql server
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get
what are clr,cls,cts?what is .net framework?
Different types of authentication modes in .net framework ?
How can I create a application?
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
Explain the race around condition? : .NET Architecture
What is the numeric attribute of the textbox control in .net mobile? : Microsoft dot net mobile
How cache coherency is eliminated? : Dot net architecture
What is Com Callable wrapper?when it will created?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Define domestic architecture artifacts? : Dot net architecture