.NET on Linux: Entity Framework Core 1.0

42
1 1 .NET on Linux: Entity Framework Core 1.0 http://redhatloves.net

Transcript of .NET on Linux: Entity Framework Core 1.0

Page 1: .NET on Linux: Entity Framework Core 1.0

11

.NET on Linux: Entity Framework Core 1.0

http://redhatloves.net

Page 2: .NET on Linux: Entity Framework Core 1.0

Admitted bias alert!This presentation uses Red Hat Enterprise Linux as supplied by the Red Hat Container Development Kit

Page 3: .NET on Linux: Entity Framework Core 1.0
Page 4: .NET on Linux: Entity Framework Core 1.0
Page 5: .NET on Linux: Entity Framework Core 1.0

Quick Overview of .NET Core

Page 6: .NET on Linux: Entity Framework Core 1.0

Quick Overview of .NET Core

● .NET Core is new

Page 7: .NET on Linux: Entity Framework Core 1.0

Quick Overview of .NET Core

● .NET Core is new● It’s the future

Page 8: .NET on Linux: Entity Framework Core 1.0

Quick Overview of .NET Core

● .NET Core is new● It’s the future● Has a fast development cycle

Page 9: .NET on Linux: Entity Framework Core 1.0

● .NET Core is new● It’s the future● Has a fast development cycle● In short, it’s legit

Quick Overview of .NET Core

Page 10: .NET on Linux: Entity Framework Core 1.0

Installation (on Red Hat Enterprise Linux)

subscription-manager list --available

subscription-manager attach --pool=<id>

subscription-manager repos --enable=rhel-7-server-dotnet-rpms

yum install -y scl-utils

yum install -y rh-dotnetcore10

scl enable rh-dotnetcore10 bash

Page 11: .NET on Linux: Entity Framework Core 1.0

Much the same

● Blah blah blah .NET blah blah Linux blah blah.● In other words, you can run the same code on Linux or

Windows (or MacOS).● There are a few considerations for Linux containers.

Page 12: .NET on Linux: Entity Framework Core 1.0

dotnet

The new Command Line Interface (CLI)

Page 13: .NET on Linux: Entity Framework Core 1.0

The ubiquitous “Hello World”The “big three”: New, Restore, Run

<repo>/HelloWorld

Page 14: .NET on Linux: Entity Framework Core 1.0

Let’s talk about Entity Framework Core 1.0

Page 15: .NET on Linux: Entity Framework Core 1.0

It’s new

Let’s talk about EF Core 1.0

Page 16: .NET on Linux: Entity Framework Core 1.0

Naming:

Entity Framework Everywhere

Let’s talk about EF Core 1.0

Page 17: .NET on Linux: Entity Framework Core 1.0

Naming:

Entity Framework Everywhere

Entity Framework 7 (EF7)

Let’s talk about EF Core 1.0

Page 18: .NET on Linux: Entity Framework Core 1.0

Naming:

Entity Framework Everywhere

Entity Framework 7 (EF7)

Entity Framework Core (EF Core) 1.0

Let’s talk about EF Core 1.0

Page 19: .NET on Linux: Entity Framework Core 1.0

EF 3.5, EF 4

Built into .NET framework

L-O-N-G development cycles

Eine kleine history

Page 20: .NET on Linux: Entity Framework Core 1.0

EF 4.x, EF 5

New stuff in Nuget

Rest still in .NET

Eine kleine history

Page 21: .NET on Linux: Entity Framework Core 1.0

EF 6.x

Runtime on Nuget

Eine kleine history

Page 22: .NET on Linux: Entity Framework Core 1.0

EF Core 1.0

All on Github

Eine kleine history

Page 23: .NET on Linux: Entity Framework Core 1.0

EF Core works with .NET Framework

Run everywhere

Page 24: .NET on Linux: Entity Framework Core 1.0

EF Core works with .NET Framework

EF Core works with .NET Core

Run everywhere

Page 25: .NET on Linux: Entity Framework Core 1.0

EF Core works with .NET Framework

EF Core works with .NET Core

EF Core works with Xamarin

Run everywhere

Page 26: .NET on Linux: Entity Framework Core 1.0

Providers

Page 27: .NET on Linux: Entity Framework Core 1.0

SQL Server

Providers

Page 28: .NET on Linux: Entity Framework Core 1.0

SQL Server

Postgres

Providers

Page 29: .NET on Linux: Entity Framework Core 1.0

SQL Server

Postgres

SQLite

Providers

Page 30: .NET on Linux: Entity Framework Core 1.0

SQL Server

Postgres

SQLite

InMemory

Providers

Page 31: .NET on Linux: Entity Framework Core 1.0

SQL Server

Postgres

SQLite

InMemory

NoSQL, e.g. Redis

Providers

Page 32: .NET on Linux: Entity Framework Core 1.0

New Features

Page 33: .NET on Linux: Entity Framework Core 1.0

Batching during SaveChanges

New Features

Page 34: .NET on Linux: Entity Framework Core 1.0

Batching during SaveChanges

Client eval in LINQ queries

New Features

Page 35: .NET on Linux: Entity Framework Core 1.0

Batching during SaveChanges

Client eval in LINQ queries

Shadow state properties

New Features

Page 36: .NET on Linux: Entity Framework Core 1.0

Pay To Play

New Features

Page 37: .NET on Linux: Entity Framework Core 1.0

Pay-To-Play Example...

Page 38: .NET on Linux: Entity Framework Core 1.0

dotnet ef utility

Page 39: .NET on Linux: Entity Framework Core 1.0

ResourcesWeb sites:

RedHatLoves.Net

Dot.NET

Live.asp.net

docs.microsoft.com/en-us/dotnet

Page 40: .NET on Linux: Entity Framework Core 1.0

ResourcesRepos:

github.com/dotnet/

github.com/aspnet/

github.com/aspnet/EntityFramework

github.com/donschenck/DotNetOnLinux

github.com/donschenck/SweetVirginia

Page 41: .NET on Linux: Entity Framework Core 1.0

ResourcesBipedal, carbon-based life forms:

@DonSchenck

[email protected]

Page 42: .NET on Linux: Entity Framework Core 1.0

redhatloves.net

@DonSchenck