4 Answered Test Questions:
1. You are developing a Web service in ASP.NET. Which of the following .net classes will be extended by your service?
Answers:
• System.Web.WebService
Best IT Center in Bangladesh.
1. You are developing a Web service in ASP.NET. Which of the following .net classes will be extended by your service?
1. Which of the following statements using GROUP BY clause are allowed in SQL Server 2008?
1. State whether the following statement is True or False:"The Flash file must use ExternalInterface class to register its functions to make these functions available to JavaScript so that these functions can be called using Swiff.remote function"
1. How will you count the odd numbers from the array shown below using LINQ in .Net framework 4.0?int[]numbers={5,4,1,3,9,8,6,7,2,0};
1. What is the value of b3 after the following code is executed?Dim b1 As Boolean? = True Dim b2 As Boolean? = NothingDim b3 As Boolean? = If(b1 AndAlso b2, b1, b2)
1. Which of the following are static methods of the System.Reflection Activator class?
1. Transactions initiated in which of the following are supported by System.Transactions infrastructure?