NewsPeeps - Stories tagged with WCF
1
peeps

Silverlight Web Services Team : AJAX client for HTTP polling duplex WCF channel in Microsoft Silverlight 3

published 1020 days, 16 hours, 57 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1021 days, 9 hours, 55 minutes ago
Friday, August 07, 2009 12:48:20 PM GMT Thursday, August 06, 2009 7:50:44 PM GMT
AJAX client for HTTP polling duplex WCF channel in Microsoft Silverlight 3 If you are interested in coding an AJAX client application that consumes asynchronous data notifications from a WCF backend service using the Microsoft Silverlight 3 HTTP polling duplex channel, check out the AJAX client for HTTP polling duplex sample. It contains a JavaScript library with client side implementation of the polling duplex protocol implemented in the PollingDuplexHttpBinding from Microsoft Silverlight 3. It has b... (more)
category: News | clicked: 1 | comment | | source: blogs.msdn.com
tags: AJAX, Silverlight, WCF
1
peeps

Tomek on Software: AJAX client for HTTP polling duplex WCF channel in Microsoft Silverlight 3

published 1020 days, 16 hours, 57 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1021 days, 9 hours, 57 minutes ago
Friday, August 07, 2009 12:48:20 PM GMT Thursday, August 06, 2009 7:49:03 PM GMT
This sample shows how an AJAX browser application can receive asynchronous data notifications from a WCF service exposed using the HTTP polling duplex protocol that shipped in Microsoft Silverlight 3. The sample code contains a reusable, standalone JavaScript library (sl3duplex.js) which implements the client side of the polling duplex protocol. The full source code and Visual Studio solution is available for download. Please also check the Silverlight development environment prerequisites. This AJAX sa... (more)
category: News | clicked: 1 | comment | | source: tomasz.janczuk.org
tags: AJAX, Silverlight, WCF
1
peeps

Brad Abrams : Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 16: Exposing a WCF Service

published 1015 days, 13 hours, 42 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1023 days, 10 hours, 55 minutes ago
Wednesday, August 12, 2009 4:04:07 PM GMT Tuesday, August 04, 2009 6:50:38 PM GMT
Business Apps Example for Silverlight 3 RTM and .NET RIA Services July Update: Part 16: Exposing a WCF Service I am having a blast with the series where I am updating my simple Mix 09 Business Application demo.  In this part, I wanted to consider the scenario that I hope is a common one.  The developer writes their Silverlight app using the RIA Services pattern and the application becomes wildly successful.  So successful in fact there is a demand to put a services head on top of the same application ... (more)
category: News | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, WCF
1
peeps

Shawn Wildermuth - Securing Web Services (Even with OOB)

published 1030 days, 14 hours, 38 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1031 days, 11 hours, 53 minutes ago
Tuesday, July 28, 2009 3:07:25 PM GMT Monday, July 27, 2009 5:52:42 PM GMT
Securing Web Services (Even with OOB) I was trading tweets today with @pauliom about whether RIA Services would solve some Auth problems he was having out of the browser.  While RIA does do some interesting things with roles/users, I mentioned that typical Forms Auth out of the box should just work. To that end I have created a simple example of how to protected WCF Services with Forms Auth (works with ADO.NET Data Services as well BTW).  Because I wanted to support it out of the browser as well, I u... (more)
category: News | clicked: 0 | comment | | source: wildermuth.com
tags: security, WCF
1
peeps

Tomek on Software: Pub/sub sample using HTTP polling duplex WCF channel in Microsoft Silverlight 3

published 1031 days, 12 hours, 58 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1033 days, 8 hours, 28 minutes ago
Monday, July 27, 2009 4:48:08 PM GMT Saturday, July 25, 2009 9:17:27 PM GMT
This sample demonstrates how a Micrososoft Silverlight 3 application can consume asynchronous data notifications from the server using the polling duplex protocol of Windows Communication Foundation (WCF). I am also discussing selected aspects of the implementation, in particular related to performance. The full source code and Visual Studio solution of the sample is available for download. Please also check the Silverlight development environment prerequisites. The application follows a publisher/sub... (more)
category: News | clicked: 0 | comment | | source: tomasz.janczuk.org
tags: Silverlight, WCF
1
peeps

