What is overloading in wcf? How to do authentication in wcf?
Answer / Monu Sharma
Overloading refers to having multiple methods with the same name but different parameters within a single class in WCF. Authentication in WCF can be done using various mechanisms like Windows, Certificate, and custom authentication. For Windows Authentication, you need to set the 'authentication' attribute of the serviceBehavior element to 'Windows' in your configuration file. For example: <serviceBehavior><authentication mode="Windows"/></serviceBehavior>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is "know types" in wcf?
Describe the various endpoints in wcf?
what is the endpoint in WCF and what are the three major points in WCF?
Exp wcf peer network binding type?
What is "service contracts" in wcf?
explain what is transport and message reliability? : Wcf data services
What is service host factory in wcf?
What are the features of wcf?
What is datacontractserializer in wcf?
What is the elements of WCF service used in client side?
How to host WCF Self-Hosting?
What is the usage of "receivetimeout" property in wcf?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)