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

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

RestFul WCF JSON Service with client and on Mozilla Firefox REST Client

The Code Project Latest Articles, May 18, 2012
Views: 149 | Hits 22

WCF REStful service -with GET, PUT, POST and DELETE Method and testing on Mozilla Firefox REST Client...

Increasing your system reliability with the Azure Service Bus Queues

Pablo M. Cibraro (aka Cibrax), April 20, 2012
Views: 179 | Hits 7

A common scenario for many web applications running in the cloud is to integrate with existing systems through web services (no matter the messaging style they use). Although in these scenarios, an SL...

Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery

The Code Project Latest Articles, February 4, 2012
Views: 576 | Hits 51

Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery...

Whats new in WCF 4.5? Changed default for ASP.NET compatibility mode

The Code Project Latest Articles, February 3, 2012
Views: 341 | Hits 37

This is the eighth post in the WCF 4.5 series. This post continues the previous posts on web-hosting features. This post is about the ASP.NET compatibility mode default change of WCF 4.5.Previous post...

How to Mock a WCF Service

The Code Project Latest Articles, January 23, 2012
Views: 406 | Hits 42

How to Mock a WCF Service while writing a unit test...

How to perform multithreaded ASP.NET WebClient Requests in a WCF Service in Parallel

EggHeadCafe.com New Articles, November 20, 2011
Views: 406 | Hits 38

A demo that has two separate services - one that does parallel requests via the Threadpool (the "old" way) using a ManualResetEvent to block until completion, and the second, using the TaskFactory ...

Using Service Bus Topics and Subscriptions with WCF

Tom Hollanders blog, October 9, 2011
Views: 673 | Hits 10

Introduction In my last post, I showed how to use Windows Azure AppFabric Service Bus Queues with WCF. Service Bus Queues provide a great mechanism for asynchronous communication between between two ...

Implement CRUD operations using RESTful WCF Service and javascript

The Code Project Latest Articles, September 15, 2011
Views: 608 | Hits 57

Easy way to consume WCF REST services through JQuery and perform CRUD (Create Retrieve Update Delete) operations...

Invoke WCF Service with Metadata, Service Reference, and ChannelFactory

EggHeadCafe.com New Articles, August 27, 2011
Views: 201 | Hits 5

Details the three most commonly used ways to consume a WCF Service in a Service Oriented Application built on the WCF Infrastructure.  read moreBy Cosmos Mysore...

Devloping web2.0 user interface for self hosted WCF services using HTML5, CSS3 and JQuery

The Code Project Latest Articles, July 21, 2011
Views: 652 | Hits 83

Devloping web2.0 user interface for self hosted WCF services using HTML5, CSS3 and JQuery...

Interop Bindings for WCF released in codeplex

Pablo M. Cibraro (aka Cibrax), June 14, 2011
Views: 551 | Hits 27

I am happy to announce that one of the projects in which Microsoft and Tellago have been collaborating together during the last few months was released as part of wcf.codeplex.com. The primary aim of ...

Pub/Sub in the cloudA brief comparison between Azure Service Bus and PubNub

Pablo M. Cibraro (aka Cibrax), June 6, 2011
Views: 440 | Hits 7

Publish/Subscribe in the cloud has became relatively important lately as an integration pattern for business to business scenarios between organizations. The major benefit of using a service hosted in...

Querying WCF endpoints using Web API

eXtensible mind, May 19, 2011
Views: 636 | Hits 42

In previous versions of the Web API, you could query your REST endpoints that exposed an IQueryable<T> server-side, kinda Linq to WCF as @gblock said. This was immensely useful and an importan...

Using Json.NET for text and binary Json payloads with WCF WebApi

eXtensible mind, May 19, 2011
Views: 893 | Hits 78

There is an aging post by Christian on how to use the awesome Json.NET library as a default serializer for the new WCF Web Api. Rather than having two media type formatters (in the latest bits lingo),...

How to easily test WCF Web Api services

eXtensible mind, May 19, 2011
Views: 544 | Hits 36

Given the many cross-cutting concerns you can cover using the new Web API pipeline,  its not a bad idea to have a bunch of integration-style tests that cover the actual running service end to end...

How to use Autofac with WCF Web API

eXtensible mind, May 16, 2011
Views: 764 | Hits 64

The new configuration model in the latest WCF Web APIs allows extending the service instantiation via what is called a resource factory. For Autofac, I wanted to support a per-request lifetime scope, ...

Making the HttpMessageHandlerFactory in WCF Web Apis more DI friendly

Pablo M. Cibraro (aka Cibrax), May 7, 2011
Views: 945 | Hits 35

The HttpMessageHandlerFactory shipped out of the box in the WCF Web Apis Preview 4 can only construct channels instances with a single argument in the constructor representing the inner channel in the...

Second round of Web Http Caching

Pablo M. Cibraro (aka Cibrax), April 29, 2011
Views: 408 | Hits 26

As I discussed in my previous post, web caching relies on specific headers that you need to use correctly on your services. Thats an http application protocol thing, and something that you can easily ...

Fixing MaxItemsInObjectGraph quota Error in WCF Service

Steven Smith, April 28, 2011
Views: 817 | Hits 18

I have a WCF Service that occasionally yields a message like this one: Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph or incr...

Configuring your WCF Web Apis

Pablo M. Cibraro (aka Cibrax), April 19, 2011
Views: 735 | Hits 30

Another major improvement in this new WCF Web Api release is the introduction of a fluent API for configuring your WCF Web Apis. All the available extensibility points in the current bits are now expo...

WCF Web APIs Preview 4

MS-Joe, April 17, 2011
Views: 555 | Hits 44

Last Week at MIX Glenn Block presented on our new Web API in a talk entitled WCF Web APIs, theres a uri for that. The talk was very well received and had a mostly full house. You can watch the video f...

RIA Services Technology Released at MIX

MS-Joe, April 17, 2011
Views: 408 | Hits 11

         Last week at MIX, the RIA Services team is put out two releases: 1. WCF RIA Services V1.0 SP2 Preview (April 2011) a. As a standalone download; also in...

Create REST service with WCF and Consume using jQuery

The Code Project Latest Articles, April 15, 2011
Views: 691 | Hits 85

Create REST service with WCF and Consume using jQuery...

Http Message Channels in WCF Web Apis Preview 4

Pablo M. Cibraro (aka Cibrax), April 15, 2011
Views: 467 | Hits 15

The new WCF Web Apis Preview 4 released yesterday in the wcf.codeplex.com introduced a new extensibility point for intercepting messages at channel level. The name for this new feature is Http Message...

How Can You Load Test WCF Services?

Chris Love's Official Blog - Professional ASP.NET, April 3, 2011
Views: 847 | Hits 56

There are several techniques that have been created to load test WCF Services. These include commercial and open source tools like WCF Load Test available on CodePlex . I have seen several packages ov...

Troubleshooting your WCF Web Apis with AppFabric

Pablo M. Cibraro (aka Cibrax), March 23, 2011
Views: 606 | Hits 14

In this last post, I showed how the new WCF Web Apis could be integrated with AppFabric for pushing custom events to the AppFabric tracking database. A great thing about the monitoring infrastructure ...

WCF does not support Compression out of the box, so fix it

The Code Project Latest Articles, March 16, 2011
Views: 292 | Hits 6

WCF does not support Compression out of the box, so fix it...

Monitoring your WCF Web Apis with AppFabric

Pablo M. Cibraro (aka Cibrax), March 7, 2011
Views: 646 | Hits 24

The other day, Ron Jacobs made public a template in the Visual Studio Gallery for enabling monitoring capabilities to any existing WCF Http service hosted in Windows AppFabric. I thought it would be a...

SO-Aware Service Explorer Configure and Export your services from VS 2010 into the repository

Pablo M. Cibraro (aka Cibrax), February 3, 2011
Views: 447 | Hits 2

We have introduced a new Visual Studio tool called Service Explorer as part of the new SO-Aware SDK version 1.3 to help developers to configure and export any regular WCF service into the SO-Aware ser...

Crossing WCF boundaries with a configuration-less dynamic self-adaptive ORM library

The Code Project Latest Articles, January 29, 2011
Views: 421 | Hits 7

An extension to the KyneticORM library that permits seamless database operation in WCF scenarios...

Wrapping your WCF Responses

Wallace B. McClure, January 18, 2011
Views: 520 | Hits 14

