Environment: C#, MySql, GoDaddy Shared Hosting (medium trust).
Assuming the above environment, what ORMs will work in a medium trust environment? Also consider the followin开发者_JAVA百科g 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?
I have been using a product called LightSpeed, I currently use it on discountasp.net without any problems, it supports a large number of database providers. I use sqlite so i can deploy my website using a simple xcopy. It has a great designer and is very intuitive to use.
"LightSpeed happily supports Medium Trust environments."
If you want to try it out you can download the express version.
精彩评论