How do I download a program to my desktop?



How do I download a program to my desktop?..

Answer / Gaurav Tripathi

To download a program to your desktop in C#, you can use a web client like WebClient or HttpClient classes to download the program from its source and save it to your desktop.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is multiple inheritance possible in c#?

1 Answers  


What is the difference between list and arraylist in c#?

1 Answers  


What are the types of comment in c# with examples?

1 Answers  


What is a dynamic assembly?

1 Answers  


Does the system.exception class have any cool features?

1 Answers  


What is asax file in c#?

1 Answers  


What is the difference between a private assembly and a shared assembly?

1 Answers  


What does question mark mean in c#?

1 Answers  


What is default parameter in c#?

1 Answers  


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

1 Answers  


Is it possible to have different access modifiers on the get/set methods of a property in c#?

1 Answers  


What is the difference between an implicit conversion and an explicit conversion?

1 Answers  


Categories