Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Helper Class to Initiate the Connection to the Azure SQL Database #42

Open
4 tasks
sohlae opened this issue May 23, 2019 · 0 comments
Open
4 tasks
Assignees
Labels
enhancement New feature or request

Comments

@sohlae
Copy link
Owner

sohlae commented May 23, 2019

Describe the solution you'd like

  • Create a folder under the RP.RepositoryPattern class library named Shared
  • Create a helper class called ContextHelper.cs
  • Create a method called GetConnectionString() and put the logic from connecting to Azure to getting the username and password inside this method.
  • Update the Context classes of EF and SP to use this method instead of implementing their own logic

Additional context
ContextHelper Class

@sohlae sohlae added the enhancement New feature or request label May 23, 2019
@sohlae sohlae self-assigned this May 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant