Views: 6.3K
Replies: 1
Archived
|
Does Spark use the Entity Framework?Does spark use Entity Framework?
Eugene Murray, Oct 04, 2013
|
|
Reply 1No, Spark does not use Entity Framework, but rather it is an alternative to the Entity Framework.
Spark provides a MicroORM which is based on the Active Record pattern. It provides very fast, light-weight, and flexible data access. If your apps need to run fast, particularly under heavy loads, then Spark will handle this for you. Hope this helps. Jack Jack Poorte, Oct 09, 2013
|