Entity Framework Basics

This commit is contained in:
Unknown
2018-01-07 10:03:42 +00:00
parent 871d7a90bc
commit 55a1cb5bc1
15 changed files with 338 additions and 0 deletions

View File

@ -0,0 +1 @@
<h1>Hello World</h1>

View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<title>Title</title>
</head>
<body>
@RenderBody()
</body>
</html>

View File

@ -0,0 +1 @@
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

View File

@ -0,0 +1,3 @@
@{
Layout = "_Layout";
}