LinqConnect
-
WCF Data Services (OData) Provider for LinqConnect
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.
38 votes -
Support Tables without PrimaryKey but Index with UniqueConstraint
Currently such tables are generated as readonly (every field is a key).
33 votes -
28 votes
-
Advanced RIA Services support
Implementation of some RIA Services classes, which allows you to use LinqConnect in your RIA Services applications.
20 votes -
Create a driver for LINQPad
For either auto-build or typed data contexts
13 votes -
Oracle connectionstring DSN-less
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=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=MyHost)(PORT=MyPort)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=MyOracleSID)));User Id=myUsername;Password=myPassword;
12 votes -
More Details Error Message
Rather than generic "Error on executing DbCommand."
12 votes -
WPF and Web samples
Samples of using LinqConnect in WPF and Web projects
10 votes -
Create "Is unique" attribute for properties, that creates a unique constraint in database
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.
9 votes -
Provide phone support. Your response to your email support is very slow.
My company has sent numerous emails trying to get basic company info from DevArt so we can purchase product. This could easily be solved if we got replies to our email requests or we had a phone number to call.
9 votes -
Support for true batch Updates and Deletes through extension methods on Table<TEntity> class
There are a number of online implementations of a BatchUpdate and BatchDelete extension methods that can be transferred.
9 votes -
Allow for oracle custom data types
Allow for custom datatypes /object to be used in your code. Specifically for procedures and functions as both input and output
6 votes -
Allow notes or comments in entity developer.
Currently the diagrams can only have the model and the links. However it would be good for documentation purpose to allow to have notes / comments inside too (like post-it)
6 votes -
Validation Engine
Support validation system using data annotation.
4 votes -
Support MonoDevelop for your LinqConnect product
MonoDevelop has a rapidly growing following of cross-platform developers. Absent is good Linq to MySQL, SQLite, etc.
4 votes -
With LinQ Select/Insert different servers
A function would be great, where you can specify a server for Selects and a different server for inserts. For Balancing/tuning an application
3 votes -
Support SQL Compact Edition 4.0
LinqConnect should support SQLCE 4.0.
2 votes -
Support for Visual Studio Express
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,...)
2 votes -
Web Demo (Click Once Application)
Demo project that can be run from our site in your browser
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