基本信息
源码名称:微软.NET Core2.0开发手册.pdf
源码大小:22.78M
文件格式:.pdf
开发语言:C#
更新时间:2020-03-31
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍


Table of Contents
Introduction
Getting Started
Create a Web app
Create a Web API
Tutorials
Fundamentals
Application Startup
Middleware
Working with Static Files
Routing
URL Rewriting Middleware
Error Handling
WebSockets
Globalization and localization
Configuration
Logging
File Providers
Dependency Injection
Working with Multiple Environments
Hosting
Session and application state
Servers
Kestrel
ASP.NET Core Module
WebListener
HttpSys
RequestFeatures
Open Web Interface for .NET (OWIN)
Choose between ASP.NET Core and ASP.NET
Choose between .NET Core and .NET Framework runtime
Microsoft.AspNetCore.All metapackage
MVC
Razor Pages
Razor syntax
Model Binding
Model validation
Views
Razor syntax
View compilation
Layout
Tag helpers
Partial views
Dependency injection into views
View components
Controllers
Routing to controller actions
File uploads
Dependency injection into controllers
Testing controllers
Advanced
Working with the Application Model
Filters
Areas
Application parts
Custom Model Binding
Custom formatters
Formatting response data
Tutorials
Create a Razor Pages web app
Create an MVC web app on Windows
Create an MVC web app on a Mac
Create an MVC web app with VS Code
Dataaccess - working with EF Core
Creating backend services for mobile apps
Building Web APIs
Create a Web API
Testing and debugging
Unit testing
Integration testing
Testing controllers
Remote debugging
Working with Data
Getting started with ASP.NET Core and Entity Framework Core using VisualStudio
ASP.NET Core with EF Core - new database
ASP.NET Core with EF Core - existing database
Getting Started with ASP.NET Core and Entity Framework 6
Azure Storage
Adding Azure Storage by using VisualStudio Connected Services
Get started with Blob storage and VisualStudio Connected Services
GetStarted with Queue Storage and VisualStudio Connected Services
GetStarted with Table Storage and VisualStudio Connected Services
Client-Side Development
Using Gulp
Using Grunt
Manage client-side packages with Bower
Building beautiful, responsive sites with Bootstrap
Knockout.js MVVM Framework
Using AngularJS for Single Page Apps (xref:client-side/SPAs)
Using JavaScriptServices for Single Page Apps (xref:client-side/SPAs)
Styling applications with Less, Sass, and Font Awesome
Bundling and minification
Building Projects with Yeoman
Using Browser Link
Mobile
Creating Backend Services for Native Mobile Applications
Hosting and deployment
Host on Windows with IIS
ASP.NET Core Module Configuration Reference
IIS Modules with ASP.NET Core
Host in a Windows service
Host on Linux with Nginx
Host on Linux with Apache
Host in Docker
Building Docker Images
VisualStudio Tools for Docker
Publish to a Docker Image
Publish to Azure with VisualStudio
Continuous deployment to Azure with VisualStudio and Git
Continuous deployment to Azure with VSTS
Publish profiles in VisualStudio
Directory structure
Security
Authentication
Community OSS authentication options
Introduction to Identity
Configure Identity
Configure Windows Authentication
Configure primary key type for Identity
Custom storage providers for ASP.NET Core Identity
Enabling authentication using Facebook, Google and other external providers
Account Confirmation and Password Recovery
Enabling QR Code generation in ASP.NET identity
Two-factor authentication with SMS
Using Cookie Authentication without ASP.NET Core Identity
Azure Active Directory
Securing ASP.NET Core apps with IdentityServer4
Authorization
Introduction
Create an app with user data protected by authorization
Simple Authorization
Role based Authorization
Claims-Based Authorization
Custom Policy-Based Authorization
Dependency Injection in requirement handlers
Resource Based Authorization
View Based Authorization
Limiting identity by scheme
Data Protection
Introduction to Data Protection
Getting Started with the Data Protection APIs
Consumer APIs
Configuration
Extensibility APIs
Implementation
Compatibility
Enforcing SSL
Setting up HTTPS for development
Safe storage of app secrets during development
Azure Key Vault configuration provider
Anti-RequestForgery
Preventing Open Redirect Attacks
Preventing Cross-Site Scripting
Enabling Cross-Origin Requests (xref:security/CORS)
Performance
Caching
In-Memory Caching
Working with a Distributed Cache
Response Caching
Response Caching Middleware
Response Compression Middleware
Migration
ASP.NET to ASP.NET Core 1.x
Configuration
Authentication and Identity
Web API
HTTP Modules to Middleware
ASP.NET Core 1.x to 2.0
Authentication and Identity
API Reference
2.0 release notes
1.1 Release notes
Earlier release notes
VS 2015/project.json docs
Contribute