News in the Category:
WCF
Total posts: 409 | Sort by Views | Sort by Hits
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...
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...
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...
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...
The Code Project Latest Articles, January 23, 2012
Views: 406 | Hits 42
How to Mock a WCF Service while writing a unit test...
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 ...
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 ...
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...
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...
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...
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 ...
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...
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...
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),...
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...
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, ...
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...
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 ...
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...
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...
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...
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...
The Code Project Latest Articles, April 15, 2011
Views: 691 | Hits 85
Create REST service with WCF and Consume using jQuery...
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...
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...
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 ...
The Code Project Latest Articles, March 16, 2011
Views: 292 | Hits 6
WCF does not support Compression out of the box, so fix it...
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...
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...
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...
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 = "/...
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:...
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 ...
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...
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...
The Code Project Latest Articles, December 2, 2010
Views: 1,088 | Hits 39
Steps to Call WCF Service using jQuery...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...