tags:

views:

53

answers:

1

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?

+1  A: 

Hi there,

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.

Rohan West