Download
100% FREE
Office Document APIs for .NET
Online: 943
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home >
Post
An Article
An Interview Question
A Forum Post
A Career Advice Question
A Video
A Code
A Job
A Product Catalog
An Interview Experience
A Bookmark
A News
Posts from different categories of different sections at one place
You can also select category below to view posts from different sections at one place.
Select Category
> WCF
ALL
.NET Certifications
.NET Core
.NET Framework
ADO.NET
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML
Articles
Interviews
Forums
Videos
Codes
Bookmarks
11 tips to improve WCF RESTful Services performance
by Sheonarayan on 4/18/2017 7:55:50 AM
Create self hosting WCF service
by Sourav.Kayal on 10/13/2013 2:37:22 PM
Send complex data to WCF service
by Sourav.Kayal on 10/12/2013 1:10:42 AM
Create and consume simple WCF service in C#.NET
by Sourav.Kayal on 10/11/2013 10:17:04 PM
How to create WCF Restful Services
by Rama Sagar on 10/7/2013 2:19:37 PM
Implement of Fault Contract in WCF
by Rama Sagar on 10/6/2013 10:15:47 AM
How to Implement Message Contracts
by Rama Sagar on 9/16/2013 10:29:46 AM
Exposing WCF REST and SOAP Service over HTTPS
by Prabhat39 on 6/19/2013 7:25:10 AM
Lets Learn WCF from Scratch Part - 1
by Saratvaddilli on 12/7/2012 7:20:54 AM
Upload a file using ASP.Net file upload control and WCF
by Madhu.B.Rokkam on 10/21/2012 11:12:32 AM
A basic introduction to creation of CRUD operation using OData Web Service via WCF Data Services
by Niladri.Biswas on 6/13/2012 1:26:54 PM
ABC of WCF
by Pavan_Kumar on 3/13/2012 10:52:31 AM
Basic Concepts of WCF Service With simple Example.
by Hiremath on 6/1/2011 6:36:53 AM
Duplex Contract in WCF and how to implement it?
by Madhu.b.rokkam on 2/20/2011 7:40:33 AM
Testing WCF Service is very easy. Read this article
by Madhu.b.rokkam on 2/13/2011 6:22:28 AM
Step by step process to develop a simple WCF service
by Madhu.b.rokkam on 2/13/2011 5:47:01 AM
Wcf using NetTcpBinding
by Ddd on 1/6/2011 12:38:02 AM
WCF: Basics of DataContract
by Anup1252000 on 12/8/2010 3:39:11 AM
How to create custom binding in WCF Services
by Prasham on 10/22/2010 1:03:55 AM
New Features in WCF 4.0-Part 2
by Pratikshagzb on 9/24/2010 5:09:30 AM
More ...
What is ABC in WCF?
by Manicse on 11/2/2016 11:01:08 AM
Communication between computers across peer-to-peer services. Supports duplex contracts. Which of the following?
by Manicse on 11/2/2016 10:57:54 AM
What is MTOM?
by Manicse on 11/2/2016 10:55:01 AM
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the Item name 'RNA Team' from the list of all Employees Entity from MyService?
by Rajnilari2015 on 1/24/2016 10:29:36 PM
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the list of all Employees from MyService?
by Rajnilari2015 on 1/24/2016 10:27:55 PM
How can the client application get the precise server exception ?
by Rajnilari2015 on 12/1/2015 1:56:08 PM
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender.We want to display only name and gender property.How can we do that?
by Rajnilari2015 on 9/25/2015 12:13:36 AM
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender.There are a total of 56 records being present in Employee entity. Our requirement is to fetch the records between 41 to 56.Also the records will be sorted by salary. Which of the below WCF Data Service Query will help to do that?
by Rajnilari2015 on 9/25/2015 12:12:26 AM
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender. You need to form a WCF Data Service query that will fetch the top 3 records from the Employee entity sorted by salary.
by Rajnilari2015 on 9/25/2015 12:11:02 AM
Consider we have a WCF Data Service as MyService.It has an entity say Employee that has 4 properties namely age, name, salary and gender. You need to form a WCF Data Service query that will fetch the records from the Employee entity sorted by age and salary.
by Rajnilari2015 on 9/25/2015 12:08:29 AM
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the 'Salary' property of the Item name 'Neo' from the list of all Employees Entity from MyService?
by Rajnilari2015 on 9/25/2015 12:07:03 AM
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the Item name 'Neo' from the list of all Employees Entity from MyService?
by Rajnilari2015 on 9/25/2015 12:05:12 AM
Consider we have a WCF Data Service as MyService. Which query of WCF Data Service helps to get the list of all Employees from MyService?
by Rajnilari2015 on 9/25/2015 12:03:45 AM
How will you consume a WCF Sevice without creating a proxy.
by Self-Innovator on 1/12/2015 3:18:18 PM
Which statement(s) is/are correct about WCF?
by vishalneeraj-24503 on 1/2/2015 4:48:19 AM
how do we deprecating / hiding service operation on WSDL
by Bsrkvarma on 8/28/2014 9:25:34 AM
Which of the following type of encoding is used in WCF?
by Goud.Kv on 5/29/2014 2:39:31 AM
Which of the following is the End point component of WCF?
by Goud.Kv on 5/28/2014 8:27:03 AM
In WCF, the namespaces used for serialization is?
by Goud.Kv on 5/28/2014 7:57:02 AM
In WCF, which of the following functionalities doesn't not supported by BasicHttpBinding?
by Goud.Kv on 5/28/2014 7:08:40 AM
More ...
How to add HSTS protocol in wcf service/ Adding Strict Transport security to my Raw response data
by Self-Innovator on 1/23/2018 4:13:00 AM
Content Type application/soap+xml; charset=utf-8 was not supported by service .The client and serv
by Ramrlenin on 11/13/2017 3:08:53 AM
Is BasicHttp Binding is safer for windows authentication / forms authentication in WCF ?
by Kasani007 on 12/26/2016 8:53:09 AM
What Happens If We did not mention [MessageBody] in MessageContract In WCF ?
by Kasani007 on 12/22/2016 1:15:01 AM
How to Configure Reliability while communicating with WCF services?
by Abhi88920 on 6/3/2016 5:33:37 AM
WCF Tes Client Is Not Showing The Updated Methods Of ServiceContract
by Kasani007 on 4/13/2016 11:53:04 PM
How perform overloading and overriding in WCF? What is different between both in WCF?
by Kumarkrishna184 on 3/30/2016 10:11:03 AM
In Web API, can we allow to define more than one POST method?If yes then how and no the why?
by Kumarkrishna184 on 3/25/2016 3:45:05 PM
What is use of message contract?
by Rajeshatkiit on 12/19/2015 3:59:24 AM
SOAP fault in WCF? Please help anyone...
by Kumarkrishna184 on 11/30/2015 5:37:52 AM
What is use of MessageContract attribute in WCF?
by Kumarkrishna184 on 11/25/2015 11:35:23 PM
Please Help me Sir, What is use of KnownType Attribute in WCF?
by Kumarkrishna184 on 11/24/2015 6:03:37 AM
What is DataContract, DataMember And Serializer in WCF?
by Kumarkrishna184 on 11/23/2015 5:37:53 AM
Why WCF is used while there is already Web Services, .Net Remoting, Entegrated Service and MSMQ?
by Kumarkrishna184 on 11/21/2015 1:01:07 PM
Sir, Please provide WCF Tutorial.Because this is very demanded in IT Field
by Kumarkrishna184 on 11/19/2015 2:58:21 PM
I have got error in wcf service
by Shail on 10/27/2015 4:57:03 AM
What is the reason behind choosing wshttp binding?
by Shreedar on 8/31/2015 1:38:53 PM
How many ways we can make use of wcf service in online shopping project?
by Shreedar on 8/19/2015 9:23:11 AM
WCF service enable with SSL
by Sushilkumar.Sush on 8/17/2015 4:21:44 AM
How to choose bindings in wcf?
by Shreedar on 8/15/2015 10:24:20 PM
More ...
WCF Training :- What is WCF fault exceptions ?
by Questpond on 9/12/2012 10:14:11 AM
WCF Interview question: - Can we do method overloading in WCF services ?
by Questpond on 2/20/2012 2:26:51 AM
WCF :- What is REST (Representational state transfer) ?
by Questpond on 11/16/2011 1:27:12 AM
WCF interview questions - What is WCF One way contract?
by Questpond on 6/26/2011 4:46:31 AM
How can we do Debuging and Tracing in WCF ?
by Questpond on 8/10/2010 10:34:55 AM
What are endpoints, address, contracts and bindings?
by Questpond on 10/6/2009 4:32:27 AM
How to consume the services using WCF - Part 2
by Questpond on 10/6/2009 4:04:32 AM
How to create the services using WCF - Part 1
by Questpond on 10/6/2009 3:42:16 AM
What is the difference between Service and Component?
by Questpond on 10/6/2009 3:39:00 AM
What is SOA, Services and Messages? - Part 2
by Questpond on 10/6/2009 3:17:57 AM
What is SOA, Services and Messages? - Part 1
by Questpond on 10/6/2009 3:08:32 AM
More ...
WCF Self Hosting & Finding configured endpoings throug console application
by Kotra.Ramakrishna on 9/20/2012 2:42:39 PM
WCF DataContract Inheritance
by Akiii on 6/1/2012 3:49:51 AM
ServiceContract Namespace
by Akiii on 2/15/2012 10:28:02 AM
Simple Demonstration of WCF Services
by Hmanjarawala on 2/29/2012 8:46:42 AM
More ...
clat 2019 exam pattern
by Bellojack on 2/15/2019 4:41:36 AM
WCF Technical Interview questions
by Jacksparrow440 on 11/26/2018 12:44:33 PM
WCF service using C#
by Avikeid2007 on 8/10/2018 1:36:15 AM
by Bhuvanesh6 on 9/8/2016 5:25:08 AM
by Sbisoyi on 5/9/2016 1:07:25 PM
by Sbisoyi on 5/9/2016 1:05:41 PM
Transferring large data when using WCF
by Akiii on 8/16/2012 12:59:11 AM
What's the Difference between WCF and Web Services?
by Blessyjees on 2/16/2012 12:51:19 AM
Programming Service , Data & Message Cotract
by Kishork80 on 2/26/2011 10:00:17 AM
WCF Steps tutorial
by Karthikanbarasan on 2/22/2011 5:15:26 AM
WCF URL 2
by Karthikanbarasan on 2/22/2011 5:08:25 AM
WCF URL 1
by Karthikanbarasan on 2/22/2011 5:07:23 AM
WCF Qucik Start URL
by Karthikanbarasan on 2/22/2011 5:06:08 AM
WCF Tutorial Link
by Karthikanbarasan on 2/22/2011 3:53:19 AM
Good link to start on WCF
by Madhu.b.rokkam on 2/22/2011 2:32:16 AM
WCF Simple Example
by Kishork80 on 8/18/2010 3:11:31 AM
Tutorial for WCF
by Neeks on 2/20/2009 3:09:54 AM
WCF Tutorials
by Poster on 11/12/2008 12:15:35 AM
More ...