Is there any difference between Spring and Spring.net?
I am using Spring with Java and I saw there is a version called Spring.NET. I wonder if there is a significant difference between the two (other than one for Java and another one for .NET). Is this just a "language translation" framework or are they different projects with a similar goal?
Thanks.
+2
a source to share
1 answer
As far as I know, this is not a one-to-one language translation. Spring.NET is an independent project based on the original Spring. This project has its own architects and developers. Thus, details may vary. In addition, the Spring.NET project is younger and therefore may not be as functional as the original Spring.
By the way, you can find more information on this topic here .
+3
a source to share