Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / WCF

WCF

WCF

Great Reads

by Tharaka MTR
A solution to the problem
by Vinayaka Krishna Shenoy
.NET Coding Best Practices - Vinayak's thumb rulesDo not hard code strings/ numerics. Instead of that use constants as shown below.Bad practice int Count; Count = 100; if( Count == 0 ) { // DO something… }Good practice int Count; Count = 100; private...
by Anil Kr. Sharma
.NET Framework 3.0 primer.
by Livio Francescucci
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.

Latest Articles

by Tharaka MTR
A solution to the problem
by Vinayaka Krishna Shenoy
.NET Coding Best Practices - Vinayak's thumb rulesDo not hard code strings/ numerics. Instead of that use constants as shown below.Bad practice int Count; Count = 100; if( Count == 0 ) { // DO something… }Good practice int Count; Count = 100; private...
by Anil Kr. Sharma
.NET Framework 3.0 primer.
by Livio Francescucci
How to create an ASP.NET gridview AJAX enabled connected with WCF SOAP and REST webservices.

All Articles

Sort by Score

WCF 

by James Poulose
Pass meta data from host to implementation
by Imran Abdul Ghani
Here are 2 simple ways to configure WCF binding
by Imran Abdul Ghani
This post discusses 3 techniques for instance management in WCF.
by Raymund Macaalay
A Dynamic Word Template that Generates information from SQL
by Rion Williams
A quick rundown of web services in ASP.NET: Web API and WCF
by Nikos Baxevanis
A WebSocket-enabled service in .NET will be written like any other WCF service with two differences.
by derekman9707
A SQL Cmdlet a day 1
by derekman9707
As with any scripting language PowerShell supports variables, but unlike many languages declaration and assignment is streamlined.  One of the coolest things about PowerShell variables is that data type assignment is automatic based upon the data type value.
by derekman9707
A SQL Cmdlet a Day 4 SQLPS
by bobleith
With SQL Server 2008, Microsoft re-architected SQL Server Reporting Services (SSRS) to no longer have an IIS dependency.  It now relies directly on HTTP.SYS and handles web protocols independently.
by bobleith
With SQL Server 2008, Microsoft re-architected SQL Server Reporting Services (SSRS) to no longer have an IIS dependency.  It now relies directly on HTTP.SYS and handles web protocols independently.   This is a good thing, in a lot of respects (see http://msdn.microsoft.com/en-us/
by PratapReddyP
Access a WCF Service without a service reference.
by frank cao
How to add timeout and congestion prevention in a WCF/.NET remoting multi-tier server
by Arun Ramachandran India
This post goes over the prevention of SQL injection attack in ADO.NET
by Arun Ramachandran India
ADO.NET - What is meant by SQL injection attack?
by rudigrobler
Anatomy of the Windows 7 taskbar - Progress
by rhyous
Authentication Token Service for WCF Services (Part 1)
by Jeremy Hutchinson
Azure SQL vs AWS RDS - performance and cost
by PRANAV SINGH
Backing up all databases using T-SQL
by Andrew Zwicker
Why being careful is such an important mindset when working with SQL and databases.At the Boston Public Schools, certain processes need to be run at particular times of the school year. There’s a couple of specific windows of time where we print choice forms for students.
by jmix90
A lot of controls expose properties which are not DependencyProperties and then you can’t put a binding on it. On some other cases, you only have a getter as accessor and you can’t put a binding on it too...
by Jeremy Likness
Build data-driven .NET applications with seamless client-server communication using fluent C# LINQ over OData (like GraphQL but without the JSON).
by essentialSQL
How to build dynamic SQL in a stored procedure
by comiscience
Original article in my CodeProject page :  Download ReportingWithUnity-noexe.zip – 25 KB Download ReportingWithUnity.zip – 249.1 KB Introduction I’m in one week of sick leave. I’d the time to learn more about Unity.
by Sacha Barber
Bulk insert into SQL from C#
by Gil Fink
I want to show is how easy and simple it is to consume a WCF Data Service (OData feed) with the jQuery library.
by Imran Abdul Ghani
Calling a WCF Self Hosted Console Application
by Steve Wellens
Years ago, when I created my first ASMX Web Service and called it from an application, it was easy and it was fun. I was able to call functions on a server, from a client, with little effort.
by Gil Fink
A simple example of making a JSONP call to a WCF Data Service using jQuery.
by Melick
Configure Power View (Reporting Services features) on existing SharePoint 2013 Farm with BI features.
by Graham D Smith
Commissioning TFS or VSTS
by Praveen Kumar Katiyar
In this post I am going to explain how to create a simple WCF Service, with Self Hosting and consume it, there will be 4 parts of the project. A Class Library (MyMathServiceLib.dll): which will implement our business logic.
by Praveen Kumar Katiyar
In this post I am going to explain how to create a simple WCF Service, with Self Hosting and consume it, there will be 4 parts of the project. A Class Library (MyMathServiceLib.dll): which will implement our business logic.
by Chinmoy Mohanty
How to create and consume a RESTful service using WCF and JavaScript
by patelsan
How to create WCF service extensibility through MEF
by Mithun Pattankar
How to create a WCF service without SVC file
by Imran Abdul Ghani
In this part, we will write and understand code to consume the RESTful web service using jQuery.
by M Sheik Uduman Ali
Cumbersomeness Web.Config
by Imran Abdul Ghani
DataContract Vs MessageContract in WCF
by Tony Champion (Champion DS)
Deploying Silverlight with WCF Services
by DaveBlack
Don't use 'using()' with a WCF proxy
by Md. Rashim Uddin
Duplex service in WCF
by jgauffin
Easy and perfomant client/server communication with protobuf-net & Griffin.Framework
by User 6619207
Entity Framework Code First and WCF Data Services
by Imran Abdul Ghani
Error Handling in WCF RESTful Service
by Paul_Wade
A better way to handle errors and provide a useful message back to the user in Silverlight.
by Rajat-Indiandotnet
New feature in SQL Server 2016
by Dinesh K Mandal
Exception Handling in WCF
by gmtzgtz
Executing a Stored Procedure from a WCF Service Method
by comiscience
WCF named pipe transport
by Minh Danh Nguyen (ToughDev)
How to fix PlatformNotSupportedException when running WCF apps
by Passion4Code
How to do full text search in SQL
by mrcellux
FluentJdbc is a functional, fluent API to execute most common SQL operations an application needs as a single statement.
by n.podbielski
Reflection.Emit is very powerful tool. It creates IL code and since C# is converted into IL too, we have the same functionality as in C# and even more. It is very powerful and at the same time very complicated. Because of that it is worth to discuss how and for what it should be used.
by User 6619207
Generic approach to access WCF data services
by JJ Bussert
A quick tutorial on how to do implement CLR user defined functions.
by Rajat-Indiandotnet
Good to know SQL jargon
by Jeremy Likness
Learn how to host WCF as a Windows service (without using a web project) and how to code it so that you can test interactively without installing the service.
by Imran Abdul Ghani
Hosting WCF service in WAS simplified
by essentialSQL
How do the SQL DISTINCT and TOP SELECT Clauses Work Together to Generate Results?
by essentialSQL
How to calculate the end of the month in SQL
by Abhishek Sur
Creating a WCF service without Visual Studio
by merlin981
I was recently asked to helpwith a LINQ To SQL query where the resulting T-SQL query was to have CASE statements. Having CASE statements in T-SQL queries is acommon scenario but how do we it in LINQ To SQL?
by Imran Abdul Ghani
How to download a large file from a WCF service
by atverma
How to host a service in Azure and expose using WCF and Visual Studio 2010
by StevenHollidge
How to host multiple isolated WCF services within a single Windows service with zero App.config
by Alex Turok
Despite the fact that I started learning Clojure about 2 years ago, until recently I didn’t explore, maybe, the most fascinating part of the language – macros.
by Alex Turok
In a recent post I showed some strange things that one can do with macros to be able to write SQL-like queries right in Clojure. Several weeks ago we enabled selecting fields from records as well as filtering them with where clause.
by Md. Rashim Uddin
HTTPS Communication in WCF
by Rion Williams
Tools to test security, a plan on how to secure your system and building good habits to help ensure you stay protected
by Neeraj Kaushik1980
This is a continuation of the previous post on “Security in WCF - I”.
by Raymund Macaalay
Integrating Sharepoint 2010 and SQL Reporting Services 2008 in 6 easy steps
by Keyhole Software
Introducing business intelligence reporting to a software system
by Sifiso W Ndlovu
How to load Integration Services Assembly file into Visual Studio 2010 project
by Md. Rashim Uddin
How to log and trace WCF Soap messages?
by Gil Fink
How to use the datajs library in order to make a JSONP call to a JSONP enabled WCF Data Service.
by Sifiso W Ndlovu
Master Data Services Insufficient Memory Error
by m_kramar
What if you have a collection of objects and want to find matches in database and you want to do it using just one query? The following example demonstrates how it can be done using LINQ.
by Pieter Van Parys
MData – The Idea
by Martin Jarvis
Clean, sweet WCF proxy usage with TidyProxy
by PratapReddyP
Mtom encoding in WCF.
by jebarson
Multi Language / Multicultural Exception Handling In WCF Using FaultReason
by Gil Fink
My SDP Lecture Interview
by Jamie Munro
MySQL: insert or update in one SQL statement
by Imran Abdul Ghani
New features in WCF 4.5 - Part 1
by Imran Abdul Ghani
New features in WCF 4.5
by n.podbielski
Ninject and WCF
by Sandeepkumar Ramani
WCF configuration is much more complex compared to ASP.NET Web Services.
by jgauffin
OneTrueError and the WCF Integration
by Chinmoy Mohanty
How to do operation contract overloading in WCF
by levelnis
Article discussing how to pass Json data to a RESTful WCF 4 service using Json.Net
by Imran Abdul Ghani
Post JSON Data to WCF RESTful service using jQuery
by nirman b doshi
Powershell Scripts to replace Key Value pair in SQL Script file before running the SQL Scripts
by Imran Abdul Ghani
Here is a practical guide to WCF RESTful service
by Abhishek Sur
Progress streamed file download and upload with resume facility
by Reader Man San
The Need I needed to add the possibility for upper layers like the Model/Service to make projection on Linq to SQL statements but without leaking IQueryable. As the normal Linq to SQL projection is: var query = from c in Cars … Continue reading →
by Reader Man San
Projecting on Linq to SQL, from different layers
by Sam Varadarajan
How to exit from SQL&Plus on command line
by Andrei Ion Rînea
Some performance tips
by Sebastian Solnica
One way of diagnosing SQL exceptions by using memory dumps
by Sifiso W Ndlovu
How to resolve PolyBase Installation errors in SQL Server 2016
by outcoldman
RESTful WCF Service – How to get browser version at server code
by Steve Maier
The same database and the same RIA Services can be used as a Web Service by using some simple additions to the setup of your project.
by Debopam Pal
How to run SQL script containing DDL, DML, Select statements and PL/SQL block through reader in Java
by Ron zigelman
Scalable state synchronization using P2P - Part 2 - Running the test application
by Ron zigelman
How to use the infrastructure in your own project
by deveck
The different securing mechanisms and how they are set up
by Vasil Trifonov
Securing a WCF Service with self signed certificates programmatically
by Raymund Macaalay
How to send messages to workstations
by Sandeepkumar Ramani
Differences between ServiceDescriptionImporter and ServiceContractGenerator
by Sumon Barua
Download: Source YouTube is the most popular and largest video sharing website on which users can upload, view and share videos.  One of the key features of YouTube is the ability to view its videos on other web pages and client applications. The YouTube APIs allows us to bring the YouTube experi
by jmix90
Simple properties Mapper by reflection: Stop copying manually each property of your objects !
by Imran Abdul Ghani
Simple steps to enable tracing in WCF
by Imran Abdul Ghani
Here are some simple steps to enable transactions in WCF
by pollirrata
This is a solution to "The operation failed: The relationship could not be changed because one or more of the foreign-key properties is non-nullable."
by Zhuyun Dai
How to solve "Could not load type 'System.ServiceModel.Activation.HttpModule’ IIS 8 error
by Arkadeep De
SQL bulk copy from DataTable using XML
by snorkie
This post is designed to help you understand how to use the EXISTS keyword in your SQL query environment.
by Keyhole Software
“SQL? Isn’t that just something my ORM tools use?” Often application developers can and should remain at least one level removed from SQL. JPA and the Entity Framework each provide more abstract (and OO-friendly) query languages, and it’s often unnecessary to write any queries at all.
by Gaurav Aroraa
SQL Like Functionality in LINQ?
by essentialSQL
How to calculate moving averages
by essentialSQL
How to identify the top and bottom 25 percent to rank student scores
by essentialSQL
How to calculate moving averages by working through a hypothetical stock market example
by essentialSQL
How to identify the top and bottom 25 percent to rank student scores
by Sifiso W Ndlovu
SQL Server exercise for data warehouse candidates
by Ronnie Mukherjee
SQL Unit testing
by Himanshu DS
SQL: Target a trigger
by Anton Angelov
Tutorial on how to set up an email subscription for reports generated in SSRS (SQL Server Reporting Services). Step by step explanations with a lot of images.
by Imran Abdul Ghani
Step by step approach to create a WCF Data Service
by Manas_Patnaik
We will create a Silverlight 4 based application with WCF RIA services and Entity Framework
by Alexander Golde
Tables are the major data element of ANKHOR FlowSheet.
by Dinesh K Mandal
Testing and Monitoring WCF Service using soapUI and Fiddler
by Diego Resnik
Using Dynamic Proxy & MSMQ Duplex to create a proxy that switches automatically between online & offline network state
by Imran Abdul Ghani
Top 5 articles on WCF tutorials in 2013
by Alvin Bunk
How to troubleshoot SQL code using comments
by Omar Al Zabir
How WCF works for async services and how to fix this bug to make your async services truly async and scale under heavy load
by Imran Abdul Ghani
Understanding data contract in WCF
by Praveen Kumar Katiyar
A service that demonstrates instance management in real life.
by adityaswami89
Understanding WCF in Depth - Part 2
by adityaswami89
Understanding WCF in depth - Part 3
by adityaswami89
Understanding WCF in Depth: Part – 1
by m_kramar
Unit test WCF with serialization.
by Chinmoy Mohanty
How to upload/download a file using WCF REST service in .NET 3.5
by Thomas Cooper
Using Case to convert Date format in SQL Select
by essentialSQL
How to use conditional logic in SQL with CASE expression
by JammoD87
Using Dynamic SQL to create a Pivot Table
by Gil Fink
Using EF DbContext with WCF Data Services
by Alvin Bunk
How to use Oracle SQL Developer to connect to MySQL/Mariadb databases
by Imran Abdul Ghani
Using WCF Data Contract known types by example
by Thomas Cooper
How to use WCF service without config
by Eduardo Fonseca
Video Games Statistics Using Web API 2 and SQL Server Reporting Services
by Rajesh Pillai
How to automatically create ServiceHost for multiple services
by ozkary
This error indicates that there is no base address handling the request on that particular scheme (HTTP/HTTPs) and base address (URL).
by Imran Abdul Ghani
A list of top 10 WCF interview questions
by santosh.yadav198613
Windows Communication Foundation
by santosh.yadav198613
Instance Management in WCF
by santosh.yadav198613
Session in WCF
by Imran Abdul Ghani
In this WCF tutorial, we will see the new and important features introduced in different versions of Windows Communication Foundation starting from WCF 3.5, 4.0 to WCF 4.5.
by deveck
This article describes how to create a REST WCF-Webservice which can be consumed on Android devices.
by deveck
How to consume a JSON REST WCF service using Android
by matt-dot-net
Improving WCF client performance using ObjectDataSource.
by Nizar Noorani
A solution to this problem
by Imran Abdul Ghani
WCF contracts simplified
by Gil Fink
A new feature inside WCF Data Services that enables to wire up events into the service’s processing pipeline.
by Omar Al Zabir
How to make compression work for WCF services
by Vasil Trifonov
We can use the clientBaseAddress to set the IP Address as the base address for the callback channel. We can also set another port there if we want.
by Imran Abdul Ghani
A collection of most frequently asked questions about Windows Communication Foundation covering the beginner level
by Imran Abdul Ghani
WCF Hosting in Windows Service simplified
by Kashif Akhter
Optimize Your WCF Performance By NETTCP
by Himanshu DS
Why WCF?
by Himanshu DS
The fundamentals of WCF.
by Brij M
WCF Rest and SOAP service with WSSF (Service Factory 2010)
by M.Hussain.
Couple of days ago I needed to deploy a WCF RESTfull service on IIS6.  Before then I never deployed RESTfull service on IIS6 so it came up with quite configurations for me.
by ozkary
WCF Secure Channel cannot be opened - Load Balancing with wsHttp Binding
by xszaboj
Dependecy injection with ninja
by TheDhruv
Creating a WCF service in C#.
by Imran Abdul Ghani
Part 3 of WCF Service FAQs
by Imran Abdul Ghani
This WCF service tutorial is part-4 in series of WCF Service FAQs.
by ozkary
How to resolve the WCF Service IIS specified authentication schemes error
by ozkary
A useful tip when designing your WCF Service operations.
by ozkary
This solution provides some help in addressing the 400 Bad Request error.
by Amir Zuker
The following summarizes the throttling behavior elements and their default value setting.
by Imran Abdul Ghani
Existing bindings available in WCF
by Member 11794279
Sample service based on WCF (Windows Communication Foundation)
by StevenHollidge
WCF Services with Zero Config (on both the Host and Client)
by Andrei Ion Rînea
The PowerPoint slides and code for my presentation on WCF streaming
by Nitin Singh India
WCF throughput and scalability - which and when
by ozkary
WCF Web Service Call to Another WCF Web Service returns no data
by santosh.yadav198613
Transaction support in WCF
by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.
by Sebastian Krysmanski
How to use WCF for communicating between .NET processes and how to use it for HTTP requests.
by Md. Rashim Uddin
Getting introduced to WCF WebSocket
by essentialSQL
Write SQL - write the query
by outcoldman
Wrox–Professional WCF 4–Windows Communication Foundation with .NET 4