Save info   Get password
Home Submit your blog Edit Account Rules RSS-Archive Contact
    • Remoting




      Describe the term Channel in .Net Remoting
      In .Net Remoting, an application use Channel to send message to another application which is runing in different domain or process. Before sending message, Channel converts message into appropriate format like XML or binary format. The channel that carries message(Mashalled parameter) can use protocal like TCP and HTTP. Channel can be HTTPChannel and TCPChannel. The HTTPChannel use soapFormatter t

      Written by: ASP.NET 3.5 Interview Questions


      What are the remotable and non-remotable objects in .Net Remoting.
      The remotable objects are the objects which can be distributed accross domains, can be used with domain. The non-remotable objects are the objects which can't be distributed accross domains. In distributed system, if an object is very big, we can make it non-remotable object.

      Written by: ASP.NET 3.5 Interview Questions


      Describe the type of remotable objects in .Net Remoting.
      Marshal-by-value-objects - When client calls a method on marshal-by-value-object, the remoting system creates a copy of this object and passes the copy to the client application domain. The copy hence received can handle any method call in client domain. Using Marshal-by-value-object reduces resource consuming trip across network. Marshal-by-reference-object - When client calls a method on Marshal

      Written by: ASP.NET 3.5 Interview Questions


      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.

      Written by: ASP.NET 3.5 Interview Questions


      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.

      Written by: ASP.NET 3.5 Interview Questions


      SAP ALL MODULES REMOTING LAB
      We are providing SAP ABAP, SAP MM, SAP HR, SAP FICO, SAP XI, SAP BI 7.0 in Latest Version of ECC 6.0 U can access to our SAP training systems is via the internet - all you need is the SAP GUI version 6.40 or higher. If you dont have a GUI we will send you a download link from which you can download & install the SAP GUI.Our system offers you access to all user and configuration transactions fo

      Written by: JobHolic.Com


      .Net Web services & Remoting interview questions
      1. What is a application domain? 2. What is .NET Remoting ? 3. Which class does the remote object has to inherit 4. What are two different types of remote object creation mode in .NET ? 5. Describe in detail Basic of SAO architecture of Remoting? 6. What are the situations you will use singleton architecture in remoting ? 7. What is fundamental of published or precreated objects in Remoting ? 8. What are the ways client can create object on server in CAO model ? 9. Are CAO stateful in nature ? 10. In CAO model when we want client objects to be created by “NEW” precautions to be taken ? 11. Is it a good design practice to distribute the implementation to Remoting Client ? 12. What is LeaseTime,SponsorshipTime ,RenewonCallTime and LeaseManagerPollTime? 13. Which config file has all the supported channels/protocol ? 14. How can you specify remoting parameters using Config files ? 15. Can Non-Default constructors be used with Single Call SAO? 16. How can we call methods in remoting Asy

      Written by: IT Interview Questions


      MS .NET Distributed Applications: Integrating XML Web Services and .NET Remoting
      Author: Matthew MacDonaldPaperback: 752 pagesPublisher: MS Press; 1 edition (February 2003)Language: EnglishISBN: 0735619336(R)Make the jump to distributed application programming using the .NET Framework—and introduce a new level of performance, scalability, and security to your network and enterprise applications. Expert .NET developer Matthew MacDonald shares proven techniques for fully exploiting .NET Remoting, XML Web services, and other .NET technologies and integrating them into your real-world solutions. MacDonald digs into key .NET building blocks and architectural issues, explaining which features and designs will best serve your customized distributed application projects—and when to use them. Case studies with full code examples illustrate these practical techniques in action, as well as demonstrating their benefits and tradeoffs.Learn how to: • Cross application boundaries with .NET Remoting, XML Web services, and Message Queuing• Create respo

      Written by: GanEden For Books


      DOTNET Remoting interview Questions
      What’s a Windows process?It’s an application that’s running and had been allocated memory. What’s typical about a Windows process in regards to memory allocation?Each process is allocated its own block of available RAM space, no process can access another process’ code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down. Explain what relationship is between a Process, Application Domain, and Application?A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application. What are possible implementations of distributed applications in .NET?.NET Remoting and ASP.NET Web Services. If we talk about the Framework Class Library, noteworthy classes are in System.Runtime.Remoting and System.Web.Services. What are the consideration in deciding

      Written by: Interview Questions


      DOTNET Remoting interview Questions
      What’s a Windows process?It’s an application that’s running and had been allocated memory. What’s typical about a Windows process in regards to memory allocation?Each process is allocated its own block of available RAM space, no process can access another process’ code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down. Explain what relationship is between a Process, Application Domain, and Application?A process is an instance of a running application. An application is an executable on the hard drive or network. There can be numerous processes launched of the same application (5 copies of Word running), but 1 process can run just 1 application. What are possible implementations of distributed applications in .NET?.NET Remoting and ASP.NET Web Services. If we talk about the Framework Class Library, noteworthy classes are in System.Runtime.Remoting and System.Web.Services. What are the consideration in deciding

      Written by: Interview Questions


      Flex 2 e AMFPHP: Flash Remoting para PHP
      Utilizo o AMFPHP a algum tempo, já tentei outras implementações em PHP para Flash Remoting mas na minha opinião nenhuma se comparou ao AMFPHP em termos de facilidade de uso e possibilidades de criar estensões, plugins etc. Desde então me livrei (more…)

      Written by: Leonardo França


eXTReMe Tracker