Web Application Toolkit for Bing Maps - 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/

Related

Microsoft Bing Speecg Api in Windows Form C#

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?

Is there a solution to deploy SAP Mobile apps for Android without local SAP HAT installation?

I am asking me if there is a way to deploy SAP hybrid apps (programmed in WEB IDE) for Android / iOS without having a "local" HAT connector installed?
My intention is that with all this cloud services it should be possible to consume a "build for Android" service in the cloud instead of installing the build stuff on a local developer machine.
This question is a little bit related with these posts:
SAP Mobile Integration with android
SAP HANA Cloud Platform for mobile apps
Yes, this has been implemented end of last year. The prerequisites are as follows:
Subscribe to Portal service
Subscribe to Fiori Mobile service
Create a "default" launchpad in Portal service
Enable the Hybrid App Toolkit plugin in the WebIDE
Now when you create new apps in the WebIDE, on the first page there is a "mobile" checkbox that you need to select. If you have done this, you can trigger a cloud build via the "Fiori Mobile" context menu that you get when you right-click your project. You can find a more elaborate guide here.

Can I design web or HTML pages(with Javascript & css support) using IBM Bluemix?

We are new to IBM Bluemix & Cloud based PAAS.
We are learning about application development & deployment in IBM Bluemix.
Our Target technology stack is Java, PHP, Python, Javascript, CSS (Style sheet for web pages).
Can I design web or HTML pages(with Javascript & css support) using IBM Bluemix ?
If this option is present, then I can develop web pages faster and get my applications immediately to prospective customers.
All the technologies you have mentioned can be supported in Bluemix by using various buildpacks. For the HTML based project (Javascript + css) you can use the Liberty Runtime. Just go to the Catalog and create an application using the Liberty Runtime. This will give you a skeleton of HTML application you can build on.

Visual Web Developer is missing from Web Platform Installer 3?

Call me blind but how exactly do we suppose to install Visual Web Developer with Web Platform Installer 3? There is no such an option. The other options do not install it, e.g. WebMatrix, MVC3.
Open Web PI and type Visual Web Developer in the search textbox, hit enter. If it is supported on your platform, you will see it in search results.

How to do ajax enable

i want to do my visual studio 2008 (2.0) ajax enable...please suggest me what i will have to what tool kit or dll i will have to include and how will i configure it..
Here are step by step instructions on how to setup the Ajax Control Toolkit.
If you are specifically using .NET 2.0 framework, you will need to use the older release of the toolkit which you can find here.
Once you have it set up in Visual Studio, you will also need to put a copy of the AjaxControlToolkit.dll into the /bin folder of your website.
You can try to look at ASP.NET AJAX ToolKit