Click here to Skip to main content
15,906,081 members
Home / Discussions / C#
   

C#

 
GeneralRe: Error:Unable to loas DLL (Setupapi.lib) Pin
Corinna John1-Nov-04 21:02
Corinna John1-Nov-04 21:02 
GeneralEnd task problem Pin
Anonymous1-Nov-04 19:33
Anonymous1-Nov-04 19:33 
GeneralRe: End task problem Pin
Luis Alonso Ramos1-Nov-04 19:44
Luis Alonso Ramos1-Nov-04 19:44 
GeneralRe: End task problem Pin
Anonymous1-Nov-04 21:17
Anonymous1-Nov-04 21:17 
GeneralRe: End task problem Pin
Stefan Troschuetz1-Nov-04 22:42
Stefan Troschuetz1-Nov-04 22:42 
GeneralRe: End task problem Pin
exhaulted1-Nov-04 23:09
exhaulted1-Nov-04 23:09 
GeneralRe: End task problem Pin
Dave Kreskowiak2-Nov-04 0:58
mveDave Kreskowiak2-Nov-04 0:58 
GeneralCrystal web reports Pin
totig1-Nov-04 19:32
totig1-Nov-04 19:32 
Generalproxy implementation in chat client Pin
Kamran Zafar1-Nov-04 19:06
Kamran Zafar1-Nov-04 19:06 
GeneralRe: proxy implementation in chat client Pin
leppie2-Nov-04 0:08
leppie2-Nov-04 0:08 
Questionhow to use the same variable in c#, in HTML Pin
Jug-Head1-Nov-04 18:40
Jug-Head1-Nov-04 18:40 
QuestionWhat is the difference between the sorting methods of ArrayList Class? Pin
ting6681-Nov-04 17:17
ting6681-Nov-04 17:17 
AnswerRe: What is the difference between the sorting methods of ArrayList Class? Pin
Salil Khedkar1-Nov-04 18:52
Salil Khedkar1-Nov-04 18:52 
GeneralDataGrid Pin
Luis Alonso Ramos1-Nov-04 12:35
Luis Alonso Ramos1-Nov-04 12:35 
GeneralRe: DataGrid Pin
Heath Stewart1-Nov-04 14:09
protectorHeath Stewart1-Nov-04 14:09 
GeneralRe: DataGrid Pin
Luis Alonso Ramos1-Nov-04 14:43
Luis Alonso Ramos1-Nov-04 14:43 
GeneralRe: DataGrid Pin
Heath Stewart1-Nov-04 14:48
protectorHeath Stewart1-Nov-04 14:48 
GeneralRe: DataGrid Pin
Luis Alonso Ramos1-Nov-04 15:11
Luis Alonso Ramos1-Nov-04 15:11 
GeneralRe: DataGrid Pin
Heath Stewart1-Nov-04 15:31
protectorHeath Stewart1-Nov-04 15:31 
GeneralRe: DataGrid Pin
Luis Alonso Ramos1-Nov-04 15:59
Luis Alonso Ramos1-Nov-04 15:59 
GeneralRe: DataGrid Pin
Heath Stewart2-Nov-04 4:40
protectorHeath Stewart2-Nov-04 4:40 
GeneralRe: DataGrid Pin
Luis Alonso Ramos2-Nov-04 6:14
Luis Alonso Ramos2-Nov-04 6:14 
Heath Stewart wrote:
How is reading page after page of something that typically only covers one subject any easier or faster than browsing the class library?

I believe it's a bit easier, since the author takes you between related topics in order. I know the only way to become an expert is to use the technology and learn how it works, and no book will give you that (maybe a Windows Internals-type book but those are hard to find and still not deep enough in every area.) But still reading introductory texts can help you get started, and on the right track for doing additional research.

Heath Stewart wrote:
But don't discount the importance of understanding how things work and reading the documentation for classes, members, etc. because a book typically won't go into that much detail

Of course I know of its importance. But for example, if I want to get data from a database, I would have to know about DataSets and DataAdapters and DataReaders (at least of their existance) and then serach for them in the docs. But a book may introduce me to those, and even tell me when each might be better. Then, of course, I would go to the docs to find more about each object and how to use it to its full potential.

Heath Stewart wrote:
If books work for you, great - to each his own.

Don't think of me as that one who buys 5 or 6 books everytime I go to the bookstore. I really own very few programming books for a specific technology (say ASP.NET or Windows Forms.) Petzold's Programming Windows with C#, Prosise's Programming Microsoft .NET, Sceppa's Programming ADO.NET and Tom's Inside C#, and that's about it (for recent books.)

But still, reading those can give you a broad idea of everything (or most things) the BCL has to offer. I don't pretend to be an expert in everything (you can't nowadays.) But when I need something I don't throughly understand, it's time to dive into the class library documentation.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: DataGrid Pin
Heath Stewart2-Nov-04 6:46
protectorHeath Stewart2-Nov-04 6:46 
GeneralRe: DataGrid Pin
Luis Alonso Ramos2-Nov-04 8:51
Luis Alonso Ramos2-Nov-04 8:51 
GeneralLaunching an event with DateTime Pin
goldoche1-Nov-04 10:18
goldoche1-Nov-04 10: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.