Screenshot Preview

Data Abstract for .NET

经 RemObjects Software - 产品类型: 构件 / .NET 类 / .NET 精简框架 / 100% 受控代码

‏请注意: 除非另有说明,此为英语产品

*

Build scalable multi-tier database solutions. RemObjects Data Abstract for .NET is an RAD tool for writing multi-tier solutions in .NET and Mono. RemObjects Data Abstract allows you to create services that access any database, by providing a clear separation between data-access and business-logic. Data Abstract for .NET will enable your applications to interface with different database systems, even simultaneously, instead of depending from any single one. RemObjects Data Abstract for .NET supports a wide range of database back-ends, including Microsoft SQL Server, Oracle, DB2, Interbase/Firebird, Sybase, PostgreSQL, MySQL, SQLite and many more.

$881.02
价格

‏我们的常规价格如下。 请登录后查看打折后的价格。

Data Abstract 6.0 for .NET (New User)   *

加入购物车 $ 881.02 1 User License - Includes Maintenance and Basic Support (1 Year)  * 下载 (29.7 MB)
加入购物车 $ 793.80 5-9 User Licenses, Price per License - Includes Maintenance and Basic Support (1 Year)  * 下载 (29.7 MB)
加入购物车 $ 749.70 10-14 User Licenses, Price per License - Includes Maintenance and Basic Support (1 Year)  * 下载 (29.7 MB)
加入购物车 $ 705.60 15-19 User Licenses, Price per License - Includes Maintenance and Basic Support (1 Year)  * 下载 (29.7 MB)
加入购物车 $ 661.50 20 or More User Licenses, Price per License - Includes Maintenance and Basic Support (1 Year)  * 下载 (29.7 MB)

Data Abstract 6.0 for .NET Renewal, one year   *

加入购物车 $ 440.02 1 Subcription Renewal License - Includes Maintenance and Basic Support (1 Year)  * 验证 下载 (29 KB)

Data Abstract 6.0 for .NET Upgrade   *

加入购物车 $ 616.71 1 User Upgrade License (Upgrade for users of version 4.0 or below of Data Abstract for .NET) - Includes Maintenance and Basic Support (1 Year)  * 验证 下载 (29 KB)

我们的价格包括ComponentSource的技术支持。对于大多数可下载的产品,还提供在线备份和免费升级为新版本,若新版本在购买后的30日内发布的话。  所有销售都是按照我们的标准条款 进行的,并且适用我们的退货政策. 请 联系我们 若您需要任何未在上面列出的License选择,包括批量License及以前的版本。 

‏我们的常规价格见上。 请登录后查看打折后的价格。

 *

What's New in Data Abstract 6?

  • New JSON data streamer for both platforms, that - working together with the JSON message in RO will make it easy to access Data Abstract servers from JavaScript.
  • Improved the IDE experience for DA LINQ, with new menus and a custom tool in Visual Studio to generate code.
  • New LoginEx method in the standard login services will provide new flexibility in implementing authentication where more parameters are needed.
  • New DA SQL Browser tool is provided in DA/.NET to explore and query DA SQL based servers.

What's New in Data Abstract for .NET?

Features in all editions of Data Abstract

  • AutoSQL lets Data Abstract generate SELECT statements on the fly, when needed
  • Dynamic Select allows clients to retrieve subsets of fields, optimizes network traffic and reduces client side memory load
  • Reduced Deltas feature for reducing network bandwidth when applying updates to tables with many fields or large blobs
  • Dynamic Where allows clients to supply custom conditions for filtering data server-side, and apply those securely without risk of SQL injection attacks
  • New Connection Types provide more flexibility for matching up statements in multi-database scenarios
  • New expandable Reconcile Dialog architecture to easily provide end-users with feedback about failed updates
  • Transparent support for Data Table Unions to publish combined data from multiple data tables as a single entity
  • New Bin2DataStreamer for improved and more efficient streaming of data between client and servers
  • Native support has been added for new XML, GUID and Decimal data types.
  • New driver support is being provided for the open source SQLite embedded database
  • Support for versioning of schema files.
  • New Welcome Page displayed after the first install to assist new users with getting acquainted with the product.

