Recursive Learning

At first, I just want to learn SQL Server / T-SQL, which I hope can replace MySQL.

Then, I was attracted by Azure.

And I was trying to deploy Nodejs application on Azure.

Later on, I noticed that I can create Web API on Azure.

And I found that Web API can also be created by new ASP.NET Core 1.0 (like Nodejs, it is cross-platform).

With the Asp.NET Core 1.0, there is Entity Framework Core 1.0 as well, I am jumping into Entity Framework.


Material I have collected:

1) Create Node.js API using Swaggerize-express and Yo tool

https://blogs.msdn.microsoft.com/azureossds/2015/06/01/create-nodejs-api-app-using-swaggerize-express-and-yo-tool/

2) Open API Specification

https://github.com/OAI/OpenAPI-Specification/wiki

http://swagger.io/

3) Swaggerize-express on github

https://github.com/krakenjs/swaggerize-express

4) NPM generator-swaggerize

https://www.npmjs.com/package/generator-swaggerize

5) ASP.NET Core 1: Build your first web API with MVC 6

https://docs.asp.net/en/latest/tutorials/first-web-api.html

6) ASP.NET Core 1: Get started with Entity Framework 7

http://docs.efproject.net/en/latest/platforms/aspnetcore/getting-started.html

7) Introduce to ASP.NET vNext (ASP.NET Core 1)

https://github.com/aspnet/Home/wiki

8) Getting start with API app and ASP.NET on Azure

https://azure.microsoft.com/en-us/documentation/articles/app-service-api-dotnet-get-started/

9) Cross-platform single page application with Asp.NET 5, Angular 2, TypeScript

http://chsakell.com/2016/01/01/cross-platform-single-page-applications-with-asp-net-5-angular-2-typescript/


是爲之記。

Alva Chien
2016.4.7
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章