Skip to content

desinole/event-sourcing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Sourcing

This repo contains the slides and code samples for my talk on Event Sourcing

The infrastructure can be configured to deploy using these instructions

To add secrets to the console app:

dotnet user-secrets set "MyAppSecrets:EventHubConnectionString" "eventHubConnectionString"
dotnet user-secrets set "MyAppSecrets:EventHubName" "eventHubName"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published