Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.21 KB

dotnet-index.md

File metadata and controls

31 lines (23 loc) · 1.21 KB
copyright lastupdated subcollection
years
2015, 2018
2017-10-25
cloud-foundry

{:shortdesc: .shortdesc} {:new_window: target="_blank"} {:codeblock: .codeblock}

ASP.NET Core

{: #dotnet_core}

The ASP.NET Core runtime on {{site.data.keyword.Bluemix}} is powered by the ASP.NET Core buildpack. ASP.NET Core is a modular open source framework for building .NET web applications. .Net Core is a small, cross-platform runtime that can be targeted by ASP.NET Core applications. They combine to enable modern, cloud-based web applications. {: shortdesc}

Detection

{: #dotnet-detection} The {{site.data.keyword.Bluemix}} ASP.NET Core buildpack is used if there are one or more folders containing both a project.json and at least one .cs file anywhere in the application, or if the application is pushed from the output directory of the dotnet publish command.

Starter application

{: #dotnet-starter_application}

{{site.data.keyword.Bluemix_notm}} provides an ASP.NET Core starter application. The ASP.NET Core starter application is a simple app that provides a template that you can use. You can experiment with the starter app, and make and push changes to the {{site.data.keyword.Bluemix_notm}} environment.