Microsoft Bing Speecg Api in Windows Form C# - bing

Hi I am trying to use my Microsoft Bing Speech Api in my C# windows form Project. But i cannot find any examples in C# Windows form project and all the examples are available only in the WPF.
Help me how to use Microsoft Bing Speech Api in C# Windows Project
Thanks in advance

The new speech service SDK support C# .NET 4.6.1 on Windows. Is this something you are looking for?

Related

Problems with Twilio Plugins for Dynamics 365 integration

I'm using the Twilio Plugin tutorial https://www.twilio.com/blog/integrate-flex-microsoft-dynamics-365 to create a plugin to handle screenpop and click to dial.
Even when I use their sample code from github the loadjs statements throw exceptions.
Has anyone got this working?
We're developing on Windows 10 using vscode, debugging locally using chrome.
If you are looking for a robust and fully supported Dynamics integration with Twilio Flex, please see the Ciptex Race Microsoft Dynamics solution for Twilio Flex extension. more info here https://showcase.twilio.com/partner-listing/a8E8Z000000HOxNUAW

Xbox Live API for Windows Phone

If my game targets both Windows, Xbox, and Windows Phone - is the API supported on Windows Phone? or should I do a check and if it's Phone not use the APIs?
You can use the Xbox Live API with any Windows 10 UWP project which includes Windows 10 Phone. There are no restrictions other than your internet access to connect to the service.
If your game is based on C++ just incorporate the NuGet package like described here: https://developer.microsoft.com/en-us/games/xbox/docs/xboxlive/get-started/creators/getting-started-uwp-vs-creators
If your game is based on C# it is a little bit more complicated as you have to include the existing API source files by yourself. You will find the source code here: https://github.com/Microsoft/xbox-live-api-csharp

How to run Microsoft Bot Framework on CentOS

I have a CentOS VPS and a Microsoft Bot Framework program. Is there a way that I can deploy the bot onto the CentOS VPS? Thank you.
BotFramework has libraries written for NodeJs and .Net (including .Net core that works on Linux platforms) out of the box, and it has REST API that can be utilized from any language on your platforms that allows doing http/s requests.
So, the simplest way for you: write your bot on NodeJs and deploy it to CentOS. There're plenty of examples on BotFramework site how to create bots in NodeJs.
https://docs.botframework.com/en-us/node/builder/overview/

Using Microsoft.Office.Interop.Word in Asp.net core 1.0 is not supported?

I am trying to use Microsoft.Office.Interop.Word in an asp.net core 1.0 application, but its not supported in .net core app
when I try to add reference to the dll I get this error
Error NU1002 The dependency Microsoft.Office.Interop.Word 15.0.4797.1003 does not support framework .NETCoreApp,Version=v1.0.
see the below image.
since its not supported is there a way to work with Microsoft office word files in .net core 1 application?
note that same problem occur when using openxml sdk
Syncfusion File Format libraries for reading, writing and manipulating Word, Excel, PDF and PowerPoint files, will be capable of being used with ASP.NET Core 1.0 from their upcoming release. Please create an thread in their support system to get more details about it.
Note: I work for Syncfusion.
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when Office is run in this environment.
If you are building a solution that runs in a server-side context, you should try to use components that have been made safe for unattended execution. Or, you should try to find alternatives that allow at least part of the code to run client-side. If you use an Office application from a server-side solution, the application will lack many of the necessary capabilities to run successfully. Additionally, you will be taking risks with the stability of your overall solution. Read more about that in the Considerations for server-side Automation of Office article.
As a workaround you may consider using the Open XML SDK, see Welcome to the Open XML SDK 2.5 for Office for more information. Or just any third-party components designed for the server-side use.
I am using .Net Core 1.1 and found this Open XML SDK library to work.
See: https://github.com/OfficeDev/Open-XML-SDK
You will need to get the latest CI build via nuget from this feed:
https://dotnet.myget.org/F/open-xml-sdk/api/v3/index.json

Web Application Toolkit for Bing Maps

I am trying to install "Web Application Toolkit for Bing Maps". What are the prerequisits for this? I have Visual Web Developer for 2008; but Silverlight template is not there.
Could you please list out the required environment with Visual Web Developer for 2008 for working in "Web Application Toolkit for Bing Maps" ?
Thanks
Lijo
You probably need the Silverlight Tools installing. See: http://www.silverlight.net/getstarted/