.NET FAQs Unleashed!
 
    
    

Which encoding formats are used in Remoting? When to use each of these?

Read on:

  • Binary Encoding – use this when performance of the application is a critical point in the application design
  • XML Encoding – Use this when interoperability with external systems is a key requirement


More Interview Questions...