Samples/Connectors
Tim Hess 7c655d6e58 target Steeltoe 3.2.1 2022-07-28 17:25:47 -05:00
..
src target Steeltoe 3.2.1 2022-07-28 17:25:47 -05:00
README.md Removes anything relating to DotNet 4 and Autofac 2020-05-14 16:34:54 -04: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 Core and/or ASP.NET 4.x application. Steeltoe Connectors simplify the coding process of binding to and accessing CloudFoundry based services.

ASP.NET Core Samples

  • src/MySql - connect to a MySql database on CloudFoundry.
  • src/MySqlEF6 - connect an EntityFramework6 DbContext to a MySql database on CloudFoundry.
  • src/OAuth - connect to an OAuth2 security service (e.g. UAA Server or Pivotal Single Signon) on CloudFoundry.
  • src/PostgreEFCore - connect an EntityFramework Core DbContext to a PostgreSQL database on CloudFoundry.
  • src/PostgreSql - connect to a Postgres database on CloudFoundry.
  • src/RabbitMQ - connect to RabbitMQ on CloudFoundry
  • src/Redis - connect a Microsoft Redis Cache Extension and/or a ConnectionMultiplexor to a Redis cache on CloudFoundry.
  • src/SqlServerEFCore - connect an EntityFramework Core DbContext to a Microsoft SQL database 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