1. Question: You need to design The process for keeping track of each user's login to the administrative site. Which actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order

    A
    Modify the XML document by appending a new node <br />that contains the login information. <br /><br />Save the file bu using the Save() method of the <br />System.Xml.XmlDocument class. <br /><br />Load the XML by using the <br />System.Xml.XmlDocument class

    B
    Modify the XML document by appending a new node <br />that contains the login information. <br /><br />Load the XML by using the <br />System.Xml.XmlDocument class<br /><br />Save the file bu using the Save() method of the <br />System.Xml.XmlDocument class.

    C
    Modify the XML document by appending a new node <br />that contains the login information. <br /><br />Save the file bu using the Save() method of the <br />System.Xml.XmlDocument class. <br /><br /><br />

    D
    Modify the XML document by appending a new node <br />that contains the login information. <br /><br />Save the file bu using the Save() method of the <br />System.Xml.XmlDocument class. <br /><br />Load the XML by using the <br />System.Xml.XmlDocument class<br /><br />Save the file bt using the FileInfo constructor of <br />the System.IO.File cladd.

    Note: Not available
    1. Report
  2. Question: You need to add a string named strConn to the connection stnng section of an application configuration file. How should you complete the code segment? To answer, drag the appropriate code segment or segments to the correct location or locations in the answer area.

    A
    myConfigConnectionStringConnectionString.Add(corrString)<br /><br />myConfigConnectionString.LoadItem=False<br /><br />myConfig.Save()<br /><br />

    B
    myConfigConnectionStringConnectionString.Add(corrString)<br /><br />myConfig.Save()<br /><br />myConfigConnectionString.LoadItem=False

    C
    myConfigConnectionStringConnectionString.Add(corrString)<br /><br />myConfigConnectionString.LoadItem=False<br /><br /><br />

    D
    myConfigConnectionStringConnectionString.Add(corrString)<br /><br />ConfigruationConnector ConnectonString.Add(c onString)<br /><br />myConfigConnectionString.LoadItem=False<br /><br />myConfig.Save()<br /><br />

    Note: Not available
    1. Report
  3. Question: You need to add a string named strConn to the connection string section of the application configuration file. Which code segments should you use in sequence? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.

    A
    Dim myConfig As Configuration = <br />� ConfigurationManager.OpenExeconfiguration <br />(ConfigurationUserLevel.None)<br /><br />myConfig.ConnectionStrings.ConnectionStrings.Add(<br />�New ConnectionStringSettings("ConnStr1",strConn))<br /><br />myConfig.Save()<br /><br />

    B
    myConfig.ConnectionStrings.ConnectionStrings.Add(<br />�New ConnectionStringSettings("ConnStr1",strConn))<br /><br />Dim myConfig As Configuration = <br />� ConfigurationManager.OpenExeconfiguration <br />(ConfigurationUserLevel.None)<br /><br />myConfig.Save()<br /><br />

    C
    Dim myConfig As Configuration = <br />� ConfigurationManager.OpenExeconfiguration <br />(ConfigurationUserLevel.None)<br /><br />myConfig.ConnectionStrings.ConnectionStrings.Add(<br />�New ConnectionStringSettings("ConnStr1",strConn))<br /><br />ConfigurationManager.RefreshSection("ConnectionStrings")<br /><br />myConfig.Save()<br /><br />

    D
    Dim myConfig As Configuration = <br />� ConfigurationManager.OpenExeconfiguration <br />(ConfigurationUserLevel.None)<br /><br />myConfig.ConnectionStrings.ConnectionStrings.Add(<br />�New ConnectionStringSettings("ConnStr1",strConn))<br /><br /><br /><br />

    Note: Not available
    1. Report
  4. Question: What does CLR stand for?

    A
    Command Language Runtime

    B
    Computer Language Runtime

    C
    Common Language Runtime

    D
    Communication Language Runtime

    Note: Not available
    1. Report
  5. Question: The Microsoft parallel extensions and enhancements can be divided into five main areas .

    A
    True

    B
    False

    Note: Not available
    1. Report
  6. Question: How the CRT version is determined by the application pool settings?

    A
    Using IIS3

    B
    Using IIS5

    C
    Using IIS97

    D
    Using IIS9

    Note: Not available
    1. Report
  7. Question: Entity Framework is

    A
    Microsofts Object relational mapping problem.

    B
    Windows subject relational mapping solution.

    C
    Microsofts Object relational mapping solution.

    Note: Not available
    1. Report
  8. Question: Which of the following is used to tell the compiler to result a variables type at Runtime?

    A
    type dynamic

    B
    dynamic dangers

    C
    debugger

    D
    dynamic variable

    Note: Not available
    1. Report
  9. Question: LINQ to SQL is a great piece of

    A
    Framework.

    B
    Technology.

    C
    Server.

    Note: Not available
    1. Report
  10. Question: Which of the following is used to define dynamic behavior?

    A
    system.dynamic.ExpandoObject;

    B
    system.dynamic.DynamicObject;

    C
    system.dynamic;

    D
    system.dynamic.Typedynamic;

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