Powered by Blogger.

Monday, February 24, 2014

WCF interview questions and answers in C#.Net



Here are some C#.Net WCF interview questions and answers. Also check out Ajax interview questions and answers.

Also check some posts on:

- Working with enterprise library for data access in asp.net Part-3

- Logging In Users Programmatically in Asp.Net

- Get all tables and stored procedures in sql server 2008

What is WCF?

What is the advantages of WCF over web service in C#.Net?

What are the main components of WCF?

What are  address, bindings and contract in WCF?

What are end point in WCF?

What is a service contract, operation contract and Data Contract?

What are different bindings supported by WCF?

What is the difference between BasicHttpBinding and WsHttpBinding?

What are the various ways of hosting a WCF service?

How to host WCF in IIS?

How to do self-hosting a wcf service?

How to host a WCF service in windows service in C#.Net?

How can we generate WCF proxy using SVCUtil.exe?

What is the work of SvcUtil.exe?

What are the advantages of hosting WCF Services in IIS as compared to self-hosting?

How can we enable debugging and tracing on WCF services?

How are exceptions thrown in WCF?

What is the difference between WCF fault exceptions and .NET exceptions?