Silverlight Web Services Team : Pub/sub sample using HTTP polling duplex WCF channel in Microsoft Silverlight 3

published 1031 days, 12 hours, 58 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1033 days, 8 hours, 43 minutes ago
Monday, July 27, 2009 4:48:08 PM GMT Saturday, July 25, 2009 9:02:58 PM GMT
Pub/sub sample using HTTP polling duplex WCF channel in Microsoft Silverlight 3 We now have a sample implementation of a pub/sub scenario that uses the HTTP polling duplex WCF channel shipped in Silverlight 3. The sample demonstrates some of the best practices for implementing performance-conscious duplex scenarios using the PollingDuplexHttpBinding, as well as the usability benefits of duplex WCF proxies generated using the Add Service Reference feature of Visual Studio in Silverlight 3. Check out th... (more)
category: News | clicked: 1 | comment | | source: blogs.msdn.com
tags: Silverlight, WCF
1
peeps

The EntitySpaces Team Blog - The EntitySpaces Silverlight Demo (online)

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1037 days, 10 hours, 14 minutes ago
Tuesday, July 21, 2009 7:31:46 PM GMT
We have pushed our EntitySpaces Silverlight application up so you can run it and take a look at it. We decided to compile it under the Silverlight 3 toolset so it requires Silverlight 3 to run it. We did this to make sure we are compatible. Silverlight 3 is RTM now and you can download the Visual Studio tools for it HERE but you do not need these to run the demo, just to develop Silverlight 3 applications. There is a lot of code posted in this blog post but we thought you might really want to know how th... (more)
category: News | clicked: 0 | comment | | source: www.entityspaces.net
tags: Silverlight, WCF
1
peeps

POKE 53280,0: Pete Brown's Blog : Restricting Access to your WCF Service to a known Silverlight Client

published 1042 days, 17 hours, 14 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1043 days, 10 hours, 24 minutes ago
Thursday, July 16, 2009 12:31:39 PM GMT Wednesday, July 15, 2009 7:21:59 PM GMT
Restricting Access to your WCF Service to a known Silverlight Client Lately I’ve worked with a number of customers who are familiar with non-service-based ways of accessing their business logic. They typically come from one of two backgrounds:Client developers where the only connection out of the application is to the database. Web developers where all the logic exists on the server In both cases, they’re not typically working with physical application tiers, even if they logically separate their a... (more)
category: News | clicked: 0 | comment | | source: community.irritatedvowel.com
tags: security, Silverlight, WCF
1
peeps

POKE 53280,0: Pete Brown's Blog : Creating a Silverlight WCF Binary Encoding Client in Code

published 1042 days, 17 hours, 14 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1043 days, 10 hours, 25 minutes ago
Thursday, July 16, 2009 12:31:39 PM GMT Wednesday, July 15, 2009 7:20:41 PM GMT
Creating a Silverlight WCF Binary Encoding Client in Code In Silverlight, it can sometimes bet better to skip using the ServiceReferences.ClientConfig file and instead create your WCF clients from code, specifying the endpoint address. This was pretty simple in Silverlight 2 where all we had was basicHttpBinding. Silverlight 3, however, adds in the ability to use binary message encoding via the binaryMessageEncoding element in the server-side WCF config file – something that is on by default in the Si... (more)
category: News | clicked: 1 | comment | | source: community.irritatedvowel.com
tags: Silverlight, WCF
1
peeps

Silverlight, WCF & TransportWithMessageCredential Security - Mike Taulty's Blog - Mike Taulty's Blog

