Answer Posted / ranjeet singh
Through " Versioning " you can solve DLL Hell Problem
M.M.B.R(Mejor.minor.builder.revision)this is format of
version assembly.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can a struct inherit from an interface in c#?
Which is faster dictionary or hashtable?
What is difference between encapsulation and abstraction in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is the use of console readkey in c#?
Explain the security with aop?
What is the difference between double and decimal in c#?
When Should You Call The Garbage Collector In .net?
How do I stop my console from closing in c#?
Explain deadlock?
What is continue in c#?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is using keyword?
What are concrete classes?
What is the interface in c#?