Data Abstract Categories (.NET)
From RemObjects Wiki

This is the collection of Categories about Data Abstract for .NET
Categories on Data Abstract for .NET | Xcode | Delphi | Java | JavaScript
Accessing Data
- DA LINQ in Depth — Article describes how DA LINQ works in depth
- DA LINQ Table Definitions — Article describes DA LINQ Table Definitions classes
- Dynamic Select — Describes the Dynamic Select feature
- Dynamic Where — Describes the Dynamic Where feature that allows to perform database server-side data filtering
- How to add a Second Data Service to your Data Abstract Server — Describes how an additional Data service can be added to an existing Data Abstract for .NET server
- How to add Authentication to your Custom Data Abstract Server — Describes how authentication can be added to a custom Data Abstract for .NET-based server
- How to enable JavaScript Client Access in your Data Abstract Server — Describes how JavaScript clients support can be added to an existing Data Abstract for .NET server
- How to enable OData Access in your Data Abstract Server — Describes how an OData interface can be added to an existing Data Abstract for .NET server
- How to work with FILESTREAM data type in SQL Server 2008 — Describes how FILESTREAM data stored by the MS SQL server can be acessed from a Data Abstract for .NET server
Architecture
- Bin2DataStreamer — Introduces the Bin2 data streamer
- Data Abstract Client — This article provides a broad overview of the Data Abstract multi-tier architecture
- DAUpdatesFailedException — The exception that is raised at failure during applying of data changes.
- Legacy Schema Modeler 3 — An overview of Schema Modeler tool for Windows
- Schema Modeler for Windows — An overview of Schema Modeler tool for Windows
Azure
Basic Concepts
Business Logic
- Business Processor Sample — This sample provides an overview over using Business Processors to control data access and updates and how to react to changes propagated back or rejected by the server.
- Business Rules Scripting Overview — A brief overview of the Business Rules Scripting feature
- How to validate Data Access with Business Processors — Describes how to validate data access using Business Processors
- Introduction to Business Rules Scripting — An introductory look at why to use using Business Rules Scripting and how to achieve common tasks with the Business Rules Scripting APIs in Relaticity Server.
- Validating Updates with Business Processors — Describes how to validate data updates with business processor
Business Rules Scripting
- Business Rules Scripting Overview — A brief overview of the Business Rules Scripting feature
- How to add Client-Side Business Rules Scripting Support — Describes how Business Rules Scripting support can be added to an existing Data Abstract for .NET client application
- How to add JavaScript Business Rules Scripting Support to your Data Abstract Server — Describes how Business Rules Scripting support can be added to an existing Data Abstract for .NET server application
- Introduction to Business Rules Scripting — An introductory look at why to use using Business Rules Scripting and how to achieve common tasks with the Business Rules Scripting APIs in Relaticity Server.
Clients
- Data Abstract and ASP.NET MVC — This article describes how to create an ASP.NET MVC website that uses Data Abstract for .NET as data source
- Data Abstract Client — This article provides a broad overview of the Data Abstract multi-tier architecture
- Handling Client-Side Authentication — Describes how authentication can be handled in a Data Abstract for .NET-based client application
- How to Generate and Work with DA LINQ Table Definitions — Describes how to create or update DA LINQ Table Definition classes
- How to Generate and Work with XSDs — Describes how to create or update strongly typed datased (XSD) definition based on the server's schema
- How to write a Relativity Client — Simple step-by-step tutorial describing how to create a Relativity Server client application using Data Abstract for .NET
- Working with Offline Data in Briefcase files — Describes how to work with offline data in briefcase files
Displaying Data
- DA SQL Sample — This sample shows how to use DA SQL for obtaining data
Drivers & Connections
- How to Configure Additional Drivers — Describes how an ADO.NET driver can be registered to became available for Data Abstract for .NET servers
- How to set up Your Server to Connect to MySQL — Install and Configure the MySQL Connector to use mYSQL from your DA/.NET servers and Relativity Server
Getting Started
- Choosing a Custom Data Abstract Server vs. Relativity Server — This article gives an overview over the pros and cons of choosing a custom Data Abstract Server vs. choosing Relativity Server
IDE
- DA LINQ Table Definitions — Article describes DA LINQ Table Definitions classes
- How to debug your Data Abstract Server — Describes how to debug the server application with access to the Data Abstract for .NET sources
- How to Generate and Work with DA LINQ Table Definitions — Describes how to create or update DA LINQ Table Definition classes
- How to Generate and Work with XSDs — Describes how to create or update strongly typed datased (XSD) definition based on the server's schema
Login and Authentication
Project Templates
- The Client Project Generated by the Data Abstract New Project Wizard — Describes client project generated by the New Project Wizard
- The Server Project Generated by the Data Abstract New Project Wizard — Describes server project generated by the New Project Wizard
Relativity Server
- Choosing a Custom Data Abstract Server vs. Relativity Server — This article gives an overview over the pros and cons of choosing a custom Data Abstract Server vs. choosing Relativity Server
- How to enable OData Access in your Data Abstract Server — Describes how an OData interface can be added to an existing Data Abstract for .NET server
- How to set up a Domain in Relativity Server using Server Explorer for Mac — This article describes how to create and configure a new Relativity Domain.
- How to set up a Domain in Relativity Server using the Admin Tool for Windows — Describes how to create and configure new Relativity Domain
- How to set up Your Server to Connect to MySQL — Install and Configure the MySQL Connector to use mYSQL from your DA/.NET servers and Relativity Server
- How to write a Relativity Client — Simple step-by-step tutorial describing how to create a Relativity Server client application using Data Abstract for .NET
- How to write Relativity Clients — Overview — This article describes how to create a Relativity Client application
- Relativity Server Admin Tool — A brief description of the Relativity Server Admin Tool
Schema Modeler
- Legacy Schema Modeler 3 — An overview of Schema Modeler tool for Windows
- Schema Modeler for Windows — An overview of Schema Modeler tool for Windows
Schemas
- AutoIncs — Describes how auto-increment fields are managed by the Data Abstract
- Column Mappings — Describes how physical database fields are mapped to the Schema Table fields
- Command and Data Table Parameters — Describes how parametrized commands and data table queries can be defined and accessed
- Legacy Schema Modeler 3 — An overview of Schema Modeler tool for Windows
- Schema Modeler for Windows — An overview of Schema Modeler tool for Windows
Security, Authentication & Session Management
- Authentication and application security — Article describes how to perform login to the RemObjects SDK or Data Abstract for .NET server
- Handling Client-Side Authentication — Describes how authentication can be handled in a Data Abstract for .NET-based client application
- How to add Authentication to your Custom Data Abstract Server — Describes how authentication can be added to a custom Data Abstract for .NET-based server
Servers
- How to add Logging to your Server — Describes how logging can be added to a Data Abstract for .NET-based server application
- How to enable OData Access in your Data Abstract Server — Describes how an OData interface can be added to an existing Data Abstract for .NET server
The DA/Xcode Book
Working with Data
- Briefcases Sample — Working with Data Abstract Briefcases
- Compact Framework Sample — This sample shows how to access data via Data Abstract in Compact Framework applications
- DA LINQ in Depth — Article describes how DA LINQ works in depth
- DA LINQ Sample — This sample demonstrates accessing remote data via DA LINQ queries.
- DA LINQ Table Definitions — Article describes DA LINQ Table Definitions classes
- Dynamic Select Sample — This sample shows how to use the Dynamic Select feature to decrease network traffic and server load, retrieving only needed columns.
- Dynamic Where Sample — This sample illustrates the use of Dynamic Where to submit secure Where clauses to the server in order to filter records fetched to the client.
- MonoTouch Sample — Accessing data via Data Abstract in MonoTouch applications
- PCTrade Sample Server - WinForms — This application is a server for the client applications in the Data Abstract Samples Suite.
- PCTrade Sample Server - WPF — This application is a server for the client applications in the Data Abstract Samples Suite.
- Reduced Delta Sample — This sample shows how to use Reduced Deltas to save bandwidth when applying changes to the server, where rows may contain potentially large but unchanged data.
- Silverlight Sample — This sample demonstrates how to access data via Data Abstract in Silverlight applications
- Union Tables Sample — This sample uses Unions defined in the server's Schema to fetch data from several tables in the back-end database which is seamlessly combined and available to the client as a unified data table.
- Windows Forms Sample — This sample shows some of the core Data Abstract features like Reduced Delta, Dynamic Where, Business Rules etc.
- WPF Bindings Sample — This sample shows how WPF controls can be bound to data retrieved via Data Abstract