Skip to content

LinqConnect

LinqConnect is a LINQ to SQL compatible ORM solution with extended functionality, support for SQL Server, Oracle, MySQL, PostgreSQL, and SQLite, its own visual model designer, seamlessly integrating to Visual Studio, and SQL monitoring tool. LinqConnect includes support for Silverlight and Windows phone 7 and Metro apps development, it uses only its own classes without referencing the System.Data.Linq assembly.

http://www.devart.com/linqconnect/

LinqConnect

Categories

JUMP TO ANOTHER FORUM

31 results found

  1. Just add the function, like EF 6 still got it to run queries against the database in an async way.
    Here is an example:
    http://www.entityframeworktutorial.net/EntityFramework6/async-query-and-save.aspx

    135 votes
    2 comments  ·  Features  ·  Admin →
    How important is this to you?
  2. 54 votes
    How important is this to you?
  3. Right now, DataServicesContext works with DevArt DataContext via reflection provider. That leads to incorrect NULL translation in IQueryable and as consequence - extreme complicated generated SQL.

    Implementing native ODATA provider for DevArt DataContext would fix the problem.

    53 votes
    under review  ·  0 comments  ·  Features  ·  Admin →
    How important is this to you?
  4. Currently table properties have an "Auto generated value" attribute that causes a sequence to be created in the database. An analogous attribute named "Unique value" that creates a unique constraint in the database would be very nice.

    34 votes
    1 comment  ·  Features  ·  Admin →
    How important is this to you?
  5. Rather than generic "Error on executing DbCommand."

    29 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  6. Samples of using LinqConnect in WPF and Web projects

    23 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  7. Supporting PostgreSQL array data types in LinqConnect will give it a great advantage over other ORMs. For any DBA that has worked with PostgreSQL will know of the benefits of using array types. It would be great to be able to integrate this within our entity sets also for an easy work flow with all the benefits of using arrays.

    19 votes
    1 comment  ·  Features  ·  Admin →
    How important is this to you?
  8. 18 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  9. 15 votes
    2 comments  ·  Features  ·  Admin →
    How important is this to you?
  10. There are a number of online implementations of a BatchUpdate and BatchDelete extension methods that can be transferred.

    15 votes
    under review  ·  1 comment  ·  Admin →
    How important is this to you?
  11. Since we can connect to Oracle without using a TNSNAMES.ORA by fully specifing de DSN entry I think the connection interface should manage this by itself.
    An example of a DSN-less connectionstring:

    Data Source=(DESCRIPTION=(ADDRESSLIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyHost)(PORT=MyPort)))(CONNECTDATA=(SERVER=DEDICATED)(SERVICE_NAME=MyOracleSID)));User Id=myUsername;Password=myPassword;

    15 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  12. MonoDevelop has a rapidly growing following of cross-platform developers. Absent is good Linq to MySQL, SQLite, etc.

    10 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  13. Dear Devart,

    Microsoft changed from membership- and role-provider to the new identity provider (classes). I like to see this feature for LinqConnect, with some good examples written for LinqConnect (now its written for dotconnect which uses other referenced dll's or version numbers)

    Greetings,

    A. den Heijer

    9 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  14. A function would be great, where you can specify a server for Selects and a different server for inserts. For Balancing/tuning an application

    8 votes
    How important is this to you?
  15. right-click on class and choose "update from database". that way we do not have to go throught very slow process of updating all classes from database.

    7 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  16. Allow for custom datatypes /object to be used in your code. Specifically for procedures and functions as both input and output

    6 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  17. When using WinRT/Metro it would be great to have a product that would do what Wcf RIA Services did for Silverlight (especially the tight coupling between the Server project and the Client project.)
    Perfection would include EF code first and MvvM.

    6 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  18. Like Entity Framework .Cache LINQ queries , allow making LINQ queries to LINQ to SQL entities already loaded into memory - either came from db or created in the client as if quering LINQ to Objects

    6 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
  19. I think you should have a option that you can turn on and off that will allow will automap the properties of a complex type. Lets say you have a complex type Complex1 that has these two properties int0 and int1 and you add two Complex1 types to your class the source will map to the same location and causes a exception when you try to create the database. There is a message thread here about this: http://forums.devart.com/viewtopic.php?f=31&t=24081

    I really consider this a bug

    5 votes
    How important is this to you?
  20. Integrate the product into Visual C#/VB and Visual Web Development Express like it works on Visual Studio 2010 Professional (GUI interfaces, support for Database Exploerer,...)

    5 votes
    0 comments  ·  Features  ·  Admin →
    How important is this to you?
← Previous 1
  • Don't see your idea?