/newdotneterfromjava

this is a guide for new .NETer from Java

MIT LicenseMIT

New .NETer from JAVA

中文版本点这里
this is a guide for new .NETer from Java

Because:

  1. Oracle changes policy, Java shouldn't be free in 2019.
  2. .NET Core is the most similar technology stack with Java.

So some companies say good bye for Java, say hello for .NET Core.

JiJie Chen inits this list in Chinese.
Weimin Ye creates the repo in English.
Welcome more contributors.
Please free feel to let us know if you have any questions and feeback.

  1. Annotation
  2. How to write 'static final'?
  3. String, string / Long, long; non-nullable int, long, boolean
  4. What is LINQ?
  5. What is queryable?
  6. What is the similar one in C# of HashMap?
  7. What is the similar one in C# of ArrayList?
  8. More strictly Generic
  9. Introduction of async and await.
  10. What are the similar ones in .NET Core of Mvn and Gradle? Where is Porn.xml?
  11. Could a file contains multiple classes?
  12. Could a class be partial in mutiple classes?
  13. Why couldn't have multiple Main() in multiple files?
  14. Func, Action
  15. foeach, yield return
  16. Couldn't complie and run single file?
  17. Where is Web container?
  18. How to make Autowired?
  19. Package-private access level