1. Question: What is default format used to represent data returned in an ADO.NET Data Services response in .Net framework 4.0?

    A
    XAML

    B
    SOAP

    C
    Atom

    D
    WSDL

    Note: Not available
    1. Report
  2. Question: In WCF, what is the significance of the ReceiveRetryCount property of a Poison message in .Net framework 4.0?

    A
    It is an integer value that indicates the maximum number of times to retry delivery of a message from the application queue to the application.

    B
    It is an integer value that indicates the maximum number of retry cycles.

    C
    It is the time delay between retry cycles.

    D
    None of these

    Note: Not available
    1. Report
  3. Question: Which of the following is NOT a valid WPF Localizability attribute in .Net framework 4.0?

    A
    Readability

    B
    Modifiability

    C
    Category

    D
    All of these are Localizability attributes

    Note: Not available
    1. Report
  4. Question: Which of the following is NOT a valid QueryExtender filter option in .Net framework 4.0?

    A
    SearchExpression

    B
    angeExpression

    C
    OrderByExpression

    D
    All of these are valid QueryExtender filter options

    Note: Not available
    1. Report
  5. Question: What is the function of WCF Data contracts in .Net framework 4.0?

    A
    They define, for each parameter or return type, what data is serialized to be exchanged.

    B
    They define which operations the client can perform on the service.

    C
    They define which errors are raised by the service, and how the service handles and propagates errors to its clients.

    D
    None of these

    Note: Not available
    1. Report
  6. Question: Which of the following pieces of information is provided by the WCF service contract in .Net framework 4.0?

    A
    The grouping of operations in a service.

    B
    The location of the operations.

    C
    The specific protocols and serialization formats that are used to support successful communication with the service.

    D
    All of these.

    Note: Not available
    1. Report
  7. Question: Suppose your site has a page called Index.aspx that you no longer use. Search engines may keep requesting this page. Which of the following method will you add to the CodeBehind file of Index.aspx that will send requests (including search engine requests) to Default.aspx in .Net framework 4.0?

    A
    Server.Transfer

    B
    Response.Redirect

    C
    Response.RedirectPermanent

    D
    Server.Execute

    Note: Not available
    1. Report
  8. Question: How will you display the view data in the view of an ASP.NET MVC Application?

    A
    <%: ViewData["CurrentTime"] %>

    B
    <%=ViewData["CurrentTime"] %>

    C
    %ViewData["CurrentTime"] %

    D
    <ViewData["CurrentTime"] >

    Note: Not available
    1. Report
  9. Question: How is data passed from controllers to views in an ASP.NET MVC Application?

    A
    Using ViewData

    B
    Using ViewState

    C
    Using Sessions

    D
    Using Cookies

    Note: Not available
    1. Report
  10. Question: What result will you get when you run the following LINQ query in .Net framework 4.0? List<string> alphabets = new List<string>() { "whats", "new", "in", "aspnet" }; var alphabetsquery = from alphabet in alphabets select alphabet.Substring(0, 1); foreach (var alpha in alphabetsquery) { Response.Write(alpha); }

    A
    wnia

    B
    whats

    C
    whatsnewinaspnet

    D
    aspnetinnewwhats

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd