1. Question: Which of the following ASP.NET MVC namespaces includes the classes that support forms, input controls, links, partial views, and validation in .Net Framework 4.0?

    A
    System.Web.Mvc

    B
    System.Web.Mvc.Async

    C
    System.Web.Mvc.Html

    D
    System.Web.Mvc.Sync

    Note: Not available
    1. Report
  2. Question: What is DLR in .Net framework 4.0?

    A
    It defines the common types that are supported by the languages which are compatible with the .Net framework.

    B
    It represents the data types of different languages in a specific format specification.

    C
    It is a programming language that manages the execution of programs written in any of several supported languages, allowing them to share common object-oriented classes written in any of the languages.

    D
    It is a runtime environment that adds a set of services for dynamic languages to the common language runtime.

    Note: Not available
    1. Report
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
Copyright © 2024. Powered by Intellect Software Ltd