Tag: technology
Questions Related to technology
-
Use XCOPY to install the assembly in the global assembly cache.
-
Use XCOPY to install the assembly in the Windows\Assembly folder.
-
Create a strong name for the assembly.
-
Recompile the assembly by using the Native Image Generator (Ngen.exe).
-
SetShowHelp
-
SetHelpString
-
SetHelpKeyword
-
ToString
-
Set the RowFilter property of the DataView object to "BackOrder = True".
-
Set the RowStateFilter property of the DataView object to "BackOrder = True".
-
Set the Sort property of the DataView object to "BackOrder = True".
-
Set the ApplyDefaultSort property of the DataView object to True.
-
In the BeginPrint event, set the HasMorePages property of the PrintEventArgs object to True.
-
In the EndPrint event, set the HasMorePages property of the PrintEventArgs object to True.
-
In the PrintPage event, set the HasMorePages property of the PrintPageEventArgs object to True.
-
In the QueryPageSettings event, set the HasMorePages property of the QueryPageSettingEventArgs object to True.
-
to use the Windows user logon when connection to the TestKing1 database.
-
to use the SQL Server used login when connection to the TestKing1 database.
-
to use the same application logon ID and password for every connection to the TestKing1 database.
-
to use the guest login ID and password for every connection to the TestKing1 database.
-
Set the RightToLeft property of each control on the form to Yes.
-
Set the RightToLeft property of the form to Yes.
-
Set the Language property of the form to the appropriate language.
-
Set the Localizable property of the form to True.
-
Create
-
Initialize
-
Load
-
New
-
Modify the machine configuration file on your client computers.
-
Modify the application configuration file for Customers.
-
Modify the Publisher Policy file containing a reference to Customers.
-
Modify the reference patch for Customers.
-
Call the Finalize method of the SqlConnection object.
-
Call the Dispose method of the SqlConnection object.
-
Set the SqlConnection object equal to Nothing.
-
Set the SqlConnection object equal to “”.
-
Use classes in the System.Data.OleDb namespace.
-
Use classes in the System.Data.SqlClient namespace.
-
Use remoting to connect to the SQL Server computer.
-
Use interoperability to include legacy COM-based data access components.