Blog Archives

Can we implement Inheritance in WCF ServiceContract : WCF Interview Series #2

Can we implement Inheritance in WCF ServiceContract? YES we can have Contract Inheritance in WCF. In other words in WCF one ServiceContract can inherit other ServiceContract. Let us take an example that you have a ServiceContract named IParentService as given

Tagged with: , , ,
Posted in Interview Questions, WCF

Method Overloading in WCF: WCF Interview Series #1

How to do Method Overloading in WCF? Method or Operation overloading is one of the most important feature of OOPS. In programming languages like C, C++ and C#, this feature is heavily used by developers. While writing Service definition you

Tagged with: , , ,
Posted in Interview Questions, WCF

Four Steps to create first WCF Service: Beginners Series

This post is for beginners who are starting in WCF. I will be focused and help you to create and consume first WCF Service in simplest steps. We will follow steps as following, At the end of this post you

Tagged with: , ,
Posted in WCF

Multiple WCF EndPoints are not only about having Multiple Addresses Dude!

I read astronomical blogs on Multiple EndPoints in WCF. As a reader I find some way of ambiguity in author’s explanation to this relatively easy topic. In this post my agenda is very simple. I will not use any code

Tagged with: , ,
Posted in WCF

WCF 4.5 features: Simplified Generated Configuration Files

  In this post we will discuss one of the most important feature of WCF 4.5. WCF 4.5 generates simplified configuration file at the client side. WCF 4.5 generates configuration file for basicHttpBinding as following,     To understand simplified

Tagged with: , ,
Posted in WCF

WCF Interview Questions : Part 1

           

Tagged with: , ,
Posted in WCF

Consuming WCF SOAP Service in Windows 8 Metro Application

In this post we will consume WCF SOAP Service in C#/XAML based Metro Application. This is level 100 post showing basic steps to create simple WCF Service and consume that in Metro Application. Very first let us create a WCF

Tagged with: , , , ,
Posted in WCF, Windows Store Apps

How to consume WCF REST Service with JSON in Windows Phone 7

In this post I will show you the way to consume JSON WCF REST Service in Windows Phone 7. This post is divided into four parts. Creating simple WCF REST Service for ADD Consuming JSON REST Service in Windows Phone

Tagged with: , , , , , , ,
Posted in WCF, Windows Phone Dev

How to enable REST and SOAP both on the same WCF Service

In this post I will show you, how to create a WCF Service with both flavor of SOAP and REST paradigm . For purpose of this post , I am going to create a Calculator Service with following characteristics Serivice

Tagged with: , , , ,
Posted in WCF

Video on How to work with WCF Services in Windows Phone 7

You can buy this video in DVD frormat with support from http://www.questpond.com/ If you find my posts useful you may like to follow me on twitter http://twitter.com/debug_mode or may like Facebook page of my blog http://www.facebook.com/DebugMode.Net If you want to

Tagged with: , , , , , , ,
Posted in Video, WCF, Windows Phone Dev

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Categories
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my current or previous employer's view in anyway. © Copyright 2013
Follow

Get every new post delivered to your Inbox.

Join 2,133 other followers