DotNetShoutout - Stories tagged with WCF 4.0
2
Shouts

WCF Web API with Web Activator package - Context is King

published 693 days, 6 hours, 34 minutes ago posted by thangchungthangchung 693 days, 11 hours, 2 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Wednesday, July 27, 2011 5:22:05 PM GMT
In these days, I had read some blogs and a lot of post in internet about WCF Web API. And I also have curious about it.  It is not new technology. And after I watched some postcast. I recognize it is a good one that I must to researching. RESTfull is a hot topic and have a lot of argues these days. WCF Web API is built on top of WCF service. How does it good? (more)
category: Architecture | clicked: 19 | 1 comment | | source: weblogs.asp.net
tags: .NET, WCF 4.0
7
Shouts

WCF Service using MTOM in .NET FW 4 | TechBubbles

published 766 days, 23 hours, 54 minutes ago posted by kalyanms1kalyanms1 767 days, 14 hours, 9 minutes ago
Sunday, May 15, 2011 4:29:37 AM GMT Saturday, May 14, 2011 2:14:34 PM GMT
Web services having a greater interoperability to communicate messages across heterogeneous systems, however challenge is serializing the data into XML. Users may want to send images,videos, drawings, xml documents etc. together with SOAP message.  What is MTOM? Message Transmission Optimization Mechanism (MTOM) is a mechanism of transferring transferring large amounts binary data as an attachment to SOAP message. Typical SOAP message transmission shown in the below image Image Source crosscheknet... (more)
category: Web Dev | clicked: 12 | comment | | source: www.techbubbles.com
tags: WCF 4.0
5
Shouts

Creating a dynamic locator service and client with WCF 4, WS–Discovery, your own standard endpoints and runtime meta data discovery - Chris van Beek - blog community

published 808 days, 19 hours, 59 minutes ago posted by ChrisbChrisb 812 days, 20 hours, 17 minutes ago
Sunday, April 03, 2011 8:24:21 AM GMT Wednesday, March 30, 2011 8:06:22 AM GMT
Hello everyone, welcome to my third blog post. This time I am preparing for a WCF 4 training and in that training a very cool subject will be explained. Namely the new WCF 4 support for WS – Discovery. This allows us to discover services at runtime. WCF services can query or announce a location by udp broadcast, or by communicating with a known endpoint directly. The last method is the way to go, since udp broadcasts everywhere will cloud your network and they perform bad when you are waiting for all the... (more)
category: Web Dev | clicked: 7 | 3 comments | | source: blogs.infosupport.com
tags: WS-Discovery, WCF 4, WCF 4.0
5
Shouts

WCF 4.0 routing - Gadi Berqowitz's Blog

published 925 days, 11 hours, 19 minutes ago posted by gmanILgmanIL 926 days, 18 hours, 20 minutes ago
Tuesday, December 07, 2010 5:04:41 PM GMT Monday, December 06, 2010 10:03:18 AM GMT
WCF 4.0 routing In previous post, I've created the top layer of my application architecture using Unity 2.0 and WCF. In this post I would like to add the final building block of the application server : "The WCF Router service". WCF routing is a very cool feature in WCF 4.0 that can provides a method for isolating or encapsulating your services from your client,Exposing it only to a router service that will be responsible for routing the messages to the right service. Here's how it works: First we'v... (more)
category: Architecture | clicked: 1 | comment | | source: blogs.microsoft.co.il
tags: C#, WCF 4.0, ASP.NET
4
Shouts

How to consumed WCF 4.0 service in Silverlight 4.0 with cross domain : The CodeGain

published 1009 days, 11 hours, 59 minutes ago posted by codegaincodegain 1012 days, 1 hour, 32 minutes ago
Tuesday, September 14, 2010 4:24:35 PM GMT Sunday, September 12, 2010 2:51:34 AM GMT
When a SilverLight application is ruuning on different server than the server where WCF Service is hosted then cross domain problem come into action. This article will explain how WCF 4.0 Service can be consumed in SilverLight 4.0 application. How to avoid cross domain problem is also explain in this article. (more)
category: Metro | clicked: 1 | comment | | source: www.codegain.com
tags: .NET 2.0/3.0/3.5 Framework, WCF, WCF 4.0
2
Shouts

Enabling Help page for REST Service in WCF 4.0

posted by dotnetsparkdotnetspark 1108 days, 1 hour, 4 minutes ago
Tuesday, June 08, 2010 3:19:18 AM GMT
In this article, I will show you How to create a REST based service? How to host a REST based service in Console application? How to enable Help page for REST Service? You can also follow my blog Follow the steps as below, (more)
category: Web Dev | clicked: 8 | comment | | source: www.dotnetspark.com
tags: DotNetSpark, WCF, WCF 4.0
5
Shouts

DotNetRocks - Show #521 - Kent Brown and Ed Pinto on WCF 4.0

published 1232 days, 17 hours, 39 minutes ago posted by mithumithu 1233 days, 11 hours, 35 minutes ago
Wednesday, February 03, 2010 10:45:04 AM GMT Tuesday, February 02, 2010 4:48:50 PM GMT
Richard and Carl talk to Kent Brown and Ed Pinto about the new features of WCF (Windows Communication Foundation) 4.0, which will be released April 12, 2010. (more)
category: Podcast | clicked: 1 | comment | | source: www.dotnetrocks.com
tags: DotNetRocks, WCF, WCF 4.0