Simple.Data

Simple.Data

Simple.Data

Simple.Data is a lightweight framework that uses the dynamic features of .NET 4 to provide an expressive, ORM-ish way of accessing and manipulating data without any of the code pre-generation and boilerplate required by other frameworks. In this section, we see why and how to get started with Simple.Data. What is Simple.Data? Simple.Data is a …

Simple.Data Read More »

Requirements and Depedencies

Requirements and Depedencies

Simple.Data requires Beyond that it has no dependencies outside of the BCL other than those within its own sphere. Your project must include references to The diagram above shows all the currently available adaptors and providers and their dependencies.

Naming Conventions

Naming Conventions

One of the great features of Simple.Data is that it interprets method and property names at runtime and maps them to your underlying data-store using the convention-based approach. It also allows you to identify schema, table and column names using an indexer syntax. The ‘Fluid’ Way The convention is as follows. So, for example, Albums.GenreId will match …

Naming Conventions Read More »