This is a migrated thread and some comments may be shown as answers.

LinqPad

3 Answers 170 Views
LINQ (LINQ specific questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sergej Mertens
Top achievements
Rank 1
Sergej Mertens asked on 16 Mar 2010, 01:39 PM
Hi there,

are there people out using OpenAccess with LinqPad? I read some blog posts on how to use it. But there is currently no real driver present for OpenAccess. I prefer the simplicity of LinqPad, so I startet to write one by myself without the need to instanciate a scope etc. The result 'til now is promising and I have implemented very basic features. I'v planned to use LinqPad with queries like that:
from e in customers select e
No scope, no Extent-Method etc.!!!

By now I have several questions:
1. @Telerik: are there currently plans or even implemented parts on this topic in the near future? If yes, then I won't spent much more time on this topic.
2. What do you think about it? In which manner do you use LinqPad?
3. Which database(s) do you use with OpenAccess?
4. Do you use the new entity designer by now?

My plans for now:
1. Create basic connect dialog where you choose the model assembly, connection settings to database, etc.
2. investigate, whether it contains the new designer generated code or conventional model classes
2a. if conventional data model: create scope and extent-properties dynamically
2b. if designer generated code: use entity diagram as data source
3. Dynamically wrap it for use in LinqPad
4. Fill schema info in LinqPad

As long as I exclusively use MS-SQL by myself, I would see this in first place and implement other databases for connection settings later.

Greetings,
Daniel


3 Answers, 1 is accepted

Sort by
0
Joe Albahari
Top achievements
Rank 1
answered on 18 Mar 2010, 06:54 AM
With regard writing a driver for LINQPad, the documentation has just been updated:
http://www.linqpad.net/extensibility.aspx

The process is usually quite easy. I don't know whether Telerik is already working on something - they are welcome to touch base with me.

Best regards

Joe
LINQPad
0
Jordan
Telerik team
answered on 19 Mar 2010, 08:47 AM
Hi Daniel Schilling,

We are not currently working on a LINQPad plug-in for OpenAccess.
However, we think that our customers will be very happy to have such a tool in their toolbox.
We will be glad to assist you in any way in the development of such a plug-in.

The database that we use the most is the NorthwindOA database that is installed with OpenAccess.
As you probably guess it is a modified version of the Northwind database. We are also using a lot the Northwind and the AdventureWorks databases.

I am not sure that I completely understand your question about the entity designer. Could you please clarify?

Sincerely yours,
Jordan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Sergej Mertens
Top achievements
Rank 1
answered on 22 Mar 2010, 10:37 AM
Hi Jordan,

thanks for your reply. I just wanted to know from _others_, whether they use the new designer or not. That's all :-) The same with the database software/servers.

@Joe: if I have some questions, I will contact you. But till now, everything works like described in your very goof documentation.

Thanks,
Daniel
Tags
LINQ (LINQ specific questions)
Asked by
Sergej Mertens
Top achievements
Rank 1
Answers by
Joe Albahari
Top achievements
Rank 1
Jordan
Telerik team
Sergej Mertens
Top achievements
Rank 1
Share this question
or