Skip to content
jefking edited this page Oct 19, 2014 · 7 revisions

Generate a data access layer for your SQL Server database for use with the King.Mapper framework.

  • Generate Data Access Layer, per-compile
  • Ensure DAL reflects current SQL Server
  • C# output for custom usages
  • Test Case Generation in NUnit & MSTest
  • Fully mockable
  • Fully extendable
PM> Install-Package King.Mapper.Generator
Clone this wiki locally