I ported huge amounts of code to .NET Core and it was effortless. It always depends which API your code uses. I think that is similar to your Java experience.
The Core API factoring was focused to remove deprecated API. When not using "deprecated" framework API, the porting is pretty easy.
Comments
I ported huge amounts of code to .NET Core and it was effortless. It always depends which API your code uses. I think that is similar to your Java experience.
The Core API factoring was focused to remove deprecated API. When not using "deprecated" framework API, the porting is pretty easy.