News in the Category:
WCF
Total posts: 435 | Sort by Views | Sort by Hits
The Code Project Latest Articles, May 18, 2013
Views: 198 | Hits 1
Designing InfoPath Form to read the values from WCF Application. Publish and Deploy InfoPath form and setup site page to use InfoPath Web part to display the form...
The Code Project Latest Articles, April 16, 2013
Views: 296 | Hits 22
Creating a metro style application with WCF...
The Code Project Latest Articles, April 3, 2013
Views: 405 | Hits 65
In this article we will try to understand what are WCF REST services and how can we create one....
The Code Project Latest Articles, April 2, 2013
Views: 328 | Hits 43
This article gives a tutorial on consuming WCF service in ASP.NET web site and to create AJAX enabled WCF Service....
The Code Project Latest Articles, April 2, 2013
Views: 363 | Hits 37
This article discusses about the steps needed for creating transaction enabled WCF services....
The Code Project Latest Articles, March 30, 2013
Views: 340 | Hits 26
This article discusses the various message exchange patterns that the WCF service supports and how to call WCF operations asynchronously...
The Code Project Latest Articles, March 25, 2013
Views: 306 | Hits 34
This article tries to dig in as to what is WCF, how to code WCF services...
The Code Project Latest Articles, March 25, 2013
Views: 283 | Hits 28
This article talks about managing sequence of operations in a WCF service....
The Code Project Latest Articles, March 23, 2013
Views: 301 | Hits 34
This article discusses about the various ways of managing the WCF service class instances....
The Code Project Latest Articles, March 2, 2013
Views: 233 | Hits 36
This article discusses about exception handling in WCF services, FaultExceptions and introduces the FaultContract....
The Code Project Latest Articles, January 23, 2013
Views: 259 | Hits 21
This article introduces a WCF service to expose the core functions necessary to communicate with a smart card....
The Code Project Latest Articles, December 10, 2012
Views: 383 | Hits 22
Create a WCF service using wsHttpBinding and use in a Windows Forms application....
The Code Project Latest Articles, December 4, 2012
Views: 355 | Hits 34
Securing a WCF Service with self signed certificates programmatically....
The Code Project Latest Articles, November 14, 2012
Views: 341 | Hits 41
Learn how to create a static and unchanging WCF interface that still supports most WCF capabilities....
The Code Project Latest Articles, October 22, 2012
Views: 333 | Hits 17
This article is intended to introduce IBM Worklight and its integration with WCF....
The Code Project Latest Articles, October 16, 2012
Views: 283 | Hits 15
Framing Conection String for WCF and Providing service url to Web App for Communication...
the telerik blogs, September 27, 2012
Views: 436 | Hits 14
After the official release of our new Add OpenAccess Service wizard you have shown some great interest in using it to shorten the efforts for creating the Web Services and sta...
The Code Project Latest Articles, September 23, 2012
Views: 458 | Hits 95
This article aims to describe why I think that DDD aids you tremendously in creating robust and flexible applications. Today we got several cool frameworks and libraries that we can use. ORMs, WCF, Se...
The Code Project Latest Articles, September 10, 2012
Views: 367 | Hits 17
This tip shows how to inject Wcf Proxies into controllers using Castle Windsor Interceptors...
The Code Project Latest Articles, September 2, 2012
Views: 448 | Hits 12
An extension to the Kerosene ORM library that permits seamless database operations in WCF scenarios...
The Code Project Latest Articles, August 8, 2012
Views: 467 | Hits 38
Responsive WCF service With ICallbackEventHandler Interface...
The Code Project Latest Articles, August 5, 2012
Views: 399 | Hits 36
A Case Study to explore ways to customize and improve WCF by overriding the default serialization behaviour...
The Code Project Latest Articles, July 9, 2012
Views: 483 | Hits 27
Sample to demonstrate building a cross domain script enabled WCF REST service and consuming it in a web app....
The Code Project Latest Articles, June 20, 2012
Views: 537 | Hits 65
How to expose a WCF Service Application along with Authentication Service and Authorization according to Enterprise Architecting standards....
The Code Project Latest Articles, June 18, 2012
Views: 658 | Hits 49
We will try to see the basic concepts behind WCF and will try to implement a small WCF service....
The Code Project Latest Articles, June 18, 2012
Views: 420 | Hits 22
We will try to see the basic concepts behind WCF and will try to implement a small WCF service....
The Code Project Latest Articles, June 8, 2012
Views: 506 | Hits 26
Callback contracts are a very powerful concept that is easily implemented in WCF. Using this, it is very easy to achieve event-like behavior between a service and client (duplex operations)....
The Code Project Latest Articles, May 18, 2012
Views: 678 | Hits 46
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: 245 | Hits 1
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...
Pablo M. Cibraro (aka Cibrax), April 20, 2012
Views: 482 | 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: 919 | Hits 75
Streaming live results to a web site using MSMQ/Duplex WCF/SignalR/jQuery...
The Code Project Latest Articles, February 3, 2012
Views: 742 | Hits 49
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: 1,005 | Hits 55
How to Mock a WCF Service while writing a unit test...
EggHeadCafe.com New Articles, November 20, 2011
Views: 701 | Hits 45
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 ...
DevX: .NET Feed, October 26, 2011
Views: 278 | Hits 5
Learn the basics of WCF and WCF RIA Services, Microsoft's communication framework and service for developing service-oriented, data-driven applications....
The Code Project Latest Articles, September 15, 2011
Views: 1,050 | Hits 71
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: 446 | Hits 7
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: 976 | Hits 104
Devloping web2.0 user interface for self hosted WCF services using HTML5, CSS3 and JQuery...
Pablo M. Cibraro (aka Cibrax), June 14, 2011
Views: 836 | Hits 41
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: 755 | Hits 11
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: 921 | Hits 48
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: 1,327 | Hits 100
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: 832 | Hits 38
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: 1,192 | Hits 78
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: 1,332 | Hits 47
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: 628 | Hits 31
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: 1,553 | Hits 31
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: 1,058 | Hits 32
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: 843 | Hits 59
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: 640 | 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...