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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Today, if the instance was deleted from DB, Refresh throws any of two exceptions (InvalidOperationException or (less frequently) NullReferenceException). The code to cope with that is useless long (and repetitive).because one must catch two exceptions.
    What if Refresh simply returns a "RefreshResult" enum value with no more than two values
    RefreshResult.Retrieved
    RefreshResult.Deleted
    To get the second result, the exceptions would be processed internally to DataContext code, saving us from doing it once and again.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Allow for custom datatypes /object to be used in your code. Specifically for procedures and functions as both input and output

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 54 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Rather than generic "Error on executing DbCommand."

    29 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. is it possible to generate entity class based on SQL.

    for example I provide a valid SQL somewhere in Entity Developer interface and based on that SQL Entity Developer creates a class for me.

    later on I can populate the entity by using datacontext.ExecuteQuery<MyEntity>(MySql)
    currently, I have to do it manually, I feel like that is waste of time.

    wouldn't that be nice? thanks.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. right now, Table<TEntity> only support public method for single context, its very anoying if single context have much Table<entity> properties, if just 2-3 entity, its readable, but if I have 100 entity? so long for intellisense drop down, then all contain for single data context, it would be nice if it can private or protected method, so we can inherited that properties or method at inherited class

    or

    for Table<entity> must not on dataobject, but have method for add or remove entity on data context, it would be nice too, because we can refactor every single entity on different data…

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. In Windows Azure you need to catch certain exceptions that indicate that there is a transient failure and you should try again shortly (with a exponential back-off) when your application is using SQL Azure. The following link provides a detailed description:

    http://windowsazurecat.com/2010/10/best-practices-for-handling-transient-conditions-in-sql-azure-client-applications/

    Entity Framework 6 is apparently going to be able to automatically handle this, so the developer won't need to wrap all their database calls with code that handles these transient conditions. As a developer working on a app that will be deployed on Azure, I would really appreciate this feature in LinqConnect.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Only Windows Phone 7 is supported on LinqConnect. I need a version for Windows Phone 8.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Especially on Metro Apps and how to use ADO.NET provider for SQLite using LinqConnect.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Questions  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Features  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
← Previous 1
  • Don't see your idea?