News in the Category: WCF Subscribe to the rss of this category.

Total posts: 350 | Sort by Views | Sort by Hits

Why does the MaxReceiveMessageSize in WCF matter in case of Streaming

hongmeigs WebLog, March 13, 2010
Views: 97 | Hits 11

The default value of MaxReceiveMessageSize in WCF is 65,536.  When you choose streaming as TransferMode, WCF runtime will create 8192 as buffer size. So what happened now is that WCF channel...

WCF Ria Services For Real

Jesse Liberty - Silverlight Geek, March 11, 2010
Views: 162 | Hits 10

In my previous post I discussed creating the database and tables for the Silverlight HVP configuration data.  All that was great, and worked just dandy until it was time to get the data from t...

Got Questions? Ask the Experts at MIX10

JohnPapa.net, March 10, 2010
Views: 92 | Hits 3

On Monday the 15th from 5pm 6:30pm at MIX10 there will be a Ask the Experts event where an incredible pool of knowledgeable experts on topics including Silverlight, WCF RIA Services, and Blend will b...

Timeouts in WCF and their default values

hongmeigs WebLog, March 6, 2010
Views: 224 | Hits 31

  There are a lot of timeouts in WCF. let us summarize it here. Timeouts on binding These are the most well known timeouts. SendTimeout, ReceiveTimeout, OpenTimeout and CloseTimeo...

Dashboards Made Easy - The DrillDownManager Control

ComponentArt WebLogs, March 5, 2010
Views: 109 | Hits 18

The usability and value of most modern dashboards becomes seriously questioned if the data shown is fixed, and the user does not have the ability to zoom in or drill-down into the data to a more detai...

Simplifying the WCF Service Connection - The WcfServiceDataProvider control

ComponentArt WebLogs, March 4, 2010
Views: 10 | Hits 1

WcfServiceDataProvider is a handy new control introduced to the Silverlight and WPF suite of controls in the 2010.1 release.  The control is somewhat different from most of the other co...

Simplifying the WcfService Connection - The WcfServiceDataProvider control

ComponentArt WebLogs, March 4, 2010
Views: 81 | Hits 5

WcfServiceDataProvider is a handy new control introduced to the Silverlight and WPF suite of controls in the 2010.1 release.  The control is somewhat different from most of the other co...

How to solve System.InvalidOperationException: For request in operation Test to be a stream the operation must have a single parameter whose type is Stream

hongmeigs WebLog, March 3, 2010
Views: 126 | Hits 5

 You are getting this error because the default WCF stream formatter does not support this. You are probably trying to upload some file stream and transfer some other parameters, such as file nam...

how to turn off the auto-redirect feature in WCF REST 4.0

hongmeigs WebLog, March 3, 2010
Views: 178 | Hits 10

Missing a trailing slash is a common error people make when browsing the web. For better usability, in 4.0, we introduced a feature called autoredirect. It is on by default, meaning, when you set up y...

Basics of using DataContractSerializer independent of WCF services with demo app

EggHeadCafe.com New Articles, February 22, 2010
Views: 251 | Hits

Basics of using DataContractSerializer independent of WCF services with downloadable demo application  read moreBy Peter Bromberg...

Consuming WCF / ASMX / REST service using JQuery

The Code Project Latest Articles, February 18, 2010
Views: 204 | Hits 41

This step by step tutorial demonstrates how to consume WCF, ASMX, and REST service from an application using JQuery...

How to video: Using Telerik Data Services Wizard Beta1 to build a WCF REST Collection Endpoint

the telerik blogs, February 12, 2010
Views: 715 | Hits 1

.NET Ninja in training, Peter Bahaa, shows us how to build a WCF Endpoint using Telerik OpenAccess entities and the Data Services Wizard beta 1. Telerik Data Services Wizard Beta1-REST Collect...

WCF and JQuery Exception Handling

Chris Love's Official Blog - Professional ASP.NET, February 12, 2010
Views: 742 | Hits 33

Now that I have covered the basics of calling a WCF service using JQuerys AJAX functionality with JSON its time to deal with bugs. Yep, we all create them and have to troubleshoot them on a daily basi...

Why Does WCF Become Slow After Being Idle For 15 Seconds?

Wenlong Dongs Blog, February 11, 2010
Views: 242 | Hits 27

Customers reported the following WCF performance issue recently:         A WCF service over TCP or Named Pipe idles for over 15 seconds and the first request after t...

Why Are WCF Responses Slow and SetMinThreads Does Not Work?

Wenlong Dongs Blog, February 11, 2010
Views: 162 | Hits 20

Customers reported the following WCF performance issue recently:         A WCF client sends 10 requests concurrently to a self-hosted WCF service on 10 different thr...

Using JQuery and JSON to Interact with a WCF Service via AJAX

Chris Love's Official Blog - Professional ASP.NET, February 8, 2010
Views: 209 | Hits 54

