Can someone give me a good guide on migrating from C # to Java?

I am an experienced .Net developer and am well versed in OOP concepts. I will be working on a Java project in the near future and was interested to find out if anyone could give me a good porting guide for migrating from C # 4.0 to Java.

Java equivalent for:

  • LINQ to Objects (I understand that Java does not support anonymous types like C #, but a good collection library will be helful)
  • ASP.Net MVC 3 (what cool kids use to create Java web applications these days)
  • Windsor Castle (something that supports free api registration)
  • WCF 4.0, SOAP for the most part, REST some scripts
  • Assembly - nant (something is not xml?)
  • Language setting guide (without lambda, anonymous methods, etc.).

thanks

+4
source share

Source: https://habr.com/ru/post/1336461/


All Articles