Features specific to Data Abstract for .NET

  • Database Schemas can now be accessed via the browser when using HTTP Server Channels
  • SQL Server Compact Edition driver support
  • Experimental support for the upcoming Visual Studio Codename 'Orcas'.

 *

Data Abstract for .NET and Mono is a data-access framework built on top of ADO.NET and designed to create distributed cross-database systems. Extending RemObjects SDK for .NET, it allows you to create services that access any database by providing a clear separation between data-access and business-logic. Through the use of schemas and the Schema Modeler utility, it enables you to maintain a unique code base to access multiple database engines at the same time. Cross database systems are now as simple to build as single database ones.


Data Abstract for .NET Specific Features

  • The unique RemoteDataAdapter allows you to stream and update multiple data tables at once, avoiding redundant network round-trips
  • Extendable Data Abstract Remote Service provides you with all the basics to access your databases and start coding your business layer immediately
  • Unique and simpler driver architecture controlled by XML configuration files
  • Exchange data in an optimized binary format with clients written in .NET, Mono, Delphi or Kylix and running on a large variety of platforms

RemObjects Data Abstract Core Features

  • Build scalable multi-tier cross platform database applications for .NET, Mono and Win32
  • Target different database back-ends using a common code base
  • Use Schema Modeler to design the interface of your data
  • Leverage the new wizards and IDE enhancements to build DA applications even easier than with previous versions
  • Support for a wide range of database back-ends, including Microsoft SQL Server, Oracle, DB2, Interbase/Firebird, Sybase, PostgreSQL, MySQL, SQLite, NexusDB and many more


Data Abstract for .NET Features

  • Complete abstraction of different databases: use the same code for Microsoft SQL Server, InterBase, Oracle, MySQL, DBISAM, DB/2, etc.
  • Build your applications with a "stateless" focus for maximum scalability and seamless cluster integration
  • Stream data all at once, on demand, paged or any combination of those
  • Re-synch fields automatically with the remote data source
  • Use update rules to design complex update sequences without a single line of code
  • Enhanced Business Processors give you more control on your business updates
  • Cross-database autoincrement and generator-based field support
  • Work with either auto-generated SQL or proprietary dialects, whenever higher performance or access to RDBMS specific features is required
  • Full support for stateless Master/Detail transactional updates
  • Update Rules: create complex update sequences without a single line of code
  • Design your data-access layer in an innovative RAD way using the Schema Modeler
  • Minimize SQL dialect differences using Data Abstract's macro processor
  • Easily create your own data access driver to extend the list that comes with the product
  • Support for regular expressions for client-side data-validation
  • No deployment license costs

Data Abstract Schema Modeler
Data Abstract's use of Schemas enables you to maintain a unique code base to access multiple database engines at the same time, making it easy to build cross database systems.
Schemas shield both the middle-tier business logic and the client applications from the intricacies of the back-end database by defining the proper commands and data tables and mapping these to the physical data sources.
Data Abstract includes the Schema Modeler utility, which is deeply integrated with the supported IDEs, to aid you in designing and maintaining Schema definitions. Schema Modeler includes tools for creating data tables and commands from the underlying database, designing the mappings for individual data sources and defining master/detail and foreign key relationships.


注意

还未完成翻译的产品说明, 我们提供了Google 翻译的连结方便您使用. 但请注意, 自动翻译有时候可能会有翻译错误.
强力驱动
在Firefox 和Opera 需要Flash.

产品搜索

输入搜索词:

为什么从ComponentSource购买?

ComponentSource 提供独特的全球国际服务, 在世界各地共有超过1,000,000开发者客户.

更多讯息 | 关于我们