Latest WCF stories

WCF Web APIs: Embrace the Web(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 1 month ago

The new WCF Web APIs library embraces the Web read more...

add a comment |category: |Views: 35

tags: another

Tunnelling PUT and DELETE with WCF Web APIs Preview 4(javiercrespoalvez.com)

submitted by fintz69fintz69(700) 1 year, 1 month ago

Tunnelling PUT and DELETE requests with WCF Web APIs Preview 4 read more...

add a comment |category: |Views: 17

tags: another

Using Perl to Consume a C# .NET WCF Web Service(www.primaryobjects.com)

submitted by surfer6surfer6(362) 1 year, 1 month ago

Learn how to call a WCF .NET web service by creating a client program in Perl. read more...

add a comment |category: |Views: 26

tags: another

Cross machine communication between .Net Application using WCF(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

When service and client both are of .Net and resides on different machines then we choose preconfigured netTcpBinding to publsih WCF Service to the client. read more...

add a comment |category: |Views: 12

tags: another

How to Implement Method overloading in WCF-CodeGain(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 1 month ago

I found scenario where I have to implement two method with the same name i.e Function overloading. But when I implement that I got error "System.InvalidOperationException" read more...

add a comment |category: |Views: 8

tags: another

Programmatically finding Binding Elements in WCF Binding(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 2 months ago

Binding is one of the important aspect of WCF Programming. It deals with, “How Service and client will talk to each other?” Binding is made up of different binding elements. When different binding elements are stacked together they form a Binding. Different binding types are made up of different binding elements. read more...

add a comment |category: |Views: 2

tags: another

WCF Versioning Guidelines(wcfpro.wordpress.com)

submitted by arielabarielab(65) 1 year, 4 months ago

Services exist in order to serve external clients. They do so by exposing a wide range of external interfaces which are later used by the clients to interact with the service. After initial deployment, and potentially several times during their lifetime, services may need to be changed for a variety of reasons, such as changing business needs, re-factorization of code, or to address other issues. Each change introduces a new version of the service. Each new service version potentially introduces changes to the external interfaces exposed by the service. Our goal, as developers, is to be able to freely change our service internals (and sometimes, when needed, external interfaces), and on the same time, allow existing and new clients to keep using the service. In order to do so, we need to form a set of versioning guidelines. read more...

1 comment |category: |Views: 328

tags: another

HTTP 404 Not Found problem when deploying WCF in IIS 7.0(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 5 months ago

In this tip, i will show how to solve the http 404 not found error at IIS 7.0 with WCF deployment. read more...

add a comment |category: |Views: 34

tags: another

Consuming URL Shortening Services – X.co(justlikeamagic.com)

submitted by elsheimyelsheimy(329) 1 year, 5 months ago

This is another article of our URL shortening services series. This article is talking about X.co shortening service provided by Go Daddy. If you don’t know how to access this service from your .NET application, then it’s the time to. We’ll have a complete discussion of the WCF services offered by X.co. Then, we’ll consider the RESTful interfaces provided. read more...

add a comment |category: |Views: 7

tags: another

Walkthrough creating REST Service in WCF 4.0(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 5 months ago

This article will explain step to step explanation of, how to create a REST based service and how to consume that in a managed client. read more...

add a comment |category: |Views: 95

tags: another

Correct WCF Client Proxy Closing(www.vasylevskyi.com)

submitted by avasylevavasylev(49) 1 year, 5 months ago

MSDN samples of client proxy closing for WCF services with fault contracts are incorrect for many WCF configurations. Describes issue in details and correct way of closing WCF client proxy. read more...

add a comment |category: |Views: 84

tags: another

Connected Show #38 - WCF? Droid Does!(www.connectedshow.com)

submitted by plaudatiplaudati(570) 1 year, 6 months ago

And, we’re back! In an increasingly diverse world of mobile devices, the .NET developer is likely to end up supporting multiple mobile platforms. In this episode, guest Roger Heim joins Peter to talk about connecting .NET & WCF Services with Android clients. Also, Dmitry unknowingly joins the show with his take on the PDC 2010 announcements. Peter covers the (in)sanity of Silverlight v. HTML5. read more...

add a comment |category: |Views: 38

tags: another

wcf.codeplex.com is now live(blogs.msdn.com)

submitted by siphilpsiphilp(919) 1 year, 6 months ago

The WCF Team have been busy building a variety of projects which bring better support for HTTP based services, and better support for JavaScript/jQuery based clients. These projects have all been collected together and are being hosted on CodePlex. read more...

2 comments |category: |Views: 447

tags: another

How to Remove .SVC from WCF REST Service : The CodeGain(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 8 months ago

In this article you will learn, How to Remove .SVC from WCF REST Service read more...

add a comment |category: |Views: 133

tags: another

Working with WCF: Pt. 3 – Connecting To Your Service With A Client(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 1 month ago

As with almost everything in WCF, you have several options about how you want to consume your service before you even start to talk about things like transport or security. As expected there are benefits and draw backs to each of the approaches. We’ll take a look at two of them in the post. read more...

add a comment |category: |Views: 156

tags: another

Working with WCF: Pt 2 – Your First Host and A Bit About Configuration(jamescbender.com)

submitted by JamesCBenderJamesCBender(749) 2 years, 2 months ago

So now you have a service, congratulations! What are you going to do with it. Some people like to say of WCF that you have “… a multitude of hosting options” but in reality you have two; host it in IIS or create your own host. read more...

add a comment |category: |Views: 209

tags: another