Skip to content

Latest commit

 

History

History
 
 

Connectors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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