botframework - Which is the best Local database for Skype Bot? -


i writing skype bot using c# , bot framework , can created simple bot. wonder can use local database in project or not ? , kind of database best bot framework because newcomer in c# , visual studio? searched on internet there seem no topic mention it. azure recommended microsoft think need use bot.

for small amounts of data associated user or conversation, can use bot state service.

if need store larger amounts of data, you'll want use kind of cloud storage account. here's getting started guide azure storage.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -