CXuesong / BotBuilderPlayground.Standard

Boilerplate project for testing a code snippet working with BotBuilder.Standard.
The Unlicense
3 stars 1 forks source link

THANK YOU!!! #2

Open vcardins opened 6 years ago

vcardins commented 6 years ago

Just wanted to thank you for this great port, saved my life!!

CXuesong commented 6 years ago

Glad to hear that! Btw, you may consider try out the official BotBuilder SDK v4, which works on ASP .NET Core. Though it's still under its development phase, if you want to work with bots in the future, I'd suggest you get prepared for the next generation SDK.

vcardins commented 6 years ago

Sounds great, will give it a try. I'm building an experimental Bot for a startup, which I intend to publish in the next couple of months for a first round of demos, do you think that in this time frame, we'd have a RC or at least a fairly stable version?

CXuesong commented 6 years ago

I think you may need to ask MSFT guys for some more information. If you are still not sure, then perhaps starting form current stable SDK isn't a bad idea.

However, then you might need to migrate BotBuilder.Azure, or implement the bot state store by yourself, because MSFT is deprecating their own state server by the end of March. You will see the deprecation warnings if you are using the old, built-in state store.