Release NotesIf you don't already have a reference to
FlitBit DTO add one using the NuGet command line:
PM> Install-Package FlitBit.Dto
Summary
FlitBit DTO is a small library that emits stereotypical implementations of
data-transfer-objects. It is part of the
FlitBit Frameworks, using
FlitBit Emit to dynamically emit, compile, and register (with the ambient
FlitBit IoC Container) optimized DTOs.
FlitBit DTO allows you to define the shape of your DTOs, as interfaces, use those interfaces in your method signatures as arguments and results -- and never have to look at or care about the implementation.
Other Useful Frameworks
Visit the
Core library's page to learn more about the
FlitBit Frameworks.
After I get the other frameworks published I'll make another pass and document the interesting parts of this library.
Build Requirements
Some of the command lines rely on Powershell. Ensure your execution policy is permissive enough if you run the batch files or powershells.
~P