Yesterdays post reviewed how to setup a WCF web service to work with JSON from top to bottom. Today I am going to review what needs to be done to use JQuery to work with those WCF end points. If you h...

How to video: Using Telerik Data Services Wizard Beta1 to build a WCF Endpoint

the telerik blogs, February 4, 2010
Views: 118 | Hits 2

.NET Ninja in training, Peter Bahaa, shows us how to build a WCF Endpoint using Telerik OpenAccess entities and the Data Services Wizard beta 1. Telerik Data Services Wizard Beta1-WCF from Ste...

Creating a WCF Service for JSON

Chris Love's Official Blog - Professional ASP.NET, February 2, 2010
Views: 254 | Hits 49

Saturday I gave a presentation for the first time at the Southern California Code Camp on how to use JQuery to perform AJAX operations against a WCF Endpoint. Today I want to review how to create a WC...

Monitoring your WCF services with AppFabric

Pablo M. Cibraro (aka Cibrax), February 1, 2010
Views: 288 | Hits 36

Windows AppFabric (Previously known as Dublin) introduces a new built-in mechanism for monitoring the execution of the WCF services, all the events generated during the execution or the interaction wi...

Windows Communication Foundation and Restful Web Services Primer

The Code Project Latest Articles, January 29, 2010
Views: 351 | Hits 37

Learn how to use create and debug restful web services, and use streams and feeds...

A basic proxy for intercepting method calls (Part 1)

Mehfuzs WebLog, January 3, 2010
Views: 82 | Hits 6

In this post i am going to show how you can write your own proxy for delegating calls. This just shows a way how you can handle it on your own but for complex interceptions its always wise to use alph...

View Binary Encoded WCF Messages

Steven Smith, December 21, 2009
Views: 376 | Hits 25

If youre doing any work with WCF (and perhaps Silverlight, for example, but any client will do) and youd like to maximize the performance of your messages, youre probably using binary encoding as its ...

Telerik OpenAccess Data Services Wizard Product Roadmap

the telerik blogs, December 14, 2009
Views: 242 | Hits 1

This week we released our third alpha CTP build of our Telerik OpenAccess Data Services Wizard on Telerik Labs. We have received tons of feedback on the tool and look forward to more feedback. The wi...

Planning for WCF RIA Services?

Guy Barrettes WebLog, December 13, 2009
Views: 592 | Hits 48

There are currently two version of WCF RIA Services: WCF RIA Services Beta for Visual Studio 2008 SP1 WCF RIA Services Preview for Visual Studio 2010 The first is compatible with Silverligh...

MSDN Northeast Roadshow - November 8th, 2009

the telerik blogs, December 10, 2009
Views: 207 | Hits 2

Yesterday myself and Carl from the Boston area office attended the MSDN Northeast Roadshow stop in Waltham, MA for a good day of geeky goodness.Chris Bowen andJim O'Neil from Microsoft were again on ...

New Telerik OpenAccess Data Services Wizard CTP

the telerik blogs, December 8, 2009
Views: 237 | Hits 3

We are proud to announce our December CTP of the Telerik OpenAccess Data Services Wizard (formerly known as the WCF Services Wizard). The Data Services Wizard (DSW) allows you to easily create a CRUD...

WCF databinding using ADO.NET

The Code Project Latest Articles, December 2, 2009
Views: 347 | Hits 36

This basic example illustrates invoking database tables using a WCF service....

RIA Services: A DomainService IS A WCF Service Add Service Reference

Brad Abrams, November 23, 2009
Views: 528 | Hits 39

I made the fairly bold statement at my PDC09 talk that a DomainService IS A WCF Service.  That is, everything you know about a WCF service should be true of a DomainService.  I didnt have ti...

Welcome to WCF RIA Services Beta!

Brad Abrams, November 18, 2009
Views: 288 | Hits 27

Today at PDC09, Scott Guthrie Announced the beta of WCF RIA Services.  As you may know RIA Services is a set of end-to-end experiences that makes it as easy to build Silverlight based n-tier appl...

More on WCF oddities

Cirrus Minor, November 15, 2009
Views: 209 | Hits 15

Jesse Ezell left the following comment on my previous WCF rant (Windows Trick-or-treat Foundation) You wouldn't expect WCF to take care every TCP/IP re...

Windows Trick-or-treat Foundation

Cirrus Minor, October 30, 2009
Views: 306 | Hits 20

Yes, this is another WCF rant We were getting ready to launch an open-for-all version of our service, we were also adding more cores to the system, to make sure our computation...

WcfTestClient with Windows Azure

<ChristophDotNet, October 30, 2009
Views: 344 | Hits 10

One of my customers is working on an Azure WCF service. When wanted to test the service with WcfTestClient, but we ran into some issues. We started the dev fabric and had the WebRole running on port 8...

WCF extensibility guide

