8 ms·
Do you use Entity Framework with LINQ? How does that work out for you?
by frogcoder 13y ago
Do you use Entity Framework with LINQ? How does that work out for you?
- aespinoza 13y agoI actually use Spring.Net + NHibernate... I do use LINQ accross the board, but for NHibernate I am using the Criteria based queries. I am having some problems with Spring.net transactions for NHibernate, but everything else is working great.
- frogcoder 13y agoThanks, we are considering using mono to move away from windows platform. Won't be using .net tech in the long term. Would be nice to run our existing programs (linq to entity) with just little modifications though.
- aespinoza 13y agoDo consider using Mono. So far it has been a pleasurable experience porting my apps. And C# is way cleaner than Java IMHO.