Explain the ways to deploy an assembly?
Answer / Vaidehi Sharan
There are several ways to deploy a .NET assembly: copying it manually into the target directory, using Windows Installer (MSI), or by using ClickOnce. Another approach is self-contained deployment where you bundle all dependencies (including the runtime) within the application.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to sign an assembly with strong name?
Is dll a library?
Can you store multiple data types in System.Array?
For read-only operation which property you have to designated?
How can you sort strings in array that are passed to method as arguments?
Where do we use static class in c#?
Can a sealed class be used as a base class?
How to find out that the code is written as managed or un-managed code?
i have a question which is quite simple but yet complicated for me my question is why do we use void, if it does not return anything to the compiler? if it is used for normal display it can also be done by what is called Console.Write() or Consol.WriteLine() and if i do not use void with my method then my compiler throws me an error. if i return a value say integer then i write public int fun() display of the result can also be done here then why is it so necessary to use void with a function and why so compiler throw us an error if v don't use void return type?
What is difference between ienumerable and ienumerator in c#?
What does mean c#?
What do u mean by thread safe?
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)