Java to C#
I wanna help from pro who can tell me how much I need to learn C# if I want to migrate Java backend to .net
5 Replies
That depends on what you mean by backend.
Generally, it is possible to interop Java and C# by transpiling jar files to dlls using ikvm, a jvm for dotnet.
https://github.com/ikvmnet/ikvm
GitHub
GitHub - ikvmnet/ikvm: A Java Virtual Machine and Bytecode-to-IL Co...
A Java Virtual Machine and Bytecode-to-IL Converter for .NET - ikvmnet/ikvm
So the question would be, what is your backend and how much of it do you want to rewrite (learn C#/dotnet) vs. merely being able to call into it from dotnet (via ikvm).
i learned java and angular but the job im getting is for angular and .net
so i should ask how much i need learn
before i migrate my project
Right so you will write backend stuff in dotnet, you should be looking at ASP.net core web apis and C# in general.
Why do you want to migrate your project? Is it for work?
yes
not like real work
i need the project for .net interview
nothing live