.NET - vs EJB

.net, ejb, java

Solution

WCF in .Net 3.5 is the most similar as long as you aren't trying to use CMP. While it allows service endpoints for SOAP type things, it also allows binary remoting.

Problem

What is the comparable technology of EJB (Enterprise Java Beans) in .net?

Original source