DALINQ
Data Abstract for .NET provides a LINQ query provider for Data Abstract services that works with .NET 3.5 Framework and later, and RemObjects Oxygene and allows you to write type-safe query expressions with strongly typed code. There are two samples available, one for the console and one that is a desktop program.
Typically the samples are located in C:\Users\Public\Documents\RemObjects Samples\Data Abstract for .NET
. Inside that folder you will find folders for each programming language that Data Abstract for .NET supports.
Sample 1: Console based program
The Console Sample is a non interactive program available in both C# and Silver that retrieves data and prints it to the console.
Sample 2: Desktop based program
The Desktop Sample is an interactive program available in C#, Oxygene, Silver and Visual Basic.