31 results found
-
Support automatic transient fault handling in LinqConnect
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:
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 -
Support private/protected implementation for Table<entity>
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 -
Support SQL Compact Edition 4.0
LinqConnect should support SQLCE 4.0.
2 votes -
Provide more tutorials
Especially on Metro Apps and how to use ADO.NET provider for SQLite using LinqConnect.
1 vote -
DataContext.Refresh() would return some value telling at least if the instance was retrieved or was deleted in the database.
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 -
1 vote
-
generate entity class based on SQL
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 -
Support Windows Phone 8 for LinqConnect
Only Windows Phone 7 is supported on LinqConnect. I need a version for Windows Phone 8.
1 vote -
Add support for SIMILAR TO command for Linq to PostgreSql
Newer pattern matching operator to LIKE using regular expression makes matching more robust when using delimited values.
1 vote -
Support custom CRUD methods when create DB
The ability to specify custom create, update, delete methods exists, but they are not created in a new database during 'generate/update database from model'.
1 vote -
Web Demo (Click Once Application)
Demo project that can be run from our site in your browser
1 vote
- Don't see your idea?