⟩ Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs? In what way it is best?
Binary over TCP is the most effiecient, SOAP over HTTP is
the most interoperable.
Binary over TCP is the most effiecient, SOAP over HTTP is
the most interoperable.
Is .NET capable of supporting multi-thread?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
How to create multiple inheritance inc#, with example?
Consider a datagrid in windows application. Here item, rate, qty, amount field are there. When user enters rate and qty, amount should be automatically calculated. When enter key is pressed, the cursor should go from item to rate and then qty and then amount. But amount should be automatically calculated. In Grid when button is clicked, then and then only new row should be created and another button is clicked, row should be removed.Thus give me the solution?
What is IL in VB.Net?
Explain Can 2 different applications use the same dll in GAC at the same time?
Explain What is the difference between response.redirect & server.transfer?
What is interface and abstract class in .Net?
Explain How to rename a table using sql queries?
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?