.NET - vs EJB

前端 未结 4 1664
日久生厌
日久生厌 2020-12-23 12:22

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

4条回答
  •  失恋的感觉
    2020-12-23 12:49

    a lot of the EJB functionality is already native in .net (i.e. database transaction) but there is the enterprise services namespace which provides a lot of functionality as well.

提交回复
热议问题