摘要: This tutorial will teach you the basics of building an ASP.NET Core MVC web app using Visual Studio 2015. 在这个范例里,我们将使用Visual Studio 2015创建基本的Asp.Net Core MVC网站。 安装Visual Studio和.Net Core Install Vis... 阅读全文
posted @ 2017-01-16 10:40 James.Ying 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 配置运行环境 Install the latest Azure SDK for Visual Studio. The SDK installs Visual Studio if you don't already have it. 安装Azure SDK for Visual Studio,如果你的Visual Studio还没有安装这个SDK的话 Install .NET Core + ... 阅读全文
posted @ 2017-01-16 10:38 James.Ying 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 运行应用 In Visual Studio, press CTRL+F5 to launch the app. Visual Studio launches a browser and navigates to http://localhost:port/api/values, where port is a randomly chosen port number. If you're using... 阅读全文
posted @ 2017-01-16 10:33 James.Ying 阅读(570) 评论(0) 推荐(0) 编辑
摘要: HTTP is not just for serving up web pages. It’s also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible, and ubiquitous. Almost any platform that you can thi... 阅读全文
posted @ 2017-01-16 10:32 James.Ying 阅读(661) 评论(0) 推荐(0) 编辑
摘要: Setting Up Your Development Environment 设置你的开发环境 To setup your development machine download and install .NET Core and Visual Studio Code with the C# extension. Node.js and npm is also required. If not... 阅读全文
posted @ 2017-01-16 10:30 James.Ying 阅读(1127) 评论(0) 推荐(1) 编辑
摘要: ASP.NET Core is a significant redesign of ASP.NET. This topic introduces the new concepts in ASP.NET Core and explains how they help you develop modern web apps. Asp.net Core是重新设计过得新一代Asp.Net。此篇文章介绍A... 阅读全文
posted @ 2017-01-16 09:48 James.Ying 阅读(711) 评论(0) 推荐(4) 编辑