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 da ...
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 周二