Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the ways to deploy an assembly?



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

Post New Answer

More C Sharp Interview Questions

How to sign an assembly with strong name?

1 Answers   CitiusTech,


Is dll a library?

1 Answers  


Can you store multiple data types in System.Array?

7 Answers  


For read-only operation which property you have to designated?

1 Answers   Siebel,


How can you sort strings in array that are passed to method as arguments?

1 Answers  


Where do we use static class in c#?

1 Answers  


Can a sealed class be used as a base class?

1 Answers  


How to find out that the code is written as managed or un-managed code?

1 Answers   Amazon,


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?

2 Answers  


What is difference between ienumerable and ienumerator in c#?

1 Answers  


What does mean c#?

1 Answers  


What do u mean by thread safe?

1 Answers  


Categories