How you will connect to windows directory in c#?
Answer Posted / anatoliy
Directory.GetParent(System.Environment.SystemDirectory);
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the different types of assembly?
What is the difference between ienumerable and icollection?
What is a virtual property. Give an example?
What is xml serialization in c#?
Give an example of a directcast.
Explain Direct CAST vs CType ?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Explain acid rule of thumb for transactions in c#.
What is the difference between struct and class in c#?
what happens if you inherit multiple interfaces and they have conflicting method names?
Can we inherit abstract class in c#?
What are the steps to make an assembly to public?
write a c# program add two matrix with input number ?
What is default constructor c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?