I've got a WCF web service that exposes its data over REST.  I'm calling it from iPhone and Android.  The method signature is something like:    [WebInvoke(UriTemplate = "/...

Calling a REST Based JSON Endpoint with HTTP POST and WCF

Wallace B. McClure, January 16, 2011
Views: 901 | Hits 32

Note: I always forget this stuff, so I'm putting it my blog to help me remember it.Calling a JSON REST based service with some params isn't that hard.  I have an endpoint that has this interface:...

Allowing Access to HttpContext in WCF REST Services

Rick Strahls WebLog, January 10, 2011
Views: 1,017 | Hits 33

If youre building WCF REST Services you may find that WCFs OperationContext, which provides some amount of access to Http headers on inbound and outbound messages, is pretty limited in that it doesnt ...

.NETTER Code Starter Pack v1.0.beta Released

ASP.NET Announcements, December 13, 2010
Views: 532 | Hits 32

.NETTER Code Starter Pack contains a gallery of Visual Studio 2010 solutions leveraging latest and new technologies released by Microsoft. Each Visual Studio solution included here is focused to pro...

Shows how to create a jQuery-enabled WCF service to retrieve stock quotes and display via jQuery Templates

EggHeadCafe.com New Articles, December 4, 2010
Views: 1,112 | Hits 3

One of the nice new features of Visual Studio 2010 is the new "Add item" template called "jQuery-Enabled WCF Service". This adds a new WCF Service to your project with just about everything pre-wi...

Steps to Call WCF Service using jQuery

The Code Project Latest Articles, December 2, 2010
Views: 1,088 | Hits 39

Steps to Call WCF Service using jQuery...

Okay, WCF, we can be friends now

JonGalloway.ToString(), December 1, 2010
Views: 755 | Hits 99

Over the years, I've had a tough time with Windows Communication Foundation, otherwise know as (and sometimes cursed as) WCF. I knew it was what I was "supposed" to be using to because it ha...

Getting ready to move to a jQuery / WCF based AJAX model.

MS-Joe, November 12, 2010
Views: 760 | Hits 66

Over the past several years Ive developed lots of guidance for ASP.NET Developers adding AJAX functionality to their web applications. [ See HERE ] Most of that guidance has been primarily for Web Fo...

Generating WCF configuration from the SO-Aware Repository

Pablo M. Cibraro (aka Cibrax), November 10, 2010
Views: 478 | Hits 5

As part of the simplification in service configuration that we want to provide in SO-Aware, we have added two new commands in the PowerShell provider for generating the service configuration at design...

Workflow Service 4.0 is a Major change: Call WCF service from Workflow service 4.0

The Code Project Latest Articles, November 6, 2010
Views: 1,084 | Hits 46

New changes and features in Workflow service 4.0 provided with a sample solution to invoke WCF service from workflow service...

New IQueryable Support for Http Services in WCF

Pablo M. Cibraro (aka Cibrax), November 1, 2010
Views: 543 | Hits 8

One of the things that caught my attention when WCF Data Service was released a couple of years ago was the ability of using URI segments for passing queries directly to an underline linq provider. Th...

Discusses WCFs extensibility points used in DI IInstanceProvider interface and contract behaviors. The author also shows how to extend a commerce application with a WCF-based service.

EggHeadCafe.com New Articles, October 30, 2010
Views: 927 | Hits 2

Windows Communication Foundation (WCF) is one of the most extensible parts of the Base Class Library (BCL). While it is fairly easy to get started writing WCF services, the myriad of extensibility p...

WCF HTTP Preview

kennyw.com, October 30, 2010
Views: 776 | Hits 60

Check out http://wcf.codeplex.com/, and let us know what you think.Weve been hard at work on the next version of WCF, and today at PDC Glenn unveiled the details of those investments. Weve made a numb...

jQuery Templating and Data Linking Coming to a Site Near You

Chris Love's Official Blog - Professional ASP.NET, October 14, 2010
Views: 659 | Hits 34

Finally!!! I was so excited to finally see the jQuery Team and Microsoft finally release the Templating and Data Linking plugins last week. If you have attended one of my WCF, jQuery sessions this yea...

Back in the Office

kennyw.com, October 9, 2010
Views: 401 | Hits 1

One year later, Im back from sabbatical and in my office (which has been moved to building 18). Its a bit surreal to be back, though fun to be catching up on the past year of developments and reconnec...

ASP.NET Session can be easily configured to be used with a WCF service in order to cache user-specific items and avoid repeated round-trips to your database. Here is how.

EggHeadCafe.com New Articles, September 26, 2010
Views: 571 | Hits 1

Users complain that they want to avoid repeated round trips to the database whenever a particluar Silverlight Page is requested or if the browser back button has been pressed. ASP.NET Session can be e...

Exposing additional service metadata with WS-Discovery in WCF 4.0

Pablo M. Cibraro (aka Cibrax), September 17, 2010
Views: 1,224 | Hits 21

WS-Discovery is not only a mechanism for discovering service endpoint addresses at runtime, but also a way to query for specific service information and metadata. If you look at it from another standp...

SWUtil - A new tool for generating service proxies from the SO-Aware repository.

Pablo M. Cibraro (aka Cibrax), September 15, 2010
Views: 591 | Hits 18

As we announced last week, we are shipping a new Visual Studio plugin for generating service proxies as part of the SO-Aware SDK. The functionality is equivalent to what you find today in the Add Serv...

Implementing KnownType Attribute

EggHeadCafe.com New Articles, September 11, 2010
Views: 1,366 | Hits 2

Why and How to implement KnownType Attribute in WCF Service.  read moreBy Shine Velayudhan...

Why ASMX web services are not an excuse anymore with WCF 4.0

Pablo M. Cibraro (aka Cibrax), September 6, 2010
Views: 628 | Hits 81

ASXM web services has been the favorite choice for many developers for building soap web services in .NET during a long time because of its simplicity. With ASMX web services, you get a web service up...