Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 363 Bytes

Force

General-purpose framework for rapid .NET applications development. Built around CQRS and DDD approaches.

Install stable version into your project via Nuget:

Install-Package Force

And when you start, just keep

using Force; // :-)

If you are in love with AutoMapper as we are, please have a look also at:

Install-Package Force.AutoMapper