Example projects demonstrating Apworks framework.
Stars
30
Forks
27
Watchers
30
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
52
commits
Modified the Dockerfile for both client and service of TaskList example, adding the docker-compose.yml.
dd3d39cView on GitHubUpdated to the latest apworks version. Implementing the Text microservice.
91ded6bView on GitHubImplementing the Texting service, added the Dapper support for consuming the integration event, and update the SQL Server database.
a2d1d29View on GitHubUpdated the docker-compose.yml to add the MS SQL Server service.
1fd3febView on GitHubMerge branch 'master' of https://github.com/daxnet/apworks-examples
9864825View on GitHubUse the fluent interface in the Auditing project to define the event subscription and event consumer objects, listening to the event bus and taking appropriate actions when any of the interested event has been published to the message bus.
2742500View on GitHubRefactored the event handling model to use the shared CLR object instead of the dynamic objects. Still need to refactor the use of the EventConsumer.
6212da1View on GitHubStart working on the texting service. Updated the texting service to use the latest ASPNET packages.
9d0413dView on GitHubRefactoring the implementation of the Auditing service. Using an IntentionalEventHandler to handle the message with weak type.
0feca7fView on GitHubRefactoring the implementation of the integration event handling.
abedf36View on GitHubFinished implementing the login pages. Start working on text posting.
958b11cView on GitHub