nerdexam
GIAC

GSSP-NET · Question #325

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The…

The correct answer is A. The class that is assigned to the ContextTypeName property must derive from DataContext . C. The GroupBy property cannot be assigned a value. D. The Select property cannot be assigned a value. E. The property that is assigned to the TableName property must derive from Table(TEntity). See the full explanation below for the reasoning.

Question

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET 2008 as its application development platform. You create an ASP.NET Web application using the .NET Framework 3.5. The application contains a data-bound control. The user interface (UI) for modifying data from a LinqDataSource control is typically provided through the data-bound control. You are required to perform automatic data modifications. Which of the following conditions are required to enable automatic data modifications? Each correct answer represents a part of the solution. Choose all that apply.

Options

  • AThe class that is assigned to the ContextTypeName property must derive from DataContext .
  • BThe Where property cannot be assigned a value.
  • CThe GroupBy property cannot be assigned a value.
  • DThe Select property cannot be assigned a value.
  • EThe property that is assigned to the TableName property must derive from Table(TEntity).

How the community answered

(50 responses)
  • A
    82% (41)
  • B
    18% (9)

Community Discussion

No community discussion yet for this question.

Full GSSP-NET Practice