An open API service indexing awesome lists of open source software.

https://github.com/devpro/cf-dotnet-samples

Code sample of .NET applications running on Cloud Foundry
https://github.com/devpro/cf-dotnet-samples

angular cf cloud-foundry cloud-native cross-platform dotnet dotnetcore pcf

Last synced: 5 months ago
JSON representation

Code sample of .NET applications running on Cloud Foundry

Awesome Lists containing this project

README

          

# cf-dotnet-samples

Samples of .NET application running on Cloud Foundry!

This is a set of examples that run on any system (Linux, Mac, Windows) and show how Cloud Foundry can improve dramatically the deployment and maintenance of any kind of .NET applications.

## Projects

| Section | .NET Core | Template |
| ------- | ------- | ------- |
| [ASP.NET Core 2.2 Web application (Razor pages)](dotnetcore/2.2/webapp/README.md) | 2.2 | [C#] Web/MVC/Razor Pages |
| [ASP.NET Core 2.2 Angular application (SPA)](dotnetcore/2.2/angular/README.md) | 2.2 | [C#] Web/MVC/SPA |

## Documentation

All projects will require to meet the requirements described in the [prerequisites page](docs/prerequisites.md).

If you want to know more, look at the following pages:

- [Cloud Foundry Developer Guide](https://docs.cloudfoundry.org/devguide/index.html)