Click here to Skip to main content
15,891,789 members
Everything / WCF

WCF

WCF

Great Reads

by Daniel Vaughan
Calcium provides much of what one needs to rapidly build a multifaceted and sophisticated modular application. Includes a host of modules and services, and an infrastructure that is ready to use in your next application.
by Roman Kiss
This article describes a design, implementation and usage of the Custom Routing Manager for managing messages via Routing Service built-in .Net 4 Technology.
by Roman Kiss
This article describes a design, implementation and tooling of model driven WorkflowServices logically centralized in the Repository and physically decentralized for their runtime projecting.
by Max Paulousky
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.

Latest Articles

by NikStar
Using OutgoingMessageProperties and OperationContextScope to implement authorization by http header for WCF client that communicates with non WCF-based web services.
by ToughDev
How to fix PlatformNotSupportedException when running WCF apps
by lvmcastro
A tutorial showing how to use a smartcard API, a SharePoint extension and web services, to add a qualified electronic signature (QES) to a PDF file located in a SharePoint online library.

All Articles

Sort by Updated

WCF 

31 Jul 2020 by Chinmoy Mohanty
How to upload/download a file using WCF REST service in .NET 3.5
31 Jul 2020 by Chinmoy Mohanty
How to create and consume a RESTful service using WCF and JavaScript
31 Jul 2020 by Chinmoy Mohanty
How to do operation contract overloading in WCF
21 Nov 2019 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).
17 Jan 2019 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
25 Dec 2018 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.
23 Apr 2018 by Rajat-Indiandotnet
New feature in SQL Server 2016
1 Mar 2018 by essentialSQL
How to build dynamic SQL in a stored procedure
3 Feb 2018 by Alvin Bunk
How to troubleshoot SQL code using comments
11 Aug 2017 by Jeremy Hutchinson
Azure SQL vs AWS RDS - performance and cost
29 Jun 2017 by Alvin Bunk
How to use Oracle SQL Developer to connect to MySQL/Mariadb databases
5 Jun 2017 by Sam Varadarajan
How to exit from SQL&Plus on command line
25 Mar 2017 by essentialSQL
How to identify the top and bottom 25 percent to rank student scores
25 Mar 2017 by essentialSQL
How to calculate moving averages
23 Feb 2017 by essentialSQL
How to identify the top and bottom 25 percent to rank student scores
23 Feb 2017 by essentialSQL
How to calculate moving averages by working through a hypothetical stock market example
31 Jan 2017 by Sifiso W Ndlovu
How to resolve PolyBase Installation errors in SQL Server 2016
31 Jan 2017 by Sifiso W Ndlovu
Master Data Services Insufficient Memory Error
11 Dec 2016 by santosh.yadav198613
Transaction support in WCF
1 Nov 2016 by Graham D Smith
Commissioning TFS or VSTS
24 Oct 2016 by santosh.yadav198613
Instance Management in WCF
13 Oct 2016 by Thomas Cooper
How to use WCF service without config
9 Oct 2016 by santosh.yadav198613
Session in WCF
28 Sep 2016 by Thomas Cooper
Using Case to convert Date format in SQL Select
30 Aug 2016 by essentialSQL
How to calculate the end of the month in SQL
27 Aug 2016 by santosh.yadav198613
Windows Communication Foundation
7 Jun 2016 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.
21 May 2016 by Sifiso W Ndlovu
SQL Server exercise for data warehouse candidates
9 May 2016 by xszaboj
Dependecy injection with ninja
9 Mar 2016 by rhyous
Authentication Token Service for WCF Services (Part 1)
26 Jan 2016 by essentialSQL
Write SQL - write the query
21 Jan 2016 by DaveBlack
Don't use 'using()' with a WCF proxy
7 Jan 2016 by levelnis
Article discussing how to pass Json data to a RESTful WCF 4 service using Json.Net
29 Oct 2015 by Rion Williams
A quick rundown of web services in ASP.NET: Web API and WCF
26 Oct 2015 by Sacha Barber
Bulk insert into SQL from C#
25 Oct 2015 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 →
20 Oct 2015 by Reader Man San
Projecting on Linq to SQL, from different layers
1 Sep 2015 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.
18 Aug 2015 by nirman b doshi
Powershell Scripts to replace Key Value pair in SQL Script file before running the SQL Scripts
12 Aug 2015 by Gaurav Aroraa
SQL Like Functionality in LINQ?
31 Jul 2015 by Imran Abdul Ghani
Step by step approach to create a WCF Data Service
30 Jul 2015 by Imran Abdul Ghani
Hosting WCF service in WAS simplified
17 Jul 2015 by essentialSQL
How to use conditional logic in SQL with CASE expression
5 Jul 2015 by Passion4Code
How to do full text search in SQL
30 Jun 2015 by Arkadeep De
SQL bulk copy from DataTable using XML
26 Jun 2015 by Member 11794279
Sample service based on WCF (Windows Communication Foundation)
17 Jun 2015 by essentialSQL
How do the SQL DISTINCT and TOP SELECT Clauses Work Together to Generate Results?
15 Jun 2015 by Eduardo Fonseca
Video Games Statistics Using Web API 2 and SQL Server Reporting Services
4 Jun 2015 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.
6 May 2015 by Jamie Munro
MySQL: insert or update in one SQL statement
21 Apr 2015 by Vasil Trifonov
Securing a WCF Service with self signed certificates programmatically
19 Mar 2015 by JammoD87
Using Dynamic SQL to create a Pivot Table
15 Feb 2015 by Ronnie Mukherjee
SQL Unit testing
28 Jan 2015 by adityaswami89
Understanding WCF in depth - Part 3
23 Jan 2015 by adityaswami89
Understanding WCF in Depth - Part 2
21 Jan 2015 by adityaswami89
Understanding WCF in Depth: Part – 1
19 Jan 2015 by mrcellux
FluentJdbc is a functional, fluent API to execute most common SQL operations an application needs as a single statement.
9 Jan 2015 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.
9 Oct 2014 by Rajat-Indiandotnet
Good to know SQL jargon
4 Aug 2014 by jgauffin
OneTrueError and the WCF Integration
30 Jul 2014 by Debopam Pal
How to run SQL script containing DDL, DML, Select statements and PL/SQL block through reader in Java
25 Jul 2014 by Imran Abdul Ghani
Understanding data contract in WCF
22 Jul 2014 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.
17 Jul 2014 by Imran Abdul Ghani
WCF contracts simplified
6 Jul 2014 by Imran Abdul Ghani
Here is a practical guide to WCF RESTful service
4 Jul 2014 by Imran Abdul Ghani
Here are 2 simple ways to configure WCF binding
16 Jun 2014 by Imran Abdul Ghani
WCF Hosting in Windows Service simplified
9 Jun 2014 by Imran Abdul Ghani
Calling a WCF Self Hosted Console Application
8 Jun 2014 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.
3 Jun 2014 by jgauffin
Easy and perfomant client/server communication with protobuf-net & Griffin.Framework
30 May 2014 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.
27 May 2014 by Imran Abdul Ghani
A collection of most frequently asked questions about Windows Communication Foundation covering the beginner level
26 May 2014 by Imran Abdul Ghani
Here are some simple steps to enable transactions in WCF
26 May 2014 by Imran Abdul Ghani
This post discusses 3 techniques for instance management in WCF.
9 May 2014 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.
29 Apr 2014 by Imran Abdul Ghani
New features in WCF 4.5
8 Apr 2014 by derekman9707
A SQL Cmdlet a Day 4 SQLPS
7 Apr 2014 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.
3 Apr 2014 by derekman9707
A SQL Cmdlet a day 1
31 Mar 2014 by Imran Abdul Ghani
New features in WCF 4.5 - Part 1
17 Mar 2014 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.
12 Mar 2014 by Imran Abdul Ghani
How to download a large file from a WCF service
4 Mar 2014 by Imran Abdul Ghani
Using WCF Data Contract known types by example
26 Feb 2014 by Imran Abdul Ghani
DataContract Vs MessageContract in WCF
24 Feb 2014 by Arun Ramachandran India
This post goes over the prevention of SQL injection attack in ADO.NET
10 Feb 2014 by Arun Ramachandran India
ADO.NET - What is meant by SQL injection attack?
7 Feb 2014 by Imran Abdul Ghani
Post JSON Data to WCF RESTful service using jQuery
28 Jan 2014 by Kashif Akhter
Optimize Your WCF Performance By NETTCP
21 Jan 2014 by Imran Abdul Ghani
Error Handling in WCF RESTful Service
9 Jan 2014 by Imran Abdul Ghani
In this part, we will write and understand code to consume the RESTful web service using jQuery.
5 Jan 2014 by Imran Abdul Ghani
Top 5 articles on WCF tutorials in 2013
16 Dec 2013 by comiscience
WCF named pipe transport
9 Nov 2013 by JJ Bussert
A quick tutorial on how to do implement CLR user defined functions.
5 Nov 2013 by Alexander Golde
Tables are the major data element of ANKHOR FlowSheet.
10 Oct 2013 by Imran Abdul Ghani
This WCF service tutorial is part-4 in series of WCF Service FAQs.
8 Oct 2013 by Imran Abdul Ghani
Part 3 of WCF Service FAQs
2 Oct 2013 by Mithun Pattankar
How to create a WCF service without SVC file
30 Sep 2013 by Praveen Kumar Katiyar
A service that demonstrates instance management in real life.
29 Sep 2013 by Md. Rashim Uddin