published 1043 days, 11 hours, 19 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1044 days, 10 hours, 39 minutes ago
Wednesday, July 15, 2009 6:27:12 PM GMT Tuesday, July 14, 2009 7:06:35 PM GMT
This post is made from a train where I got bored and noticed an email in a discussion list folder that mentioned that Silverlight could do WCF authentication using TransportWithMessageCredential security. I’m not at all sure if this is a new thing and suspect that it’s more likely that it’s always been there and I’d just missed it but it fell into the category of “learning something new every day” :-) Regardless, I had a quick experiment with it – essentially TransportWithMessageCredential means that... (more)
category: News | clicked: 2 | comment | | source: mtaulty.com
tags: security, Silverlight, WCF
1
peeps

POKE 53280,0: Pete Brown's Blog : Sharing Entities between WCF and Silverlight

published 1044 days, 16 hours, 26 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1045 days, 7 hours, 16 minutes ago
Tuesday, July 14, 2009 1:20:03 PM GMT Monday, July 13, 2009 10:29:30 PM GMT
Sharing Entities between WCF and Silverlight One thing that often comes up when developing Silverlight applications is the desire to share entity classes between Silverlight and server-side code in WCF. .NET RIA Services handles the sharing for us automatically. But you’ll find yourself needing the functionality in cases where you’re simply not using .NET RIA Services. Sharing in WCF happens by default when you mark up your entities using [DataContract] and [DataMember] attributes. However, I fin... (more)
category: News | clicked: 0 | comment | | source: community.irritatedvowel.com
tags: Silverlight, WCF
1
peeps

Simplifying the Process of Calling a WCF Service from Silverlight (or any .NET Application) - Dan Wahlin's WebLog

posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1045 days, 12 hours, 6 minutes ago
Monday, July 13, 2009 5:39:45 PM GMT
I’m currently working on a large Silverlight 3 project for a client that will ultimately have hundreds of calls from Silverlight to WCF service operations.  Initially I did things the standard way which is to define a client-side class that’s used to call the WCF service using the generated service proxy (I’m basically following a service agent type of pattern).  The service agent class handles instantiating the WCF proxy object and calling the appropriate operations.  Here are a few examples….each of th... (more)
category: News | clicked: 0 | comment | | source: weblogs.asp.net
tags: Silverlight, WCF
1
peeps

WCF, Type Names and BehaviorExtensionElement - Mike Taulty's Blog - Mike Taulty's Blog

published 992 days, 10 hours, 30 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1047 days, 4 hours, 33 minutes ago
Friday, September 04, 2009 7:16:10 PM GMT Sunday, July 12, 2009 1:12:41 AM GMT
This is one purely for a search engine. If you’re ever looking at WCF and adding a BehaviorExtensionElement in order to add custom behaviors then take care if you see an error message like; "Verify that the extension is registered in the extension collection at system.serviceModel/extensions/behaviorExtensions" It looks like a bug ( see report here and here ) in that if you use a typename like this in your config file; then you’ll see a failure whereas if you use one like this; then you can get s... (more)
category: News | clicked: 2 | comment | | source: mtaulty.com
tags: WCF, Windows
1
peeps

The EntitySpaces Team Blog - EntitySpaces, Silverlight, and WCF a Fantastic Combination

published 1050 days, 7 hours, 46 minutes ago posted by http://jonnyboats.wordpress.com/http://jonnyboats.wordpress.com/ 1050 days, 13 hours, 57 minutes ago
Wednesday, July 08, 2009 9:59:28 PM GMT Wednesday, July 08, 2009 3:48:30 PM GMT
Okay, we finally got it!! We can honestly say getting a grip on Silverlight has been a real learning curve for our team, but it’s going to be a breeze for EntitySpaces customers because we’ve done all the research and laid all of the track. Our first approach was to use strings for everything because we didn’t want to use the “brain dead” proxies created by Visual Studio when you add a service reference to a Silverlight project. Then we figured out how we could force Visual Studio to use our client side ... (more)
category: News | clicked: 0 | comment | | source: www.entityspaces.net
tags: .NET, Silverlight, WCF