What is the different types of private assembly and shared assembly?
Answer / Vinay Vishal
Private assemblies (also known as single file assemblies) are compiled into a single EXE or DLL file, and they can only be used within the same application or project. They are not shared with other applications or projects.nnShared assemblies (also known as satellite assemblies) are split into multiple files: a primary assembly (usually marked with a strong name) and one or more resource assemblies. They can be used across different applications, projects, or even different versions of the same application.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are anonymous types in c#?
what is a structure in c#
What?s the implicit name of the parameter that gets passed into the class? set method?
What?s class SortedList underneath?
Why do we need to override in c#?
What is serialization in dot net?
Explain the ways to deploy an assembly?
main concept of c sharp
How to implement a singleton design pattern in c#?
How long does it take to learn c# programming?
What debugging tools come with the .NET SDK? CorDBG
Can var be null c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)