1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Updated EF JSON sample

Aded search, JSON index, cleaned-up code.
This commit is contained in:
Jovan Popovic
2017-01-15 17:50:27 +01:00
parent 20486d03b3
commit 0d039ac0c9
5 changed files with 38 additions and 7 deletions

View File

@ -1,10 +1,10 @@
using Microsoft.AspNetCore.Builder;
using EFGetStarted.AspNetCore.NewDb.Models;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using EFGetStarted.AspNetCore.NewDb.Models;
using Microsoft.EntityFrameworkCore;
namespace BackingFields
{