:: Home     :: MS Dynamics CRM     :: .Net 1.1     :: .Net 2.0     :: Sharepoint Portal     :: Ajax

  login:        
  passwords:  
Asp.Net Interview Questions
  • 2.0 Interview Questions
  • Ado .Net 2.0 Interview Questions
  • Ado .Net Interview Question
  • Ado.Net Interview Questions
  • Ado.Net Interview Questions In .Net
  • Asp Interview Questions
  • Asp.Net Exam Questions
  • Asp.Net Interview
  • Asp.Net Interview Points
  • Asp.Net Interview Question
  • Asp.Net Interview Question And Answer
  • Asp.Net Interview Questions
  • Asp Net Latest Interview Questions
  • Asp.Net Multiple Questions
  • Asp.Net Possible Interview Question
  • Asp.Net Questions
  • Asp.Net Questions For Interview
  • Asp.Net Related Questions
  • Asp.Net Web Developer Interview Questions
  • Asp.Net Web Development Interview Questions
  • Ibm Asp.Net Interview Questions
  • Important Interview Questions In Asp.Net
  • Interview Question Asp.Net
  • Interview Question For Asp.Net
  • Interview Question In Asp.Net
  • Interview Question Of Asp.Net
  • Interview Question On Asp.Net
  • Interview Questions Asp.Net
  • Interview Questions For An Asp.Net Developer
  • Interview Questions For An Asp.Net Developer
  • Interview Questions For Asp.Net
  • Interview Questions In Asp.Net
  • Interview Questions Of Asp.Net
  • Interview Questions On Asp.Net
  • Interview Questions Related To Asp.Net
  • Interview Questoins In Asp.Net
  • Latest Interview Question AspNet
  • Latest Interview Question Asp.Net
  • .Net Asp Interview Questions
  • Questions In Asp.Net
  • Questions On Asp.Net Application Domain
  • Questions On Dataset In Asp.Net
  • Interview Question On Asp Net 1.1 Asp.Net 2.0
  • Asp.Net FAQS
  • Asp.Net Faq s
  • Asp.Net Faq With Answer
  • Asp.Net Faqs
  • Asp.Net Interview Faqs
  • Faq On Asp.Net
  • Faqs In Asp.Net
  • Faqs On Asp.Net
  • Questions In Asp.Net
  • Questions On Asp.Net Application Domain
  • To Asp.Net Faqs
  • Asp.Net 2.0 Interview Questions
  • Asp 2.0 Interview Questions
  • Asp Net 2.0 Exam Questions
  • Asp.Net 2.0 Interview
  • Asp.Net 2.0 Interview Question
  • Asp.Net 2.0 Interview Questions
  • Asp.Net 2.0 Job Interview
  • Asp.Net 2.0 Job Interview Questions
  • Asp.Net 2.0 Questions
  • Asp.Net 2.0 Website Programming Interview Questions
  • Asp.Net 2 Exam Questions
  • Asp.Net 2 Interview Questions
  • Asp.Net 2005 Interview Questions
  • Interview s Questions Of Asp.Net 2.0
  • Interview Question Asp.Net 2.0
  • Interview Question For Asp.Net 2.0
  • Interview Question In Asp.Net 2.0
  • Interview Question Of Asp.Net 2.0
  • Interview Question On Asp.Net 2005
  • Interview Questions Asp.Net 2.0
  • Interview Questions For Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions In Asp.Net 2.0
  • Interview Questions Of Asp.Net 2.0
  • Interview Questions On Asp.Net 2.0
  • Question On Asp.Net 2.0
  • Asp.Net 1.1 Interview Questions/FAQS
  • Asp.Net 1.1 Faqs
  • Interview Question On Asp.Net 1.1 & Asp.Net 2.0
  • Java Script/HTML/DHTML Interview Questions
  • Javascript Interview Questions In .Net
  • Interview Question Answer Html Dhtml
  • .Net WebServices & Remoting Interview Questions
  • .Net Remoting Interview Questions
  • .Net Web Services Interview Question
  • .Net Web Services Interview Questions
  • .Net Webservice Interview
  • .Net Webservices Interview Questions
  • Web Services Interview Questions
  • Share Point Interview Questions
  • Interview Questions For Sharepoint Developer
  • Sharepoint Administrator Interview Questions
  • Sharepoint Interview Questions
  • Sharepoint Interview Questions & Answers
  • Sharepoint Portal Interview Questions
  • Biz Talk Server Interview Questions
  • Biztalk Server Interview Questions
  • Visual Studio 2005/2003 Interview Questions
  • Visual Studio 2005 Interview Questions
  • Vs 2005 Interview Questions
  • .Net 2.0 Interview Questions
  • Interview Questions For .Net 2.0
  • Interview Questions In .Net 2.0
  • .Net 2.0 Interview
  • .Net 2.0 Interview Question
  • .Net 2.0 Interview Questions
  • .Net 2.0 Question
  • .Net 2.0 Questions
  • .Net 2 Interview Questions
  • .Net 2005 Interview Questions
  • .Net Framework 2.0 Faq s
  • . Net_Framework_2.0_Faq s.aspx
  • .Net Interview Questions/FAQS
  • Faqs In Net
  • Interview Question .Net
  • Interview Question Of .Net
  • Interview Question On .Net
  • Interview Question Related to net
  • Interview Questions For .Net
  • Interview Questions .Net
  • Interview Questions On .Net
  • Interview Work Exam For .Net Programmer
  • .Net Framework Interview Questions
  • .Net Interview Faq
  • .Net Interview Faqs
  • .Net Interview Question
  • .Net Interview Faq
  • .Net Interview Question List
  • .Net Interview Question With Options
  • .Net Interview Questions
  • Questions In .Net
  • What Type Questions In .Net
  • Download .net interview question
  • Microsoft .Net Interview Questions
  • Simple Interview Questions On Microsoft .Net
  • .Net Windows/Web Forms Interview Questions
  • .Net Web Developer Interview Questions
  • Windows .Net Forms Interview Questions
  • .Net Web Developer Interview Questions
  • Asp.Net/Classic Asp Questions
  • Asp Interview Questions
  • Asp.Net Multiple Questions
  • Asp.Net Possible Interview Question
  • Classic Asp Interview Questions

  • .Net Remoting Interview Questions


    1. What is .NET Remoting?

      .NET Remoting is an enabler for application communication. It is a generic system for different applications to use to communicate with one another. .NET objects are exposed to remote processes, thus allowing interprocess communication.

    2. What’s a Windows process?

      It’s an application that’s running and had been allocated memory.

    3. What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?

      Remoting is a more efficient communication exchange when you can control both ends of the application involved in the communication process.  Web Services provide an open-protocol-based exchange of informaion.  Web Services are best when you need to communicate with an external organization or another (non-.NET) technology.

    4. What are channels in .NET Remoting?

      Channels represent the objects that transfer the other serialized objects from one application domain to another and from one computer to another, as well as one process to another on the same box. A channel must exist before an object can be transferred.

    5. What security measures exist for .NET Remoting in System.Runtime.Remoting?

      None. Security should be taken care of at the application level. Cryptography and other security techniques can be applied at application or server level. 

    6. What is a formatter?

      A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing and decoding messages into data on the other end. 

    7. Can you configure a .NET Remoting object via XML file?

      Yes, via machine.config and application level .config file (or web.config in ASP.NET). Application-level XML settings take precedence over machine.config.

    8. Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

      Binary over TCP is the most effiecient, SOAP over HTTP is the most interoperable.

    9. How do you define the lease of the object?

      By implementing ILease interface when writing the class code.

    10. What’s SingleCall activation mode used for?

      If the server object is instantiated for responding to just one single request, the request should be made in SingleCall mode. 

    Google
     
    ::  Home :: Services ::  Prices ::  Request Quote
    Copyright 2007, Megasolutions Ltd