https://github.com/smacken/entityframework.servicebus
EntityFramework notifications to Azure Service Bus
https://github.com/smacken/entityframework.servicebus
servicebus
Last synced: 7 months ago
JSON representation
EntityFramework notifications to Azure Service Bus
- Host: GitHub
- URL: https://github.com/smacken/entityframework.servicebus
- Owner: smacken
- License: other
- Created: 2019-07-19T03:19:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T17:20:53.000Z (about 4 years ago)
- Last Synced: 2025-01-14T04:09:56.202Z (9 months ago)
- Topics: servicebus
- Language: C#
- Homepage:
- Size: 1.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# EntityFramework.ServiceBus - Context notifications
Publish DataContext entity changes to Azure Service Bus
## Getting Started
1. Run the app by entering the following command in the command shell:
```console
dotnet run
```### Prerequisites
Install the following:
- [.NET Core](https://dotnet.microsoft.com/download).
### Installing
## Running the tests
xUnit testing
```bash
dotnet test
```### Break down into end to end tests
Testing templates being used
```
dotnet test
```### And coding style tests
Editor.config
```
Editor.config
```## Deployment
```
dotnet publish
```## Built With
* [TerminalUI](https://github.com/migueldeicaza/gui.cs) - Terminal based ui
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
* **Scott Mackenzie** - *Initial work* - [Smacktech](https://github.com/smacken)
See also the list of [contributors](https://github.com/smacken/templated/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments
* mmm