Can private virtual methods be overridden in c#.net?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
How more than one version of an assembly can keep in same place?
Explain dataset.acceptchanges method in .net?
What is difference between dictionary and list in c#?
What does question mark mean in c#?
Explain get and set accessor properties?
Explain About sn.exe
How do you declare an interface in c#?
Differentiate between copy and default constructor.
What is a web service in c#?
How do I stop my console from closing in c#?
Explain About friend and Protected friend
What is windows application in c#?
For read-only operation which property you have to designated?