Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to design a novel skin? Pin
Dave Kreskowiak20-Dec-08 11:05
mveDave Kreskowiak20-Dec-08 11:05 
QuestionDisplaying a Image in crystal report Pin
vijaylumar19-Dec-08 19:21
vijaylumar19-Dec-08 19:21 
AnswerRe: Displaying a Image in crystal report Pin
N a v a n e e t h19-Dec-08 19:38
N a v a n e e t h19-Dec-08 19:38 
GeneralRe: Displaying a Image in crystal report Pin
vijaylumar19-Dec-08 20:04
vijaylumar19-Dec-08 20:04 
QuestionHow to Use entity classes for Multiple Records ? Pin
Nishant Singh19-Dec-08 19:17
Nishant Singh19-Dec-08 19:17 
AnswerRe: How to Use entity classes for Multiple Records ? Pin
Christian Graus19-Dec-08 19:20
protectorChristian Graus19-Dec-08 19:20 
GeneralRe: How to Use entity classes for Multiple Records ? Pin
Nishant Singh19-Dec-08 19:30
Nishant Singh19-Dec-08 19:30 
GeneralRe: How to Use entity classes for Multiple Records ? Pin
N a v a n e e t h19-Dec-08 19:35
N a v a n e e t h19-Dec-08 19:35 
Nishant Singh wrote:
will it be better to use a Dataset or still list of the Entity class would be better ??


If you search this you will get plenty of discussions on this topic. IMO, you should go with custom strongly typed entity classes. Fill the entity classes with DataReader. Do you know a DataSet is filled using DataReader?

Assume your entity class name is Customer, you can return 1000 records keeping in a List<Customer>. Since List(T) supports enumeration, it can be directly supplied to DataSource of all popular controls which supports data binding.


GeneralRe: How to Use entity classes for Multiple Records ? Pin
Nishant Singh19-Dec-08 19:47
Nishant Singh19-Dec-08 19:47 
QuestionWindows Application for Backup using C# Pin
anupa19-Dec-08 18:59
anupa19-Dec-08 18:59 
AnswerRe: Windows Application for Backup using C# Pin
N a v a n e e t h19-Dec-08 19:15
N a v a n e e t h19-Dec-08 19:15 
AnswerRe: Windows Application for Backup using C# Pin
Christian Graus19-Dec-08 19:16
protectorChristian Graus19-Dec-08 19:16 
GeneralRe: Windows Application for Backup using C# Pin
Xmen Real 19-Dec-08 22:04
professional Xmen Real 19-Dec-08 22:04 
AnswerRe: Windows Application for Backup using C# Pin
harleydk20-Dec-08 10:40
harleydk20-Dec-08 10:40 
QuestionHow Do I Copy An Embedded Resource to a Directory? Pin
That Asian Guy19-Dec-08 14:19
That Asian Guy19-Dec-08 14:19 
AnswerRe: How Do I Copy An Embedded Resource to a Directory? Pin
N a v a n e e t h19-Dec-08 19:06
N a v a n e e t h19-Dec-08 19:06 
AnswerRe: How Do I Copy An Embedded Resource to a Directory? Pin
Giorgi Dalakishvili19-Dec-08 22:53
mentorGiorgi Dalakishvili19-Dec-08 22:53 
AnswerRe: How Do I Copy An Embedded Resource to a Directory? Pin
#realJSOP20-Dec-08 1:15
mve#realJSOP20-Dec-08 1:15 
QuestionHelp using Threads with an applications SDK [modified] Pin
__rob19-Dec-08 13:47
__rob19-Dec-08 13:47 
GeneralRe: Help using Threads with an applications SDK Pin
Luc Pattyn19-Dec-08 14:25
sitebuilderLuc Pattyn19-Dec-08 14:25 
GeneralRe: Help using Threads with an applications SDK [modified] Pin
__rob19-Dec-08 15:44
__rob19-Dec-08 15:44 
GeneralRe: Help using Threads with an applications SDK Pin
Luc Pattyn19-Dec-08 16:06
sitebuilderLuc Pattyn19-Dec-08 16:06 
QuestionParamter @ Model has no default value? Pin
dec8219-Dec-08 12:34
dec8219-Dec-08 12:34 
AnswerRe: Paramter @ Model has no default value? Pin
PIEBALDconsult19-Dec-08 12:45
mvePIEBALDconsult19-Dec-08 12:45 
QuestionWhat technique to use to keep my application running ... ? Pin
Yanshof19-Dec-08 11:45
Yanshof19-Dec-08 11:45 

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.