Data Abstract for .NET(英語版)

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

    機能: Data Abstract has a unique approach for defining and implementing the middle tier- the server that stands between your clients and the database- and controls and validates data access. Rather than making you write a bunch of code or drop lots of ...

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

    機能: Data Abstract is a multi-tier data access technology that provides full LINQ support directly on the client. Use Data Abstract's IDE-integrated tools to create strongly typed classes for the tables defined in your schemas. Then write natural code ...

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

    機能: 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 ...

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

    機能: 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 for you to write- either on the server or the client. The Data ...

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

    機能: 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 upload your Schemas to define your data model. Use Business ...