Samples/Connectors
Chris Cheetham ddc7c65d67 Support using shell's cf target 2017-11-17 18:54:36 -05:00
..
src Support using shell's cf target 2017-11-17 18:54:36 -05:00
README.md Move Connector samples to AspDotNetCore subdirectory 2016-12-05 09:05:44 -07:00
nuget.config SteelToe -> Steeltoe [#130554549] 2016-09-19 10:21:45 -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.

  • src/AspDotNetCore/MySql - ASP.NET Core sample app illustrating how to use MySql Connector to connect your application to a MySql database on CloudFoundry.
  • src/AspDotNetCore/MySqlEF6 - ASP.NET Core sample app illustrating how to use MySql Connector to connect a EntityFramework6 DbContext to a MySql database on CloudFoundry.
  • src/AspDotNetCore/Redis - ASP.NET Core sample app illustrating how to use Redis to connect a Microsoft Redis Cache Extension and/or a ConnectionMultiplexor to a Redis cache on CloudFoundry.
  • src/AspDotNetCore/PostgreEFCore - ASP.NET Core sample app illustrating how to use PostgreEFCoreto connect a EntityFramework Core DbContext to a Postgres database on CloudFoundry.
  • src/AspDotNetCore/PostgreSql - ASP.NET Core sample app illustrating how to use PostgreSql to connect your application to a Postgres database on CloudFoundry.
  • src/AspDotNetCore/OAuth - ASP.NET Core sample app illustrating how to use OAuth to connect your application to a OAuth2 security service (e.g. UAA Server or Pivotal Single Signon) on CloudFoundry.

Building & Running

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