开发者

What ORMs work in medium trust?

开发者 https://www.devze.com 2023-01-01 02:59 出处:网络
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:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消