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 is the difference between an integer and int?
How can we sort the elements of the array in descending order?
Does the system.exception class have any cool features?
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?
Why do we need reflection in c#?
Why do we use ienumerable in c#?
What is managed or unmanaged code?
What is the difference between returning iqueryable vs ienumerable?
What is console based application?
What is interface inheritance?
Can you use foreach iteration on arrays in c#?
What is web forms in c#?
What is meant by generics in c#?
How to implement an object pool in c#.net.
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?