parent
d15f54cb50
commit
4d7898aa80
|
@ -1,18 +1,18 @@
|
||||||
---
|
---
|
||||||
title: Introduction to ASP.NET Core MVC on Mac or Linux
|
title: Introduction to ASP.NET Core MVC on Mac, Linux, or Windows
|
||||||
author: rick-anderson
|
author: rick-anderson
|
||||||
description: Getting started with ASP.NET Core MVC and Visual Studio Code on Mac and Linux
|
description: Getting started with ASP.NET Core MVC and Visual Studio Code on Mac, Linux, and Windows
|
||||||
keywords: ASP.NET Core, MVC, VS Code, Visual Studio Code, Mac, Linux
|
keywords: ASP.NET Core, MVC, VS Code, Visual Studio Code, Mac, Linux, Windows
|
||||||
ms.author: riande
|
ms.author: riande
|
||||||
manager: wpickett
|
manager: wpickett
|
||||||
ms.date: 03/07/2017
|
ms.date: 07/07/2017
|
||||||
ms.topic: get-started-article
|
ms.topic: get-started-article
|
||||||
ms.assetid: 1d18b589-1638-4dc6-1638-fb0f41998d78
|
ms.assetid: 1d18b589-1638-4dc6-1638-fb0f41998d78
|
||||||
ms.technology: aspnet
|
ms.technology: aspnet
|
||||||
ms.prod: asp.net-core
|
ms.prod: asp.net-core
|
||||||
uid: tutorials/first-mvc-app-xplat/start-mvc
|
uid: tutorials/first-mvc-app-xplat/start-mvc
|
||||||
---
|
---
|
||||||
# Getting started with ASP.NET Core MVC on Mac and Linux
|
# Getting started with ASP.NET Core MVC on Mac, Linux, or Windows
|
||||||
|
|
||||||
By [Rick Anderson](https://twitter.com/RickAndMSFT)
|
By [Rick Anderson](https://twitter.com/RickAndMSFT)
|
||||||
|
|
||||||
|
@ -72,4 +72,4 @@ In the next part of this tutorial, we'll learn about MVC and start writing some
|
||||||
- [Windows keyboard shortcuts](https://go.microsoft.com/fwlink/?linkid=832145)
|
- [Windows keyboard shortcuts](https://go.microsoft.com/fwlink/?linkid=832145)
|
||||||
|
|
||||||
>[!div class="step-by-step"]
|
>[!div class="step-by-step"]
|
||||||
[Next - Add a controller](adding-controller.md)
|
[Next - Add a controller](adding-controller.md)
|
||||||
|
|
Loading…
Reference in New Issue