TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anil kumar
NA
23
4.9k
WCF service contract endpoint
Sep 9 2016 8:17 AM
Hi,
which one from the following statements is true for following piece of code :
Public class service
{
[operationContract]
[WebMethod]
public string Hello() {
return "Hello";
}
}
1. Enables "service" to be accessed only as WCF service
2. Enables "service" to be accessed only as .asmx
3. Will raise an exception
4. Enables .asmx part migration to WCF
Reply
Answers (
2
)
WCF service syndication feeds
Is good practice to use WCF Rest Service with Entity Framewo