Creating an ADO.Net Datasource from existing data
-
I apologize if this the wrong for this question. I have a C# app, more of a framework really that does calculations on a large set of proprietary data, the data in its raw form is unreadable, it has to be processed by the framework. I'm wondering if there is a way to create a driver so that applications can query the framework much like you would query a database? I can put the data into datatables and datasets, but I'm not sure how to make it accessible. Any suggestions are appreciated.
-
I apologize if this the wrong for this question. I have a C# app, more of a framework really that does calculations on a large set of proprietary data, the data in its raw form is unreadable, it has to be processed by the framework. I'm wondering if there is a way to create a driver so that applications can query the framework much like you would query a database? I can put the data into datatables and datasets, but I'm not sure how to make it accessible. Any suggestions are appreciated.
You might consider using/creating a Domain Specific Language (DSL). General description[^]. Microsoft's take[^]. For more information just google domain specific language. That's all I know about them though, except that there are some articles here on The Code Project about them. (Use the Articles|Search menu at the top of the page).
Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.” I wouldn't let CG touch my Abacus!