Is it possible to use it with code first + dotConnect for Oracle

Discussion of issues, suggestions and bugs of LINQ Insight, Visual Studio add-in for design-time executing LINQ statements, that simplifies debugging LINQ
Post Reply
JoeRuspante
Posts: 54
Joined: Mon 05 Jul 2010 23:08

Is it possible to use it with code first + dotConnect for Oracle

Post by JoeRuspante » Wed 21 Nov 2012 09:02

I'm interested in the Linq Insight tool.

Is it possible to use it with code first + dotConnect for Oracle?

If so, does it support the fact that in my solution I have a project with only the data model (class object) and another one with only the DbContext (so DbContext and class definitions are in two differents assembly/projects).


Thank you in advance

MariiaI
Devart Team
Posts: 1472
Joined: Mon 13 Feb 2012 08:17

Re: Linq Inside (I don't find the specific forum)

Post by MariiaI » Wed 21 Nov 2012 13:49

Yes, it is possible to use LINQ Insight with code first and dotConnect for Oracle.
JoeRuspante wrote: If so, does it support the fact that in my solution I have a project with only the data model (class object) and another one with only the DbContext (so DbContext and class definitions are in two differents assembly/projects).
Yes. The structure of your solution doesn't affect the use of LINQ Insight.

For more information about the LINQ Insight features please refer to http://www.devart.com/linqinsight/features-tour.html

Post Reply