索引:
目录索引
ASP.NET Core tutorials
Asp.net core 教程
2016-10-14 1 分钟阅读时长
本文内容
1.Building web applications
构建web应用
2.Building web APIs
构建web api 程序
3.Working with data
操作数据
4.Authentication and authorization
验证与授权
5.Client-side development
CS 开发
6.Testing
测试
7.Publishing and deployment
发布与部署
8.How to download a sample
如何下载示例
The following step-by-step guides for developing ASP.NET Core applications are available:
下面的手把手指南,使asp.net core 应用开发成为可能:
Building web applications
构建一个 web 程序
Create an ASP.NET Core app with Visual Studio for Mac本人没钱买 apple mac book pro ,所以也不翻译~
Create an ASP.NET Core app with Visual Studio on Windows用 vs 在windows上创建一个asp.net core 程序
Create an ASP.NET Core app with Visual Studio Code on Mac or LinuxGetting started with ASP.NET Core and Entity Framework Core using Visual StudioVs 开发 Asp.net core 与 entity framework core 入门指南
Building projects with YeomanAuthoring Tag HelpersHTML helper
Creating a simple view component构建一个简单的视图组件
Developing ASP.NET Core applications using dotnet watch用dotnet watch 开发asp.net core 应用
Building web APIs
构建 web api
Create a Web API with ASP.NET Core and Visual Studio for MacCreate a Web API with ASP.NET Core and Visual Studio for Windows用 vs 在windows上创建一个asp.net core web api 程序
Create a Web API with ASP.NET Core and Visual Studio CodeASP.NET Web API Help Pages using SwaggerCreating backend web services for native mobile applications为移动app程序,创建后端web服务
Working with data
操作数据
Getting started with ASP.NET Core and Entity Framework Core using Visual StudioVS使用asp.net core 与entity framework core 入门指南
ASP.NET Core with EF Core - new database新数据库,操作
ASP.NET Core with EF Core - existing database已存在数据库操作
Authentication and authorization
认证与授权
Enabling authentication using Facebook, Google and other external providersAccount Confirmation and Password RecoveryTwo-factor authentication with SMSClient-side development
Using GulpUsing GruntManage client-side packages with BowerBuilding beautiful, responsive sites with Bootstrap用 bootstrap 构建漂亮的,响应式的站点
Testing
测试
Unit Testing in .NET Core using dotnet test.net core中的单元测试
Publishing and deployment
发布与部署
Deploy an ASP.NET Core web app to Azure using Visual StudioPublishing to an Azure Web App with Continuous DeploymentDeploy an ASP.NET container to a remote Docker host在 docker 上部署 asp.net core 容器
Use VSTS to Build and Publish to an Azure Web App with Continuous DeploymentASP.NET Core on Nano ServerASP.NET Core and Azure Service FabricHow to download a sample
怎样下载示例
Download the ASP.NET repository zip file.Unzip the Docs-master.zip file.Use the URL in the sample link to help you navigate to the sample directory.
蒙
2017-07-11 16:32 周二
转载于:https://www.cnblogs.com/Meng-NET/p/7151271.html