Have you ever used Entity Framework ORM? What's your opinion compared to Eloquent?
Hi everybody.
I built a web app for college using ASP.NET Core and the most thing I liked was Entity Framework ORM. Very performatic and easy to use (if you have familiarity with C#'s LINQ methods), and with it I could even write pure SQL code if I wanted.
Now I started to learn Laravel and I heard many good things about Eloquent, what made me very happy because using C# I liked to build a backend using a strong ORM.
But I'd like to here a bit more opinions, and even better if some of you had ever worked with Entity Framework before. What do you think is Eloquent superior compared to EF? Is there something you missed?