| Articles |
Lets Learn WCF from Scratch Part - 1WCF stands for Windows Communication Foundation, is the latest technology that enables communication between applications in the distributed environment.
Lets learn how to create , host , consume a WCF service in a series of articlesViews: 2330 | Posted by: Saratvaddilli | |
Upload a file using ASP.Net file upload control and WCFI came across a question last week on how we can upload a file using a WCF service, So thought of solving through an example.Views: 3245 | Posted by: Madhu.B.Rokkam | |
A basic introduction to creation of CRUD operation using OData Web Service via WCF Data ServicesIn this article we will have a basic introduction to creation of CRUD operation using OData Web Service via WCF Data ServicesViews: 6168 | Posted by: Niladri.Biswas | Votes: 1 | Rating: 5 out of 5 |
|
|
ABC of WCFIn this article we will revisit the ABCs of WCF and see some practical scenario.Views: 5671 | Posted by: Pavan_Kumar | Votes: 4 | Rating: 4 out of 5 |
Basic Concepts of WCF Service With simple Example.Hi friends, In this Article u r going to learn basic concepts of Windows communication Foundation with a Simple example of web application calculator.Views: 30356 | Posted by: Hiremath | Votes: 6 | Rating: 4.5 out of 5 |
Duplex Contract in WCF and how to implement it?The article explains on how to implement Duplex contract in WCF.Views: 14021 | Posted by: Madhu.b.rokkam | |
Testing WCF Service is very easy. Read this articleMS has provided many tools which developers usually tend to forget or didn't get a chance to use them. This article is to let all our developers to use one such tool.Views: 10201 | Posted by: Madhu.b.rokkam | Votes: 1 | Rating: 3 out of 5 |
Step by step process to develop a simple WCF serviceThis is my first article and thru this and all my comming articles I would like to help all the beginners to understand and develop WCF services with ease.Views: 42506 | Posted by: Madhu.b.rokkam | Votes: 2 | Rating: 5 out of 5 |
|
|
Wcf using NetTcpBindingA Simple application to implement Wcf using NetTcpBindingViews: 7887 | Posted by: Ddd | |
WCF: Basics of DataContractDataContract will come under namespace System.Runtime.Serialization. During design time, DataContract Attribute is used to indicate which class should be represented as XSD. DataMember Attribute indicates which class member to be used in external representation.Views: 23046 | Posted by: Anup1252000 | Votes: 3 | Rating: 5 out of 5 |
How to create custom binding in WCF ServicesThis article will explain creation of custom binding in WCF services.Views: 10167 | Posted by: Prasham | |
New Features in WCF 4.0-Part 2This is Part 2 and concluding part of my Article New Features of WCF 4.0.Views: 7303 | Posted by: Pratikshagzb | Votes: 1 | Rating: 4 out of 5 |
New Features in WCF 4.0-Part 1This article describes the new Features of WCF 4.0Views: 7881 | Posted by: Pratikshagzb | Votes: 1 | Rating: 3 out of 5 |
Security in WCFWCF is distributed programming platform . Using WCF, you can create applications that function as both services and service clients.Security in WCF provides Authentication,Authorization,Integrity,Confidentiality.
Here in this article I have discussed security in WCF.Views: 25594 | Posted by: Pratikshagzb | |
WCF Concurrency (Single, Multiple and Reentrant) and ThrottlingIn this article we will concentrate on WCF concurrency and throttling. We will first try to understand what are WCF concurrency and the 3 important types of WCF concurrency. We will then see a small sample of WCF concurrency with single and multiple. We will then go through 9 combinations of WCF concurrency and instancing. Finally we will try to understand how to configure throttling using WCF ‘web.config’ file.Views: 16190 | Posted by: Questpond | Votes: 1 | Rating: 4 out of 5 |