I'm trying to create a table that can automatic read/exposed by WCF Data Service using not custom provider, but using E.F. code first. The problem i'm having is InitializeService are only called once.
Scenario i have.
1. User A Create a table in our application UI by defining column name, tables, and PK
2. Interanlly our application already handles it, by parsing and running some create table script.
3. But WCf Data Service called only InitializeService once, and restarting is not an option to my manager.
My manager want me to proof that this can be done using WCF data service, there are so many option, but my POC need to be WCF Data SErvice
I found a link here but doesnt sghow how he do it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
closed as not constructive by Shiraz Bhaiji, animuson, Mac, Robin, evilone Nov 29 '12 at 5:24
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.