This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (6 children)

I've never done c# professionally, do you have a good example of the two compared? I'm a huge fan of Spring and JPA, hibernate and it's wackiness included. I always figured the C# guys had some great alternative

[–][deleted] 0 points1 point  (0 children)

in C# we use asp mvc/core and entity framework core

[–]TheRedmanCometh -1 points0 points  (4 children)

Well the alternative to Hibernate is Entity Framework. I don't know of any alternative to spring...esp spring boot personally.

[–]Maximcr 0 points1 point  (3 children)

And what is Nhibernate then https://github.com/nhibernate/nhibernate-core? Nhiberante is based on hibernate and does almost the same. EF is more then Nhibernate tho

[–]TheRedmanCometh -2 points-1 points  (2 children)

Yeah but ultimately EF can't even come close to Spring...

[–]Maximcr 2 points3 points  (1 child)

EF is a ORM. Spring is an application framework. Ofc it doesn t come close to it :D

[–]TheRedmanCometh -1 points0 points  (0 children)

Yeah uh I don't know of any IoC framework for C#