Categories
|
Test: First Web Service Program with C# Explained 4. Which of the following attributes are used to tag a class as a web service and a method as web method in .NET Framework / C#?
Results Congratulations! Correct Answer. You Answered: None. If you took the test, your answer will show up here. Correct Answer: WebService; WebMethod; Explanation You will say that a particular class is a web service and contains methods accessible from other locations on the Internet by using the attribute [WebService]. The [WebMethod] attribute on a method identifies it as a web method.Take the Test Take the complete test on this topic. You will be able to review answers to questions and get a test score.
Take the Test
Question 4 of 5
Test is Based on this Article
This article explains and discusses the creation of the first web service program using .NET Framework and C#.
|
This test has questions on developing basic web services with C# programming language.
|
|
More Articles With Similar Tags
|
|
This test has questions on developing basic web services with C# programming language.
|
This test has questions on the basics of developing an ASP.NET server control program with C# programming language.
|
Test your knowledge on the basics involved in creating the first ASP.NET Server Control program using C#.
|
How would you start with developing a Windows Mobile program using C# programming language?
|
This article analyzes and explains the first ASP.NET Server Control. Server Controls have functionality and user interface that can be plugged into web application projects easily.
|
|
|
|
|
|