Click here to Skip to main content
15,889,216 members
Home / Discussions / C#
   

C#

 
AnswerMessage Closed Pin
3-Mar-10 4:27
stancrm3-Mar-10 4:27 
GeneralRe: Creating graphics object Pin
gwithey3-Mar-10 4:31
gwithey3-Mar-10 4:31 
QuestionWeb Service Threading and State Pin
il_manti3-Mar-10 4:02
il_manti3-Mar-10 4:02 
QuestionInstaller Pin
Syed Shahid Hussain3-Mar-10 1:12
Syed Shahid Hussain3-Mar-10 1:12 
AnswerRe: Installer Pin
Richard Andrew x643-Mar-10 8:18
professionalRichard Andrew x643-Mar-10 8:18 
QuestionDifference between where<>() and where() in linq? [modified] Pin
sri_34643-Mar-10 0:29
sri_34643-Mar-10 0:29 
AnswerRe: Difference between where() and where() in linq? Pin
Pete O'Hanlon3-Mar-10 1:30
mvePete O'Hanlon3-Mar-10 1:30 
AnswerRe: Difference between where() and where() in linq? Pin
Scott Dorman3-Mar-10 6:47
professionalScott Dorman3-Mar-10 6:47 
As far as LINQ is concerned, there is no difference between either of those calls. In fact, there is only one version of that Where method which is generic and looks like Where<TSource>(Func<TSource, int, bool> predicate)).

In your first call, you are explicitly stating the type to be used in place of TSource and in the second one you are letting the compiler infer the type from the type of the collection.
Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

GeneralRe: Difference between where() and where() in linq? Pin
Pete O'Hanlon3-Mar-10 9:44
mvePete O'Hanlon3-Mar-10 9:44 
GeneralRe: Difference between where() and where() in linq? Pin
Scott Dorman3-Mar-10 12:41
professionalScott Dorman3-Mar-10 12:41 
GeneralRe: Difference between where() and where() in linq? Pin
Pete O'Hanlon3-Mar-10 21:41
mvePete O'Hanlon3-Mar-10 21:41 
GeneralRe: Difference between where() and where() in linq? Pin
Scott Dorman4-Mar-10 4:25
professionalScott Dorman4-Mar-10 4:25 
QuestionWeb Service web.config variables from dll in bin folder Pin
BASONJS2-Mar-10 23:39
BASONJS2-Mar-10 23:39 
QuestionHow to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 22:43
Ted On The Net2-Mar-10 22:43 
AnswerRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen2-Mar-10 23:35
professionalEddy Vluggen2-Mar-10 23:35 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 23:42
Ted On The Net2-Mar-10 23:42 
GeneralRe: How to send commands to a running application from the command line? Pin
Som Shekhar2-Mar-10 23:53
Som Shekhar2-Mar-10 23:53 
GeneralRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen3-Mar-10 0:00
professionalEddy Vluggen3-Mar-10 0:00 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net3-Mar-10 0:13
Ted On The Net3-Mar-10 0:13 
GeneralRe: How to send commands to a running application from the command line? Pin
Eddy Vluggen3-Mar-10 0:30
professionalEddy Vluggen3-Mar-10 0:30 
AnswerRe: How to send commands to a running application from the command line? Pin
OriginalGriff2-Mar-10 23:42
mveOriginalGriff2-Mar-10 23:42 
GeneralRe: How to send commands to a running application from the command line? Pin
Ted On The Net2-Mar-10 23:44
Ted On The Net2-Mar-10 23:44 
AnswerRe: How to send commands to a running application from the command line? Pin
PIEBALDconsult3-Mar-10 3:51
mvePIEBALDconsult3-Mar-10 3:51 
Questioncreate word file Pin
Milind Panchal2-Mar-10 22:33
Milind Panchal2-Mar-10 22:33 
AnswerRe: create word file Pin
Eddy Vluggen2-Mar-10 23:41
professionalEddy Vluggen2-Mar-10 23:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.