Hi, I have a question regarding a migration we are currently undertaking.
We are migrating our .NET Framework 4.8 applications to .NET 10. Since Remoting and IIOP.NET are no longer available in .NET 5+, we are seeking an alternative. Our application server implements the CORBA standard and is built with C++ and TAO.
Would it be possible for this server to communicate with our .NET 10 applications using DotNetOrb? Additionally, are there any specific limitations we should be aware of?
Thank you.
Hi, I have a question regarding a migration we are currently undertaking.
We are migrating our .NET Framework 4.8 applications to .NET 10. Since Remoting and IIOP.NET are no longer available in .NET 5+, we are seeking an alternative. Our application server implements the CORBA standard and is built with C++ and TAO.
Would it be possible for this server to communicate with our .NET 10 applications using DotNetOrb? Additionally, are there any specific limitations we should be aware of?
Thank you.