https://github.com/rcarubbi/echobotv3localdbtemplate
A VS Project Template to Microsoft Bot Builder V3 storing state in MSSQL LocalDB
https://github.com/rcarubbi/echobotv3localdbtemplate
microsoft-bot-builder microsoft-bot-framework mssql-localdb
Last synced: about 1 month ago
JSON representation
A VS Project Template to Microsoft Bot Builder V3 storing state in MSSQL LocalDB
- Host: GitHub
- URL: https://github.com/rcarubbi/echobotv3localdbtemplate
- Owner: rcarubbi
- Created: 2018-09-28T13:40:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T14:39:58.000Z (over 7 years ago)
- Last Synced: 2025-03-02T02:57:10.688Z (over 1 year ago)
- Topics: microsoft-bot-builder, microsoft-bot-framework, mssql-localdb
- Language: C#
- Size: 49.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EchoBotV3LocalDBTemplate
A VS Project Template to Microsoft Bot Builder V3 storing state in MSSQL LocalDB
> Before use don't forget to:
1. Restore all nuget packages
2. Run ```update-database``` on package manager console to run the initial-setup migration
Have a happy code! :smiley: