Info
Version: | 1.0.0 |
Author(s): | Mohamed Radwan |
Last Update: | Sunday, October 23, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://devmagicfake.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/DevMagicFake |
Install
Install-Package DevMagicFake
dotnet add package DevMagicFake
paket add DevMagicFake
DevMagicFake Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
it enables you to generate objects with data, so no need to create any faked or mock object to simulate repository anymore, it implements the concept of PI (Persistence Ignorance) of the DDD, you don't need to create DB or ORM to finish your application , by using DevMagicFake you can complete your application without writing the part of the persistence data, this will enable you to work toward verifying the business requirements and will give birth for real TDD, save your time and effort from writing faking and mocking code that will not needed anymore.