Sign In
Silverlight Web Services Team
Everything about WCF and web services support in Silverlight
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
RESOURCES
Official Silverlight WCF documentation
Click here to check out our code samples
Blog - Link List
Team member blogs
Tomasz
Carlos
Suwat
Yavor
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Tags
azure
binary
channels
crossdomain
data services
debugging
json
mix
nettcp
pdc
performance
phone
policy
pollingduplex
pox
presentations
rest
ria services
samples
slsvcutil
soap
syndication
teched
tools
tracing
Archive
Archives
December 2011
(1)
October 2011
(1)
August 2011
(1)
June 2011
(2)
May 2011
(2)
April 2011
(1)
March 2011
(1)
December 2010
(2)
October 2010
(2)
September 2010
(1)
August 2010
(1)
July 2010
(6)
June 2010
(3)
May 2010
(3)
April 2010
(8)
March 2010
(3)
December 2009
(1)
November 2009
(3)
October 2009
(1)
September 2009
(2)
August 2009
(3)
July 2009
(2)
June 2009
(1)
April 2009
(3)
March 2009
(2)
October 2008
(1)
June 2008
(1)
April 2008
(4)
March 2008
(7)
MSDN Blogs
>
Silverlight Web Services Team
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Silverlight Web Services Team
RIA Services SP2 RTW released
Posted
2 months ago
by
Yavor Georgiev - MSFT
0
Comments
Please check out my blog post with release details.
Silverlight Web Services Team
Slightly fake active federation with WCF and WIF
Posted
4 months ago
by
Yavor Georgiev - MSFT
0
Comments
Just blogged how to implement an active federation flow from Silverlight using WS-Trust and WIF. However it uses simple HTTPS not strong crypto…
Silverlight Web Services Team
Some notes on PollingDuplex callback management
Posted
5 months ago
by
Yavor Georgiev - MSFT
0
Comments
Our cutomer Chris Bardon just published his thoughts on how to simplify callback management in duplex services, you can check out his thoughts here . Thanks Chris!
Silverlight Web Services Team
Extensibility interfaces for Windows Phone 7 and Silverlight 3
Posted
7 months ago
by
CarlosFigueira
0
Comments
The extensibility interfaces (IClientMessageFormatter, IClientMessageInspector, IParameterInspector) added in Silverlight 4 were a great addition and enabled many scenarios that were, if not impossible, quite hard to accomplish before. But for applications...
Silverlight Web Services Team
Custom serialization in Silverlight
Posted
8 months ago
by
CarlosFigueira
0
Comments
Unlike in the desktop framework, Silverlight doesn't have a good extensibility point for replacing the serializer which is used to serialize / deserialize operation parameters (since the class DataContractSerializerOperationBehavior is not public in SL4...
Silverlight Web Services Team
Hosting WCF NetTcp services in Azure with a Silverlight client
Posted
8 months ago
by
Yavor Georgiev - MSFT
3
Comments
Just published a blog post on how to host WCF NetTcp services in Windows Azure and use them from a Silverlight client. Check it out here!
Silverlight Web Services Team
Active Federation using RIA Services and WIF
Posted
8 months ago
by
Yavor Georgiev - MSFT
0
Comments
You may have built a federated auth app with RIA Services, but it always required cumbersome browser redirects. Check out this new sample that shows how to do federated auth with with WIF, all from inside the Silverlight app. Hope this is useful, ...
Silverlight Web Services Team
RIA Services T4 template to copy comments from server to client
Posted
10 months ago
by
Yavor Georgiev - MSFT
2
Comments
Just posted a sample about how to use the T4 code-generation template support in RIA Services V1 SP1 in order to copy comments over from my server project to my Silverlight project, check it out here . Thanks, -Yavor Georgiev Program Manager, WCF
Silverlight Web Services Team
Accessing SharePoint UserProfileService from Windows Phone 7
Posted
11 months ago
by
Yavor Georgiev - MSFT
0
Comments
A while ago we shared a workaround for accessing some ASMX services (including SharePoint's UserProfileService) from Silverlight 4 . Unfortunately that workaround does not work for Silverlight 3 and Windows Phone 7 applications. Here is a new post which...
Silverlight Web Services Team
PollingDuplex using MultipleMessagesPerPoll issue in latest SL4 GDRs
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
8
Comments
Some customers are reporting on the Silverlight forums that they are unable to have a functional PollingDuplexHttpBinding setup, or their current polling duplex client have faulted channels. This behavior is a regression introduced in SL4 GDR1 and is...
Silverlight Web Services Team
Silverlight Firestarter
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
6
Comments
Thanks to everyone who joined us for the WCF and WCF RIA Services talks today at the Silverlight Firestarter. I’m glad our talks went well and I’ll update this post with links to the video, slides, and demos once they are available. UPDATE: You can find...
Silverlight Web Services Team
WCF Web APIs on wcf.codeplex.com
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
4
Comments
Today we are announcing the first release of WCF Web APIs on wcf.codeplex.com , just in time for PDC 2010. There has already been some buzz about WCF investments in HTTP and Web technologies , and today is the day. If you haven’t had a chance to watch...
Silverlight Web Services Team
Getting the WebOperationContext of a HTTP response in Silverlight
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
2
Comments
Here is a little code snippet that shows how to work with WebOperationContext for HTTP responses in Silverlight WCF proxies. Hope it helps! -Yavor Georgiev Program Manager, WCF
Silverlight Web Services Team
Debugging WCF services in Silverlight
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
7
Comments
Hi folks – check out this new SilverlightTV video, going over some of the common errors you may encounter when using WCF services from Silverlight: Silverlight TV 46: What's Wrong with my WCF Service? Direct link Cheers, -Yavor Georgiev Program Manager...
Silverlight Web Services Team
Integrating WCF RIA Services with WCF Routing
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
If any of you have used RIA Services and tried to get that to work with the WCF router, you probably encountered some problems. The router could be useful in a DMZ scenario, or if you are trying to do content-based routing. I just blogged a quick sample...
Silverlight Web Services Team
Silverlight HTML5 WebSocket client with an HTML bridge to Ajax/JavaScript
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
1
Comments
As part of our ongoing experimentation with the HTML5 WebSocket proposed standard for duplex communication between web browsers and servers, we have prototyped a WebSocket protocol implementation based on Microsoft technologies. The prototype consists...
Silverlight Web Services Team
Cross-domain file for self-hosted TCP services
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
2
Comments
With the new transport (TCP) added in SL4, and a few people started asking how to serve the cross-domain policy file if the TCP service is self-hosted (like the same issue for cross-domain calls to self-hosted HTTP services). I published a new post to...
Silverlight Web Services Team
Fixed a problem with comments
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
0
Comments
It appears that MSDN’s new blog engine has started more aggressively marking comments for moderation. I started getting suspicious at not receiving any comments on our posts, so I checked and it turned out there was a huge queue of comments waiting to...
Silverlight Web Services Team
PollingDuplex multiple mode timeouts demystified
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
2
Comments
The new MultipleMessagesPerPoll mode added to PollingDuplex in Silverlight 4 , comes with some new timeouts , so I thought it would be useful to post a detailed description of how those work. Unfortunately this is not currently covered by our documentation...
Silverlight Web Services Team
Streamed Silverlight file downloads using WCF
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
0
Comments
Carlos, one of my teammates responsible for WCF support in Silverlight, just posted a code sample showing how to do file downloads from Silverlight using a WCF service. The key here is that it uses HTTP chunking (or streaming) on a single response to...
Silverlight Web Services Team
Laharsub: HTTP REST pub/sub service for AJAX and Silverlight web clients
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
2
Comments
I would like to invite you to review, download, use, tweak, and provide feedback for an experimental project we launched at Codeplex: Laharsub ( http://laharsub.codeplex.com ). We have been getting comments and observing the dominant use case scenarios...
Silverlight Web Services Team
How can we make WCF support in Silverlight better?
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
26
Comments
Sometimes as a team we get carried away trying to add new features to the product, when we should actually focus on improving the usability of existing features from previous releases. I’ve put together a list of WCF pain points that we are aware of based...
Silverlight Web Services Team
HTTP duplex messaging improvements in Silverlight 4
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
10
Comments
One of the new features in the WCF stack in Silverlight 4 is an improvement of our PollingDuplex binding, which allows duplex communication over HTTP. HTTP is a request/reply communication medium, so some tricks are needed to make it look like a duplex...
Silverlight Web Services Team
Duplex communication with WCF on Silverlight TV
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
0
Comments
Silverlight TV episode about Duplex communication with WCF in Silverlight is beginning to air today. In this episode I am showing how to implement duplex communication with WCF using HTTP polling duplex protocol, as well as discuss aspects of the net...
Silverlight Web Services Team
Workaround for accessing some ASMX services from Silverlight 4
Posted
over 2 years ago
by
Yavor Georgiev - MSFT
5
Comments
On this blog we normally talk about building and accessing WCF services, since that is the recommended way to build services for Silverlight. However, we continue to support ASMX services using the familiar “Add Service Reference” feature. Just recently...
Page 1 of 3 (69 items)
1
2
3