Browse
Sample.Lib
.md
package

Sample.Lib

1.2.3

Sample library used to test mdnet.

mdnet contributors·MIT·8 types·Repository

net10.0#sample#docs

A tiny data-access library used to exercise every part of mdnet.

Getting started

Register the context and resolve repositories. See the design notes or the Markdoc docs.

# not a heading var repository = new EntityFrameworkRepository<Order>(context);

Core.Data

Repositories

Generic repositories over DbContext, with specifications for queries.