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

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

InfoPath 2010 and SharePoint 2010 Integration using Custom WCF Service: Part 2 of 3

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...

Simple Metro Style Application with WCF service and MS Excel Database

The Code Project Latest Articles, April 16, 2013
Views: 296 | Hits 22

Creating a metro style application with WCF...

A Beginner's Tutorial on Creating WCF REST Services

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....

WCF: From a Beginner's perspective and a tutorial - Sequel

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....

Tutorial on Understanding Transactions and Creating Transaction Enabled WCF Services.

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....

Tutorial on Message Exchange Patterns and Asynchronous Operations in WCF

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...

WCF: From a Beginner's perspective & a Tutorial

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...

A Beginner's Tutorial on Managing Sequence of Operations in WCF Service

The Code Project Latest Articles, March 25, 2013
Views: 283 | Hits 28

This article talks about managing sequence of operations in a WCF service....

A Beginner's Tutorial for Understanding WCF Instance Management

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....

A Beginner's Tutorial for Understanding Exception Handling, FaultExceptions and FaultContracts in WCF

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....

A WCF service to expose the core functions of a smart card

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....

Create a WCF Service using wsHttpBinding and use in a Windows Forms application

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....

Securing WCF Service with self signed certificates programmatically

The Code Project Latest Articles, December 4, 2012
Views: 355 | Hits 34

Securing a WCF Service with self signed certificates programmatically....

Creating a Generic (Static and Unchanging) WCF Interface

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....

Mobile Development using IBM Worklight and WCF

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....

SetUp file Creation for Web Application which Consumes WCF Service

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...

Telerik OpenAccess ORM - From your Database to a WCF Service

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...

Why Domain Driven Design (DDD) is so great

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...

Injection of Wcf Proxies in ASP.NET MVC controllers using Castle Windsor

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...

Extending Kerosene ORM for WCF support

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...

Responsive WCF service With ICallbackEventHandler Interface

The Code Project Latest Articles, August 8, 2012
Views: 467 | Hits 38

Responsive WCF service With ICallbackEventHandler Interface...

WCF Serialization A Case Study

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...

Support for JSONP in WCF REST services

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....

WCF - Authentication and Authorization in Enterprise Architecting

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....

A beginner's tutorial for understanding Windows Communication Foundation (WCF)

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....

A beginner's tutorial for understanding the Windows Communication Foundation (WCF)

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....

Callback Contract in WCF

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)....

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

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...

Increasing your system reliability with the Azure Service Bus Queues

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...

Increasing your system reliability with the Azure Service Bus Queues

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...

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

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...

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

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...

How to Mock a WCF Service

The Code Project Latest Articles, January 23, 2012
Views: 1,005 | Hits 55

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: 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 ...

Using WCF and WCF RIA Services for Data-driven Apps

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....

Implement CRUD operations using RESTful WCF Service and javascript

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...

Invoke WCF Service with Metadata, Service Reference, and ChannelFactory

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...

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

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...

Interop Bindings for WCF released in codeplex

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 ...

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

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...

Querying WCF endpoints using Web API

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...

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

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),...

How to easily test WCF Web Api services

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...

How to use Autofac with WCF Web API

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, ...

Making the HttpMessageHandlerFactory in WCF Web Apis more DI friendly

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...

Second round of Web Http Caching

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 ...

Fixing MaxItemsInObjectGraph quota Error in WCF Service

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...

Configuring your WCF Web Apis

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...

WCF Web APIs Preview 4

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...

RIA Services Technology Released at MIX

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...