Monday, December 05, 2005

Microsoft Distributed Computation Technologies

Microsoft has 5 different Technologies for building distributed applications. To start with my favorite is .Net Remoting, it’s for communicating with .Net to .Net Apps cause then it is at its best. Then we have ASMX, also known as ASP.Net Web Services). Then ES (Enterprise Services) where you can manage object Lifetimes and define transactions in Distributed Environment. WSE or Web services Enhancement with WS-* specification. Last but not the least is MSMQ or Microsoft Message Queuing which is best suited for Windows based Applications.

No comments: