Introduction:In this series we will learn about the Windows Communication Foundation (WCF); the new technology to develop distributed applications.Background:The older way to Develop Distributed Applications is .Net Remoting and Web Services. WCF is more advanced than .Net remoting and Web Services. Take a step-by-step look at WCF.Distributed Programming:All you know that Distributed Programming is communication between multiple server applications or services in the network which provide some common features.It must be capable of running behind the firewall.Can share a common protocol (SOAP,WSDL) on different platforms.History Of Programming:Object Oriented Programming 1980:
Step Toward Windows Communication Foundation (WCF)
Steps Towards Windows Communication Foundation: Part 2
Thank's sam for such information. But whatever I'd written it's reviewed from internet only. Firstly I have started my programming in C and then VB 6.0. And in this environment i'de seen that oop and right now I'm working with .Net i.e. component oriented.
Is there much discussion of Component Oriented Programming evolving from Object Oriented Programming? Object Oriented Programming began in the 1960s in Simula 67. The Smalltalk language from the 1970s is definitely considered to be an early version of Object Oriented Programming. So Object Oriented Programming began earlier than the 1980s. It is my understanding that Windows COM objects (initially OLE) was based on RPC technology in Unix systems. The Microsoft IDL is very much like (the same as?) what is used for RPCs, correct? And RPCs go back at least as far as 1976, when it was described in RFC 707. So it is more accurate to say that Object Oriented Programming and Component Oriented Programming developed in parallel.