Updated data chapter with EF, caching, NoSQL

Added caching support and some diagnostic code.
This commit is contained in:
Steve Smith
2017-04-23 16:24:19 -04:00
parent a69afa2264
commit 708e85233e
8 changed files with 137 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Metadata.Builders;
using Microsoft.eShopWeb.ApplicationCore.Entities;
namespace Microsoft.eShopWeb.Infrastructure
{