ASP.NET Core tutorials
Asp.net core 教程
2016-10-14 1 分钟阅读时长
本文内容
构建web应用
构建web api 程序
操作数据
4.Authentication and authorization
验证与授权
CS 开发
6.Testing
测试
发布与部署
如何下载示例
The following step-by-step guides for developing ASP.NET Core applications are available:
下面的手把手指南,使asp.net core 应用开发成为可能:
Building web applications
构建一个 web 程序
本人没钱买 apple mac book pro ,所以也不翻译~
用 vs 在windows上创建一个asp.net core 程序
- Create an ASP.NET Core app with Visual Studio Code on Mac or Linux
- Getting started with ASP.NET Core and Entity Framework Core using Visual Studio
Vs 开发 Asp.net core 与 entity framework core 入门指南
HTML helper
构建一个简单的视图组件
用dotnet watch 开发asp.net core 应用
Building web APIs
构建 web api
- Create a Web API with ASP.NET Core and Visual Studio for Mac
- Create 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 Code
- ASP.NET Web API Help Pages using Swagger
- Creating backend web services for native mobile applications
为移动app程序,创建后端web服务
Working with data
操作数据
VS使用asp.net core 与entity framework core 入门指南
新数据库,操作
已存在数据库操作
Authentication and authorization
认证与授权
- Enabling authentication using Facebook, Google and other external providers
- Account Confirmation and Password Recovery
- Two-factor authentication with SMS
Client-side development
- Using Gulp
- Using Grunt
- Manage client-side packages with Bower
- Building beautiful, responsive sites with Bootstrap
用 bootstrap 构建漂亮的,响应式的站点
Testing
测试
.net core中的单元测试
Publishing and deployment
发布与部署
- Deploy an ASP.NET Core web app to Azure using Visual Studio
- Publishing to an Azure Web App with Continuous Deployment
- Deploy 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 Deployment
- ASP.NET Core on Nano Server
- ASP.NET Core and Azure Service Fabric
How 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 周二