T
Thes
Hi all,
I have a small service application which routes incoming queries to any of a number of plugin servers. This list of plugins is determined at runtime and the decision about which to use is determined based on information that the plugins report in response to a ReportAbilities method during startup.
This ability information is all a bit complicated, so I thought I could usethe Entity Framework to populate a model at runtime and then query that.
Is that a reasonable idea given that there will be no database behind it? As far as I can see the Entity Framework _requires_ a database, unless there's some clever workaround I'm just missing.
Ideally, I'd like to define my model, then populate it at runtime so that Ican use it for the lifetime of the application.
Any ideas for this or other approaches much appreciated!
Thanks,
Thes.
I have a small service application which routes incoming queries to any of a number of plugin servers. This list of plugins is determined at runtime and the decision about which to use is determined based on information that the plugins report in response to a ReportAbilities method during startup.
This ability information is all a bit complicated, so I thought I could usethe Entity Framework to populate a model at runtime and then query that.
Is that a reasonable idea given that there will be no database behind it? As far as I can see the Entity Framework _requires_ a database, unless there's some clever workaround I'm just missing.
Ideally, I'd like to define my model, then populate it at runtime so that Ican use it for the lifetime of the application.
Any ideas for this or other approaches much appreciated!
Thanks,
Thes.