1. Trang chủ
  2. » Giáo Dục - Đào Tạo

1 asp dotnet core api building first m1 slides kho tài liệu training

15 40 0

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Định dạng
Số trang 15
Dung lượng 437,38 KB

Các công cụ chuyển đổi và chỉnh sửa cho tài liệu này

Nội dung

This bullet list with animations The Big Picture: ASP.NET Core, .NET Core and .NET Standard Starting an ASP.NET Core Project Request Pipeline and Middleware Coming Up... This slide is w

Trang 1

@KevinDockx https://www.kevindockx.com

ARCHITECT

KEVIN DOCKX

GETTING ACQUAINTED WITH ASP.NET CORE

Building your First API with ASP.NET Core

Trang 2

From introducing

ASP.NET Core…

It’s all About Gradual Improvement

… to building the API … … to using Entity

Framework Core

Trang 3

This bullet list

with

animations

The Big Picture: ASP.NET Core, NET Core and NET Standard

Starting an ASP.NET Core Project Request Pipeline and Middleware

Coming Up

Trang 4

Visual Studio 2015 Update 3 or Community Edition

Tooling

Postman

https://www.getpostman.com/

A browser of choice

https://www.visualstudio.com/free

Trang 5

This slide is

with

animations

Framework for building modern internet connected applications

Open-source

- https://www.github.com/aspnet/

Cross-platform

- Runs on Windows, Mac, Linux

- Develop on Windows, Mac, Linux

ASP.NET Core: The Big Picture

Trang 6

This slide is

with

animations

Rethought from the ground up Granular set of NuGet packages Smaller application surface area

- Tighter security

- Reduced servicing

- Improved performance

ASP.NET Core: The Big Picture

Trang 7

Full NET Framework

The full framework we know (& love J)

.NET Core

Modular version of NET Framework

(which we’ll grow to know & love J)

Portable across platforms Subset of NET Framework Web: Windows, Linux, Mac Other: desktop, devices, phone

Implementation of NET Standard

ASP.NET Core: The Big Picture

Trang 8

Full NET Framework

Target all dependencies we’re used to

.NET Core

Modularity Small footprint Performance improvements Cross-platform

.NET Core is the go-to choice

ASP.NET Core: The Big Picture

Trang 9

This bullet list

with

animations

Downloading and Installing NET Core

Trang 10

This bullet list

with

animations

Starting a new ASP.NET Core Project

Trang 11

The ASP.NET Core Request Pipeline &

Middleware

Request

Response

middle ware

middle ware

middle ware

// ops

// ops

// ops

// ops // ops

// ops

Trang 12

The ASP.NET Core Request Pipeline &

Middleware

Request

Response

middle ware

middle ware

middle ware // ops

// ops

Trang 13

This bullet list

with

animations

Configuring the ASP.NET Request Pipeline

Trang 14

This bullet list

with

animations

ASP.NET Core

- Rethought from the ground up

- Tighter security, small footprint, cross-platform, better performance

- Runs on full NET or NET Core Program class

- Responsible for configuring and running the application

Startup class: entry point of our web application

Summary

Trang 15

This bullet list

with

animations

ConfigureServices is used to add services

to the container, and to configure those services

Configure is used to specify how an ASP.NET application will respond to individual HTTP requests

Use middleware to configure the HTTP request pipeline

ASP.NET Core supports different environments

Summary

Ngày đăng: 17/11/2019, 08:26

TỪ KHÓA LIÊN QUAN