Good examples of .NET (C#) open source projects ported to Java?

Posted by JasDev on Stack Overflow See other posts from Stack Overflow or by JasDev
Published on 2010-04-08T20:50:34Z Indexed on 2010/04/08 20:53 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I notice several well-known projects in java that were ported to C# .NET. Some examples:

  • Hibernate -> NHibernate
  • JUnit --> NUnit
  • Ant --> NAnt
  • Lucene --> Lucene.Net, NLucene
  • iText --> iTextSharp
  • log4j --> log4net
  • Quartz --> Quartz.NET

I was curious about the reverse situation: what are the notable .NET projects that have been ported to the java world?

I looked at the list of projects at http://csharp-source.net but didn't see any obvious ones.

© Stack Overflow or respective owner

Related posts about c#

Related posts about java