Define Sources
Last updated
Last updated
Let's take a look at what sources we may use and create the configuration, credentials, and refreshes we need to use.
Do we want to put connection strings in the appsettings.json and read them?
Create the json sections and keys
Optionally, encrypt them
Do we want to implement a property loader?
See
Do we communicate with anything on the web?
See and .
Read all about the here.
Do we need to define additional services to dependency inject?
See the .
Do we have any important information we need to keep in synchronized state like pull dates, offsets or delta keys?
Define a for all basic data types
Or define a custom to track a rich data object
Look at the for resource restricted calls.
Do you need to have things run on a timer?
Check out the .
Have a pick up items from a remote source, like a database.
Have a network of communicating and performing refresh tasks.
Do you need to coordinate a list of steps and NEVER have a failure cause the process to break?
Create a .
Talk with third parties:
Do you have any instances of:
Testing ?
?
?
Sending ?
Run logic through a ?
Sort and ?