how can your software identify which version of dot net
framework install in client pc and install framework
accordingly
Answer Posted / mohit jethva
System.Environment.Version or by using registry
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the fundamental differences between value types and reference types?
Does c# do array bounds checking?
What does == mean in c sharp?
What is data reader in c#?
Why do we use dictionary in c#?
Is comparator a functional interface?
What is sqlcommandbuilder c#?
What is the purpose of dependency injection?
How do I type a whitespace character?
Is a decimal an integer?
Explain use of abstract and sealed classes in c#?
What are expressions c#?
What is the .net datatype that allows the retrieval of data by a unique key?
How does c# achieve polymorphism?
What is the advantage of singleton class?