Silverlight Web Service Tutorial

Silverlight Web Service Tutorial thumbnail
The Silverlight Web Service is built using Visual Studio 2008 and hosted on a website.

The Microsoft Silverlight Web Service is essentially an API (application programming interface) that can be accessed over the Internet or another network. In order to create new applications and programs with Silverlight, you'll actually be using Microsoft Visual Studio 2008. Its coding interface provides a platform for developing the Web Service. Once the Web Service has been created, you can make calls, configure clients and get data.

Things You'll Need

  • Microsoft Visual Studio 2008
Show More

Instructions

    • 1

      Open Visual Studio 2008 to create a Silverlight Application Project. In the "File" menu, click "New" and then "Project;" name the project and select its location, then click "OK."

    • 2

      Create or host your Silverlight Application on a Web page in the "Add Silverlight Application" dialog box. Choose the project type and name, then click "OK." A new application has been created, so you can turn it into a Web service.

    • 3

      Click on "Solution Explorer" in Visual Studio to add a Web Service. Right click on the "Web Site" node, select "Choose Add" and "New Item." Now click on the "Silverlight-enabled WCF Service," choose a name based on the "MyService.asmx" format and click the "Add" button.

    • 4

      To add a Service Reference, press "Ctrl + Shift + B" to rebuild your Solution. Within "Solution Explorer," right click on "Silverlight Application" node and choose "Add Service Reference." In the "Add Service Reference" dialog box, click "Discover" to locate the Web service. Choose a name in the "Namespace" box and then click "OK." Now the Web Service has been set up.

Related Searches:

References

Resources

  • Photo Credit eingabefeld internet http://www image by pmphoto from Fotolia.com

Comments

You May Also Like

  • Silverlight Game Tutorial

    Silverlight is streaming media extension for Microsoft's .NET development framework. Because of the way the platform is designed, Silverlight applications are cross...

  • How to Enable WCF in SilverLight

    Silverlight applications can be developed with support for server access. For example, if you are writing a customer management application, the Silverlight...

  • Silverlight Animation Tutorial

    Microsoft Silverlight is the .NET based application media development environment for Windows phone applications, the Web and the desktop. Animation, which is...

  • Silverlight Sockets Tutorial

    Silverlight sockets is a class in the Microsoft language that lets you create chat services in your Silverlight projects. Silverlight is used...

  • Microsoft Office Home & Student Vs. Professional

    The Microsoft Office suite is the recognized standard for productivity software. Both the Home & Student edition and the Professional edition include...

  • Silverlight 3 Tools

    Silverlight 3 Tools. First released in 2007, Microsoft's Silverlight platform has gained popularity among designers of Web-based content. First released as a...

  • How to Create a Web Setup Project in Visual Studio 2008

    Web setup projects create a Windows Installer file (.msi) and an executable (.exe) to deploy your websites and services. This installer is...

  • Silverlight Tutorial for Beginners

    Microsoft Silverlight can be used to create applications for websites. You can add buttons, animations or graphics to your application that can...

  • Silverlight Graphics Tutorial

    Knowing how to create graphics in Microsoft Silverlight can help you make your application more appealing. In Silverlight, a shape is an...

  • Tutorial on Expression Blend on Silverlight

    Expression Blend from Microsoft is designed to simplify the building of applications with Silverlight. Applications such as games, desktop applications and other...

  • How to Debug SilverLight

    A critical part of writing any code is the debugging processes. In this stage of the process, you check completed code for...

  • How to Build a Silverlight Line of Business Application

    Microsoft Silverlight is a technology providing applications with the ability to write and run business applications in a development framework. The product...

  • How to Create Silverlight Apps With JavaScript

    Silverlight server-web applications can execute on client machines, communicate with servers and services over the Internet and are regarded as safe and...

  • How to Set Up a Startup Page in Silverlight

    Silverlight is a Microsoft programming language for animated Web pages. Microsoft lets you choose the Web page that starts when the user...

  • Tutorial on How to Build a Web Page

    Web pages are an essential part of communication and business in today's technological age. But the thought of building a web page...

  • Microsoft Silverlight Definition

    Microsoft Silverlight is a web application framework for developing interactive, multimedia, client-side web applications. It is supported by a browser plug-in that...

  • How to Remove Silverlight Cookies

    Microsoft Silverlight is an Internet technology similar to Flash. A web developer can use images, videos and animation to make a web...

  • System Requirements for Microsoft Silverlight

    System Requirements for Microsoft Silverlight. Microsoft Silverlight is a web application framework designed to allow functionality similar to that of Adobe Flash....

Related Ads

Featured