A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
No Answer is Posted For this Question
Be the First to Post Answer
diff between forms authentication and windows authentication?
What is MSIL, IL, CTS?
What is nmake tool?
What are the contents of assembly?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Explain the difference between public and static modifiers?
What is JIT and how is works?
What exactly is being serialized when you perform serialization in .net?
Please explain what is the difference between constants and read-only variables?
What is connected and diconnected database ?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
How you apply a theme in whole application in .Net?