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
Can constructor be private c#?
Is string passed by reference in c#?
Is c# good for games?
What is typeof c#?
What is lock in c#?
Constructor to an arbitrary base constructor?
Give an example of a directcast.
What are the advantages of using partial classes?
What is marshalling in c#?
Why do we need escape characters?
Can abstract class be sealed in c#?
Why do we need interface in c#?
Explain how to parse a datetime string?
Write a syntax for writing a event delegate.
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.