Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in
webservice
Answer Posted / ashbin
WCF Technology is used for securring the
communcation/transaction between Client & server,Its
contract b/w Client & server,
Webservices can Be consumed by HTTP protocoll,but WCf can
be consume by any Protocol like HTTp, TCP.
Webservices are not Flexible but WCF is Flexible.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is difference between Lambda Expression and LINQ in ASP.NET?
What is user control in asp.net?
What is asp.net globalization?
Differentiate between namespace and assembly.
Explain a program using razor view engine to create a simple application? : asp.net mvc
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Is LINQ performance wise better or using sqlcommand?
What is the file through which you can customize your asp.net application?
What is sdlc process?
Explain Session state management options in ASP.NET.
when a request is made in Life cycle of ASP.NET page .
Why session is necessary in web application?
How to reduce the width of textbox in editcommandcolumn of datagrid?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?