copyright | lastupdated | subcollection | ||
---|---|---|---|---|
|
2017-10-25 |
cloud-foundry |
{:shortdesc: .shortdesc} {:new_window: target="_blank"} {:codeblock: .codeblock}
{: #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}
{: #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.
{: #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.