Stories recently tagged with 'WCF'

What’s new in WCF 4.5? Multiple authentication support on an endpoint(blogs.microsoft.co.il)

submitted by idofidof(307) 7 months, 28 days ago

This is the fifth post in the WCF 4.5 series. This time we will demonstrate one of the new cool features of WCF 4.5 and IIS hosting – creating an endpoint that supports multiple authentication types. read more...

add a comment |category: |Views: 10

tags: another

What’s new in WCF 4.5? Configuration validations(blogs.microsoft.co.il)

submitted by idofidof(307) 8 months, 1 day ago

This is the fourth post in the WCF 4.5 series, and a direct addition to the previous post, since I neglected to mention something important about editing configuration files in WCF 4.5 and Visual Studio 11 – validations during editing and compilation. read more...

add a comment |category: |Views: 6

tags: another

WCF in Win8 Metro styled apps? Absolutely supported(blogs.msdn.com)

submitted by dpetersondpeterson(4397) 8 months, 4 days ago

Piyush shows us how WCF is supported under Windows 8 Metro, and how to do all your configuration in code as XML is not supported in this scenario. read more...

add a comment |category: |Views: 45

tags: another

What’s new in WCF 4.5? Configuration tooltips and intellisense(blogs.microsoft.co.il)

submitted by idofidof(307) 8 months, 7 days ago

This is the third post in the WCF 4.5 series, and we’re still in the subject of configuration, but this time is about intellisense and tooltips in configuration files. read more...

add a comment |category: |Views: 3

tags: another

What’s new in WCF 4.5? a single WSDL file(blogs.microsoft.co.il)

submitted by idofidof(307) 8 months, 9 days ago

This is the second post in the WCF 4.5 series, and this time we’ll talk about WSDL files. A few weeks ago I posted about the difference between exposing the service metadata through WSDL and through a MEX endpoint, and one of the differences was that using WSDL requires getting several files - WSDL and XSDs. With WCF 4.5, we can now get a single WSDL file that contains all the metadata. read more...

1 comment |category: |Views: 53

tags: another

What’s new in WCF 4.5? let’s start with WCF configuration(blogs.microsoft.co.il)

submitted by idofidof(307) 8 months, 9 days ago

This week the new version of .NET was revealed at BUILD – .NET 4.5, and with it also the new version of WCF – WCF 4.5 There are many new features of WCF 4.5, most of them intended to make your life easier when configuring and hosting services, and some other to support features that we all waited for, such as UDP transport support and compressed binary encoding. So what will be the first new feature to explore? why configuration of course read more...

add a comment |category: |Views: 18

tags: another

Two main advantages of using IIS over self-hosting(sanjevsharma.blogspot.com)

submitted by sanjev.sharmasanjev.sharma(579) 8 months, 20 days ago

Two main advantages of using IIS over self-hosting.. read more...

1 comment |category: |Views: 39

tags: another

Signing without primary signature requires timestamp(www.ladislavmrnka.com)

submitted by LadislavMrnkaLadislavMrnka(65) 8 months, 25 days ago

The article describes why WCF fires exception if we try to use CertificateOverTransport authentication mode without timestamp and how to avoid that exception with custom binding. read more...

add a comment |category: |Views: 34

tags: another

Web Oriented Architecture and WCF(www.amazedsaint.com)

submitted by amazedsaintamazedsaint(835) 8 months, 25 days ago

Organizations are understanding the necessity of making their business logic and data available to multiple end points and REST is evolving more and more as a default choice for building a public service layer, around your existing data and intelligence... read more...

2 comments |category: |Views: 52

tags: another

Setting up a "Configuration-less" RESTful WCF Service(putsee.com)

submitted by dperkalisdperkalis(6) 9 months, 7 days ago

A simple walkthrough of setting up a RESTful WCF Service with the most minimal amount of configuration necessary. It also demonstrates how to setup the service so that no .svc extension is needed in the service calls. read more...

1 comment |category: |Views: 15

tags: another

WCF Scaling - check your counters(blogs.microsoft.co.il)

submitted by idofidof(307) 9 months, 15 days ago

A few months ago, I posted about the issue of WCF scaling and how it is affected by the throttling behavior, by ASP.NET settings (when hosted in IIS), and how it uses the thread pool. Today I don’t want to talk about the scaling problem, but rather give you a small tip about how to check it – use performance counters. read more...

1 comment |category: |Views: 29

tags: another

WSDL vs MEX, knockout or tie?(blogs.microsoft.co.il)

submitted by idofidof(307) 9 months, 16 days ago

When teaching WCF I am always asked about the difference between getting the service’s metadata by using the WSDL’s http get url, and getting the metadata by calling the MEX endpoint. To answer that question we first need to understand the different parts of the configuration that affect metadata creation. read more...

add a comment |category: |Views: 10

tags: another

WCF Data Services(sapnep.com)

submitted by sapnepsapnep(104) 9 months, 19 days ago

WCF Data Services is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of REST read more...

add a comment |category: |Views: 7

tags: another

WCF configuration - using the correct service name(blogs.microsoft.co.il)

submitted by idofidof(307) 9 months, 22 days ago

I've seen several questions in the MSDN's WCF Forum regarding problems loading and consuming WCF services, which ended up to be because of a configuration problem with the service name. This post explains the purpose of the name attribute in the service configuration and how to set it to a fixed name instead of the class name. read more...

add a comment |category: |Views: 7

tags: another

Exception handling in WCF using SOAP Fault - DotNetLogix(www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 9 months, 23 days ago

Exception handling in WCF using SOAP Fault read more...

3 comments |category: |Views: 19

tags: another

WCF Services in Windows Azure (www.techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 9 months, 25 days ago

What is Windows Azure? Windows Azure provides developers computation power storage and can scale web applications on internet through Microsoft Datacenters. Developers can use Azure platform to build WCF service application using their existing Visual Studio 2010 expertise. read more...

add a comment |category: |Views: 2

tags: another