Recently I am developing an internal software by using c# ZOS-API dll. I have chosen .Net 8.0 for my application. After adding the refrences of ZOS-API, it gives me error due to incompatibility of frameworks. ZOS-API has been developed by using .Net framework v4.6.2. If I build my assembly with net framework 4.8, it works fine, but not supports in net 8.0. Why aren't they developing dlls with Microsoft .Net (support cross platform) instead of .Net framework? I have also seen that the headless remoting connection is taking long time. Why aren't they using modern remote procedure framework like gRPC?
Page 1 / 1
I have no idea why (I’m not at all in software development), but it looks like you know what you are talking about and I’m curious about all this technology that you are referring to. What’s new in net 8.0 that isn’t in 4.8? Is the advantage of gRPC speed only and what kind of speed improvement could it give quantitatively?
Take care,
David
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.