Your first one SelectNewreturns an enumerated type of anonymous types with two properties, Nameand IDwhile it SelectNew2returns an enumerated object iiStudent. You should use the first instance when you need to return a subset of the data available in the object / model.
source
share