This section describes basic concepts that stand behind the LinqConnect technology. While it is generally enough to walk through the Getting Started topics to understand usage of LinqConnect, knowing the concepts is essential to write effective LINQ-enabled applications.
Describes how to map an entity to one or more database tables, define conditions for the mapping, and specify the column to property mappings with LinqConnect.
Describes LinqConnect fluent mapping.
Provides information on queries, relationships, object identity, and use of joins in LinqConnect.
Provides information about data modifying with LinqConnect.
Describes how you can monitor interaction of your LinqConnect application with the database server.
Provides information on how to create and drop the model database at runtime.
Provides information on how to increase security in your LinqConnect applications.
Provides some tips to increase performance of your LinqConnect applications.
Provides information on how to create a model and generate context and entity classes that can work with different databases, for example SQL Server and SQLite.