Pablo M. Cibraro (aka Cibrax), October 18, 2009
Views: 377 | Hits 41

The first chapter of the WCF extensibility guide that Jesus and I have been working on during the last few months went live in MSDN this weekend. You can find it here, http://msdn.microsoft.com/en-us/...

Silverlight, WCF, Security And Making A Mess

EggHeadCafe.com New Articles, October 6, 2009
Views: 359 | Hits

Robbe shares a few thoughts about securing Silverlight applications that reference WCF services.  read moreBy Robbe Morris...

Silverlight 3 WCF-Enabled CodeSnippet app with Amazon SimpleDb

EggHeadCafe.com New Articles, October 4, 2009
Views: 359 | Hits

An Amazon SimpleDb Silverlight WCF app  read moreBy Peter Bromberg...

Telerik OpenAccess WCF Wizard: How-to Video #5- ATOMPub Property Selector

the telerik blogs, September 17, 2009
Views: 229 | Hits 3

digg_url = "http://www.stephenforte.net/PermaLink,guid,54185e7a-889c-4d93-b239-0a7e580655f5.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #5- ATOMPub Property Selector";digg_bgco...

Using the Telerik OpenAccess WCF Wizard with Multiple Versions of OpenAccess

the telerik blogs, September 17, 2009
Views: 242 | Hits 3

digg_url = "http://www.stephenforte.net/PermaLink,guid,650656ff-6523-40cf-9ea3-ea027824e72b.aspx";digg_title = "Using the Telerik OpenAccess WCF Wizard with Multiple Versions of OpenAccess";digg_b...

Telerik OpenAccess WCF Wizard: How-to Video #6-Auto detection of OpenAccess Version

the telerik blogs, September 17, 2009
Views: 212 | Hits 8

digg_url = "http://www.stephenforte.net/PermaLink,guid,c2e16168-facc-4bdd-a86e-406b9367bdb8.aspx";digg_title = "Telerik OpenAccess WCF Wizard: How-to Video #6-Auto detection of OpenAccess Version"...

Take Two: A jQuery WCF/ASMX ServiceProxy Client

Rick Strahls WebLog, September 16, 2009
Views: 557 | Hits 74

Ive discussed creating a WCF or ASMX Service proxy for operation with jQuery and without using the Microsoft AJAX libraries. This was some time ago and some things have changed since then most notabl...

The ABC of WCF

The Code Project Latest Articles, September 14, 2009
Views: 614 | Hits 128

WCF is Microsoft's next-generation programming platform and runtime system for building, configuring and deploying service-oriented applications....

WCF Workflow Services Using External Data Exchange

EggHeadCafe.com New Articles, September 13, 2009
Views: 602 | Hits

This article shows how to create a WCF service which makes use of a WF workflow library which contains the business logic code. One way to communicate with the workflow from the service operation is b...

Is Windows Communication Foundation to complex?

Patrik Löwendahls shout, September 12, 2009
Views: 223 | Hits 20

Today at ALT.NETs unconference we had a great discussion initialized by Alan Smith about the state of WCF and the complexity, if any, it imposes on developers. The thesis was that WCF was hard to lear...

Notify Client Applications Using WCF Callbacks

EggHeadCafe.com New Articles, September 5, 2009
Views: 658 | Hits

This article shows how to use WCF Callbacks in a client-server scenario where the server notifies connected clients of any event, like changes in database records or message from a client that is broa...

Build a Custom WCF Encoder

DevX: .NET Feed, August 28, 2009
Views: 368 | Hits 31

When the built-in WCF encoders don't meet your needs, follow this example to create a custom encoderand just plug it in!...

NDC Video Ted Neward WCF Patterns

ISerializable, August 18, 2009
Views: 312 | Hits 18

This one, by Ted Neward Note: it starts about 10-15 minutes into the video (it is unedited)   ...

HTTP Binary Serialization through ASP.NET without WCF

The Code Project Latest Articles, August 12, 2009
Views: 497 | Hits 41

Shows how to serialize an object using binary serialization without using WCF....

WCF FAQ Part 5 Transactions

The Code Project Latest Articles, August 9, 2009
Views: 436 | Hits 50

WCF FAQ Part 5 Transactions...

6 steps to enable transaction in WCF

The Code Project Latest Articles, August 6, 2009
Views: 491 | Hits 68

6 steps to enable transaction in WCF...

WCF 4: Higher Default Throttling Settings for WCF Services

Wenlong Dongs Blog, July 26, 2009
Views: 690 | Hits 61

It has been quite a while that I did not write anything. This is because I was fully focusing on WCF 4. Now that we have got most of the work done, it is good time to continue my writing. Startin...

Building Declarative WCF Services in .NET 4.0

DevX: .NET Feed, July 23, 2009
Views: 356 | Hits 18

Building WCF services declaratively in XAML lets you integrate services with workflows and provides flexibility that identical services implemented in code cannot....

Product Spotlight