Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 8 results for Networking.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 9 Great Videos on Silverlight 4 Networking Stack

    0 comments  /  posted by  Svetla Stoycheva  on  Feb 25, 2010 (1 month ago)

    Frank La Vigne posted nine screencasts by Mike Taulty on the networking stack in Silverlight 4.

    I came across these great screencasts by Mike Taulty on the networking stack in Silverlight 4.

    A must watch for anyone interested in Silverlight development.



  • 0 comments  /  posted by  Silverlight Show  on  Dec 19, 2009 (3 months ago)
    Yavor Georgiev has posted his presentation at last week’s PDC conference about what’s new in networking and web services in Silverlight 4 Beta.

    For my presentation I put together an application that highlights some of the coolest web services features available in Silverlight 4 Beta. The app is intended to be used by travel agents and helps with their day-to-day work: it displays (fake) real-time price information for flight tickets, it can pull up real-time information about the status of a flight, it supports a chat feature so travel agents can talk to each other, and it supports sharing a set of tasks from Sharepoint.

  • 0 comments  /  posted by  Silverlight Show  on  Dec 18, 2009 (3 months ago)
    In this article Gill Cleeren is looking at cross-domain access to a service in Silverlight 4’s trusted applications.

    As you may know, when accessing any service located in a domain different from the one in which the Silverlight application itself is hosted, Silverlight will check for a cross domain file being in place. Cross-domain policies prevent Silverlight applications to connect with services that are not in the same domain. However, a service can opt-in to be connected to if at the root of the domain, a cross-domain policy file has been deployed. Silverlight will check for its existence (the file should be named clientaccesspolicy.xml or crossdomain.xml, which is the cross-domain file of Flash) and if found, Silverlight will connect in a cross-domain manner.

  • 0 comments  /  posted by  Silverlight Show  on  Oct 15, 2009 (5 months ago)

    Jeff Prosise examines one of the most useful but yet little-known new features of Silverlight 3 - the client networking stack.

    In Silverlight 3, networking is still performed using the browser’s HTTP stack by default. But the new client stack allows you to bypass the browser and do your networking through the operating system. The table below lists important differences between the browser stack and the client stack. With the client stack, for example, SOAP faults can be handled properly since the operating system doesn't alter HTTP response codes. And with the client stack, you can use additional HTTP commands such as PUT and DELETE because while browsers may not expose that capability, operating systems do.

  • How to Avoid Flooding a PollingDuplex Server

    0 comments  /  posted by  Silverlight Show  on  Oct 08, 2009 (5 months ago)

    In this article Andrea Boschin demonstrates how to avoid flooding in a Polling Duplex Service.

    Returning on the PollingDuplex argument, today I would like to illustrate a tecnique I used to avoid the flooding in my Polling Duplex service. The problem come from the fact that my server retain a list of connected clients and is unable to detect the disconnection in a short time. After a while the notification from the server to the disconnected client will timeout so the server handle the timeout and remove the client from its list. But if for some reason a client Register itself multiple times the server notification list will grow and this may become a problem causing the service to slow down its response time.

  • 0 comments  /  posted by  Silverlight Show  on  Aug 30, 2009 (7 months ago)
    A Silverlight Operating System Example Anamo.eu has published a live developer example of a Silverlight-based Operating System called CloudOS by Anamo.eu.
  • 4 comments  /  posted by  panos tsibo  on  Aug 28, 2009 (7 months ago)
    Anamo.eu has published a live developer example of a Silverlight-based Operating System called CloudOS by Anamo.eu.Image
    This web application has a desktop, a taskbar with notification icons and a start menu, floating windows that can be resized, maximized, or minimized. It resembles a client OS and takes advantage of the new Silverlight 3 Out-Of-Browser and Networking APIs.
  • 0 comments  /  posted by  Silverlight Show  on  Feb 18, 2009 (more than a year ago)
    Tags: Demo , DLR Console , Networking , Data , Deep Zoom

    Mike Ormond has posted the demos for Part 2 of the “Catching Up on Rich Clients - Slide Overview, DLR Console, Networking and Data, and three demos about Deep Zoom.