What ORMs work in medium trust?
Posted
by rcravens
on Stack Overflow
See other posts from Stack Overflow
or by rcravens
Published on 2010-05-28T00:21:44Z
Indexed on
2010/05/28
0:31 UTC
Read the original article
Hit count: 571
Environment: C#, MySql, GoDaddy Shared Hosting (medium trust).
Assuming the above environment, what ORMs will work in a medium trust environment? Also consider the following features:
- minimal code changes to the ORM library.
- minimal disabling of features to run in medium trust.
Bonus feature:
- fluent interface
There are a lot of ORMs to choose from. What would your selection be?
© Stack Overflow or respective owner