Machine.Specifications and Entity Framework Examples

I am trying to find some good practice examples (or some examples, actually) of using Machine.Specifications with ASP.Net Entity Framework in an MVC project.

Not having much experience with Machine.Specifications, I am interested to see what tests other people find useful and if there are any errors for using EF-generated objects instead of custom ones.

Pointers, suggestions and examples are very much appreciated.

+3
source share
1 answer

This is a blog post as a result of which I started using machine.spec, http://blog.wekeroad.com/blog/make-bdd-your-bff-2/

Rob, goes through a complete installation, from installation to writing specifications. It does not use EF, but it should still drive you in the right direction. I used SubSonic in my training project.

+2
source

Source: https://habr.com/ru/post/1728856/


All Articles