I used to see cSharp and nodejs core, examples under this location https://github.com/Microsoft/BotBuilder which I don't see from today.
Has anything changed ? Repo moved or merged ?
If you look at the documentation displayed on the page you indicated:
This is linking to https://github.com/microsoft/botbuilder-v3 which is hosting the v3 now
The V3 SDK is now available from https://github.com/microsoft/botbuilder-v3
Related
From the product development/ISV point of view, I wanted to understand if there is any recommended approach to create a Distributable package (installable) for Azure Functions. I found one post on TechNet but its very old (2017).
Also, is there any marketplace for Azure functions?
Thanks
The "Zip deployment for Azure Functions" option could be possibly useful and there are few more options mentioned under the "deploy" section of the documentation.
https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push
This looks similar to what I was referring to the marketplace:
https://serverlesslibrary.net/
Thank you Venkatesh, Posting your suggestion as an answer to help other community members.
the above suggested steps in the shared article are working fine by the distributing azure functions in our local environment with last version of visual code 2019 and the documented steps were working pretty fine and this should work for you as well.
Is there a manual describing migration from Bot Builder SDK v3 to v4?
I have a lot of compilation errors after updating NuGet packages
Update
It appeared to be difficult. In addition to the answer below, I found this post quite useful to get a general picture https://blogs.msdn.microsoft.com/martinkearn/2018/07/17/bot-framework-v4-what-i-learnt-in-4-days-in-july-2018/
You can't just update your NuGet packages from V3 to V4, without changing your code. It is a major release with a lot of breaking changes.
The roadmap
for botbuilder-dotnet describes that a migration path from V3 to V4 is still in progress. I would suggest to have a look at BotBuilder-Samples and Microsoft Docs for the moment, to get an idea about how much has changed.
There are lot of changes from V3 to V4, they have completely re-written the concepts, architecture and terminologies.
So just updating the libraries won't work, you must update the code as well.
The roll-out is still not complete so it is recommended to use v3 in production as of now.
Upgrade is almost equal to the efforts of writing the complete bot code again. In case you are comfortable with your existing bot functionality and is willing to add new features which has nothing to do with SDK version, you can do this using Bot Channel Registration. Steps to do this is mentioned in a blog here - https://chatbotslife.com/microsoft-bot-framework-sdk-3-code-on-azure-bot-service-without-migrating-to-sdk-4-14afa3300887
Having had a good Google, I can't seem to find a CDN link for ui-grid ... is there a reason it's not on a CDN?
Edit: Added to CDNJS Sept. 2015
Yes, because UI-Grid (as of this writing) is still pre-release. Once it's ready for release we'll look at automating submission to something like cdnjs.
In the meantime you can use rawgit.com's cdn links:
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.js
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.css
Just replace the release tag with the most recent RC.
You can find the latest stable version here: https://cdnjs.com/libraries/angular-ui-grid
I found the Quickstart guide to run a drive APP in PHP, https://developers.google.com/drive/web/quickstart/quickstart-php, but the example script is not working, because the new Github version has a different structure.
Where can I find the updated version of the example for the same purposes?
Or is there a similar one, for that exact github version (google-api-php-client-master)
I would love to create and edit google doc files.
Thanks a lot.
The documentation on MSDN says you can inherit from the IDataCacheObjectSerializer interface and update the configuration used to use custom serialization.
I can't find the IDataCacheObjectSerializer or the SerializationProperties element of the Configuration class in any DLL I've looked at, has anybody found these? Which version of the SDK are you using?
Thanks
This is available with the Azure Cache (Preview) release that is part of Azure SDK 1.7
You can look at my blog for more info: http://blogs.msdn.com/b/jagan_peri/archive/2012/08/23/custom-serializer.aspx
Jagan Peri - Microsoft
The first step in the link you've provided is 'First prepare the development environment to use Caching.' which points at a set of instructions to follow first, which includes adding the necessary references