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
- Host: GitHub
- URL: https://github.com/devpro/cf-dotnet-samples
- Owner: devpro
- License: apache-2.0
- Created: 2019-07-23T09:56:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T15:54:14.000Z (about 3 years ago)
- Last Synced: 2025-03-15T18:14:27.571Z (11 months ago)
- Topics: angular, cf, cloud-foundry, cloud-native, cross-platform, dotnet, dotnetcore, pcf
- Language: HTML
- Homepage:
- Size: 4.15 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)