PROG3116 Programming .NET WEEK 11 19 Wew0
PROG3116 Programming .NET WEEK 11 19 Wew0
Net Technology)
NC III Part 2
WEEK 11 – 13
A while loop begins with the while keyword, followed by parentheses, where you specify
how long the loop continues, then a block to repeat.
Answer: True
Razor
is a markup syntax that lets you embed server-based code (Visual Basic and C#) into web
pages.
Answer: Razor
The dataset represents a subset of the database. It does not have a continuous connection
to the database
Answer: True
Indicates whether string comparisons within the data tables are case-sensitive.
Answer: CaseSensitive
ADO.NET provides a bridge between the front end controls and the back end database.
Answer: True
Razor
is a markup syntax that lets you embed server-based code (Visual Basic and C#) into web
pages.
Answer: Razor
Begins the initialization of the DataSet. The initialization occurs at run time
Answer: BeginInit
Gets a copy of DataSet with all changes made since it was loaded or the AcceptChanges
method was called, filtered by DataRowState
Answer: GetChanges(DataRowState)
Returns a copy of the DataSet with all changes made since it was loaded or the
AcceptChanges method was called
Answer: GetChanges
runs code a specified number of times
Answer: For...Next statement
Returns a DataTableReader with one result set per DataTable, in the same sequence as the
tables appear in the Tables collection
Answer: CreateDataReader()
A while loop begins with the while keyword, followed by parentheses, where you specify
how long the loop continues, then a block to repeat.
Answer: True
Accepts all changes made since the DataSet was loaded or this method was called.
Answer: AcceptChanges