LinqConnect Now Supports Metro Application Development!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

LinqConnect Now Supports Metro Application Development!

Post by Devart » Wed 18 Jul 2012 17:54

Dear users,

Devart is glad to present the beta version of the new edtion of LinqConnect 4.0 - LinqConnect for Metro.

Metro applications cannot connect to databases directly. Developers are offered to create web services and access data through them, which may be inconvenient. New LinqConnect edition offers an embedded database engine, based on SQLite, that allows Metro Style applications to store data in a fully relational database. Now you can develop XAML Metro applications applications with true ORM data access. Moreover, LinqConnect allows using ADO.NET interface for working with data, which was not available for Metro before.

Storing data in a relational database offers you a number of advantages - such as transactions, constraints, indexes, and generally provides higher performance and lesser file size. Using relational transactional database also increases reliability of local data storage. Small and efficient, and at the same time powerful SQLite database engine together with ADO.NET and LINQ interfaces for data access make LinqConnect a perfect choice to store data locally in Metro applications.

See LinqConnect for Metro: Quick Start Guide, our tutorial that shows how to use LinqConnect for working with data and to bind data to user interface elements, for more information.

You are welcome to download LinqConnect here.

If you wish to provide feedback on the new version, you can do it on our forums or with the contact form. There is also a feedback form, and we are always glad to have your comments and take into account your development needs.

If you want to share your ideas about new LinqConnect features, you may do it on the UserVoice.

Devart development team
http://www.devart.com/linqconnect/

Locked