Azure DevOps, Scrum, & .NET Software Leadership and Consulting Services

Free course! Predicting the Future, Estimating, and Running Your Projects with Flow Metrics

“Non-Useless Unit Testing for Entity Framework Core & ASP.NET MVC Core”: Slides & Code from VSLive Orlando 2018


I spoke at VSLive Orlando 2018 last week and as promised here are the slides and code samples from my Non-Useless Unit Testing for Entity Framework Core & ASP.NET MVC Core talk.

We all know that we should be writing unit tests for our applications.  But what do you do about that database code?  Data access code is FAMOUS for wrecking our dreams for a clean, unit testable application.  Add ASP.NET MVC Core and application security into the mix and those unit testing dreams just drift further and further away.  

It doesn’t have to be that way.  Heck! It’s not even that hard to do!  It just takes a little bit of planning and some basic design patterns.  In this session, we’ll go through how to design and build your ASP.NET MVC Core & Entity Framework Core applications so that you’ve got a clean, maintainable, and unit testable design.

Slides
Code samples

Enjoy!
-Ben

SUBSCRIBE TO THE BLOG


Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.