Click here to Skip to main content
15,911,646 members
Home / Discussions / C#
   

C#

 
QuestionProblem with printing a page foreach listview.items Pin
andredani30-Jun-08 21:48
andredani30-Jun-08 21:48 
AnswerRe: Problem with printing a page foreach listview.items Pin
Christian Graus30-Jun-08 21:58
protectorChristian Graus30-Jun-08 21:58 
GeneralRe: Problem with printing a page foreach listview.items Pin
andredani30-Jun-08 23:07
andredani30-Jun-08 23:07 
Questionabout c#.net Pin
rupmax30-Jun-08 21:39
rupmax30-Jun-08 21:39 
AnswerRe: about c#.net Pin
Christian Graus30-Jun-08 21:55
protectorChristian Graus30-Jun-08 21:55 
QuestionLINQ Pin
arkiboys30-Jun-08 21:23
arkiboys30-Jun-08 21:23 
AnswerRe: LINQ Pin
Christian Graus30-Jun-08 21:57
protectorChristian Graus30-Jun-08 21:57 
AnswerRe: LINQ Pin
Scott Dorman30-Jun-08 22:57
professionalScott Dorman30-Jun-08 22:57 
For the most part, I agree with what Christian said.

1. LINQ is still very new and all of the guidance around when it should be used isn't in place yet. There is a lot of power and flexibility behind LINQ and the concepts taht are in place to support it, like extension methods and lambda expressions. Most of those language features will eventually just become another tool, in the same way foreach has.

2. There will never be a project that requires LINQ. Everything that can be accomplished using LINQ can be accomplished in more traditional manners as well, although it may be easier using LINQ or some of the LINQ related language features.

In my opinion, you're better off knowing how the supporting language features work (extension methods, lambdas, inferred typing, and object initializers) and what you can do with them. LINQ is a pretty big topic (LINQ to SQL, Entities, XML, etc...) but the supporting features are all the same no matter what.

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

Questionsimple test Pin
blackjack215030-Jun-08 21:02
blackjack215030-Jun-08 21:02 
AnswerRe: simple test Pin
Christian Graus30-Jun-08 21:56
protectorChristian Graus30-Jun-08 21:56 
AnswerRe: simple test Pin
Scott Dorman30-Jun-08 23:00
professionalScott Dorman30-Jun-08 23:00 
QuestionPropertyGrid Pin
KBou30-Jun-08 20:53
KBou30-Jun-08 20:53 
AnswerRe: PropertyGrid Pin
leppie30-Jun-08 20:55
leppie30-Jun-08 20:55 
QuestionRe: PropertyGrid [modified] Pin
KBou30-Jun-08 21:05
KBou30-Jun-08 21:05 
AnswerRe: PropertyGrid Pin
stancrm30-Jun-08 22:39
stancrm30-Jun-08 22:39 
QuestionRe: PropertyGrid Pin
KBou30-Jun-08 22:49
KBou30-Jun-08 22:49 
AnswerRe: PropertyGrid Pin
leppie1-Jul-08 1:08
leppie1-Jul-08 1:08 
GeneralRe: PropertyGrid Pin
KBou1-Jul-08 1:26
KBou1-Jul-08 1:26 
GeneralRe: PropertyGrid Pin
leppie1-Jul-08 3:35
leppie1-Jul-08 3:35 
QuestionQuery about generating random but unique keys of 6 digits? Pin
Rocky#30-Jun-08 20:47
Rocky#30-Jun-08 20:47 
AnswerRe: Query about generating random but unique keys of 6 digits? Pin
leppie30-Jun-08 20:54
leppie30-Jun-08 20:54 
GeneralRe: Query about generating random but unique keys of 6 digits? Pin
Rocky#30-Jun-08 21:10
Rocky#30-Jun-08 21:10 
AnswerRe: Query about generating random but unique keys of 6 digits? Pin
N a v a n e e t h30-Jun-08 21:05
N a v a n e e t h30-Jun-08 21:05 
GeneralRe: Query about generating random but unique keys of 6 digits? Pin
Rocky#30-Jun-08 21:15
Rocky#30-Jun-08 21:15 
GeneralRe: Query about generating random but unique keys of 6 digits? Pin
N a v a n e e t h30-Jun-08 21:18
N a v a n e e t h30-Jun-08 21:18 

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.