Tag: programming languages
Questions Related to programming languages
-
Dim query = From product In products.AsEnumerable() Select product
-
Dim query as select product From product In products.AsEnumerable()
-
Dim query = From p In products.AsEnumerable() Select p
-
None of these
-
Commit();
-
Update();
-
SubmitChanges();
-
CommitTransaction();
-
SqlDataAdapter
-
SqlConnection
-
SqlDataReader
-
SqlDataView
-
CreateObjRef
-
BeginExecuteNonQuery
-
Prepare
-
All of the above
-
33,123
-
123,33
-
6,6
-
Compilation Error
-
macro functions are expanded during compile. Inline functions are just usual functions calls
-
macro functions are expanded during preprocessing and inline functions are expanded during compile
-
macro functions are expanded during compile and inline functions are expanded during preprocessing
-
No difference.Both are expanded at compile.