Issue tracker and info on Visual Studio tooling for ASP.NET
Перейти к файлу
Balamurugan Chirtsabesan 658bb0aea5 Update to known issues fixed in 12/12 update to VS 2017 RC 2016-12-12 10:34:07 -08:00
images updating readme for preview2 (#775) 2016-09-13 10:57:20 -07:00
specs Adding publish to linux pdf 2015-11-03 18:38:05 -08:00
.gitattributes Initial commit 2015-03-04 23:51:47 -08:00
.gitignore Initial commit 2015-03-04 23:51:47 -08:00
CONTRIBUTING.md Update Home master -> Home dev 2015-05-12 11:55:43 -07:00
LICENSE.txt Update LICENSE.txt and license header on files. 2015-05-01 14:05:23 -07:00
README.md Update README.md 2016-09-12 14:08:18 -07:00
known-issues-vs2015.md fixing formatting 2016-12-08 15:00:28 -08:00
known-issues-vs2017.md Update to known issues fixed in 12/12 update to VS 2017 RC 2016-12-12 10:34:07 -08:00
release-notes.md adding link to blog post 2016-09-15 09:16:15 -07:00

README.md

Visual Studio Tooling for ASP.NET Core

ASP.NET Core is a new open-source and cross-platform framework for building modern cloud based internet connected applications, such as web apps, IoT apps and mobile backends. ASP.NET Core apps can run on .NET Core or on the full .NET Framework. You can learn more about it [here.] (https://docs.asp.net/en/latest/intro.html#introduction-to-asp-net-core)

If you want to try the latest ASP.NET Core tooling builds for Visual Studio 2015, you can download from here. You can view [release notes] (https://github.com/aspnet/Tooling/blob/master/release-notes.md) to read about additional details. You can also visit [issue tracker] (https://github.com/aspnet/Tooling/issues) to view existing issues and open new ones.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.