Monday, May 20, 2013

3rd Party library for Visual Studio

1) Callisto
A control suite for some common things a Windows 8 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and Pivot control.

To install Callisto, run the following command in the Package Manager Console
PM> Install-Package Callisto

2) Translator Service
http://translatorservice.codeplex.com/
To install Translator Service, run the following command in the Package Manager Console
PM> Install-Package TranslatorService.Speech

3) Windows Phone toolkit
Install-Package WPToolkit

4)AdDuplex control
Install-Package AdDuplexWindows

5)WIndows Azure Mobile Servuce
Install-Package WindowsAzure.MobileServices


TO  BE CONTINUED......

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...