sql - Data Abstract for .NET

  1. DA SQL brings SQL to the client tier, without sacrifices.

    Features: With DA SQL, the full power of the SQL query language comes to the client tier- without bypassing business rules and access restrictions implemented on the server. DA SQL lets your clients send ... plain and simple SQL queries to get the data they need, when they need it. On the middle tier, Data Abstract processes this SQL against your schema, applying all business logic in order to fetch the data ...

  2. Focus on writing the code that matters to your app.

    Features: Data Abstract schemas define what data to publish (no SQL code required, unless you want to; Data Abstract will figure out the best way to query your data), and there's no per-table code ...

  3. The only framework with true client-side LINQ functionality.

    Features: SQL to perform the necessary queries on the middle-tier server- all secure and without bypassing business rules or access restrictions encoded in the server. ...

  4. Create your own middle tier, or use Relativity Server.

    Features: Relativity Server is a precompiled, ready-to-deploy server application that you can leverage to host your middle tier- similar to how SQL Server hosts your data, or IIS hosts your website. Simply ...

  5. Schemas provide a unique approach to the middle tier.

    Features: a unified data layer regardless of the underlying database system, or make migration between different databases easy. An added benefit is that you don't have to write any SQL code- unless you want to. ...