Samples/Connectors
bart-vmware 9c31ee1498 Update remaining references from .NET 7 to .NET 6 2023-01-19 15:19:38 +01:00
..
src Update remaining references from .NET 7 to .NET 6 2023-01-19 15:19:38 +01:00
README.md Updated connector samples, based on default MvcWebApplication project template, targeting .NET 7: 2023-01-18 15:47:26 +01:00

README.md

Connector Sample Applications

This repo tree contains sample apps illustrating how to use the Steeltoe Connectors for connecting to CloudFoundry services in your ASP.NET 7.x application. Steeltoe Connectors simplify the coding process of binding to and accessing CloudFoundry-based services.

ASP.NET Core Samples

  • src/CosmosDb - Connect to an Azure CosmosDB database on CloudFoundry.
  • src/MongoDb - Connect to a MongoDB database on CloudFoundry.
  • src/MySql - Connect to a MySQL database on CloudFoundry.
  • src/MySqlEFCore - Connect to a MySQL database through an Entity Framework Core DbContext on CloudFoundry.
  • src/OAuth - Connect to an OAuth2 security service (e.g. UAA Server or Pivotal Single Signon) on CloudFoundry.
  • src/PostgreSql - Connect to a PostgreSQL database on CloudFoundry.
  • src/PostgreSqlEFCore - Connect to a PostgreSQL database through an Entity Framework Core DbContext on CloudFoundry.
  • src/RabbitMQ - Connect to a RabbitMQ server on CloudFoundry.
  • src/Redis - Connect a Microsoft Redis Cache Extension and/or a ConnectionMultiplexor to a Redis cache on CloudFoundry.
  • src/SqlServerEFCore - Connect to a Microsoft SQL Server database through an Entity Framework Core DbContext on CloudFoundry.

Building & Running

See the Readme for instructions on building and running each app.


See the Official Steeltoe Service Connectors Documentation for a more in-depth walkthrough of the samples and more detailed information.