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
Is string nullable c#?
How do you name a variable in c#?
How is the syntax written to inherit from a class in C#?Give an example ?
How do you achieve polymorphism in c#?
Define boxing and unboxing in c#?
What problem does Delegate Solve?
List some of the basic string operation?
What is the difference between a class and an object c#?
What is default class in c#?
Which namespace is required to implement trace ?
What are the return types in c#?
Major difference between Basic httpbinding and WShttpbinding?
What is a copy constructor in c#?
What is the difference between virtual method and abstract method?
What is use of console?