Click here to Skip to main content
15,896,606 members
Home / Discussions / C#
   

C#

 
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 
Luis Alonso Ramos wrote:
I find books useful, not to teach how to do something, but to tell me that something exists in the first place.

How is reading page after page of something that typically only covers one subject (like Windows Forms, ASP.NET, .NET Remoting, etc.) any easier or faster than browsing the class library? You'll learn much more that way - perhaps even more than the book author (writing a book doesn't necessarily make you an expert, nor could you possibly cover the hundreds of classes that exist in the BCL - and that number keeps growing with each version).

You can learn even more than books can tell you by learning and understanding IL, the CLI, and the other technologies that comprise the .NET Framework. I know exactly how most classes work in the BCL (the ones I've reviewed, anyway) and a book won't tell you that. They typically only cover how to use a class - not how it works.

Also making the articles on http://msdn.microsoft.com/library[^] daily reading is beneficial. You'll read articles from Microsofties and third-parties alike and it's all free. Many of these authors are even authors of books that you may have read. You can also pick up the Patterns and Practices PDFs (same content as the books) for free from http://msdn.microsoft.com/patterns[^], where these hard-cover books typically cost between $40 and $50 (USD). They're not really books, though, they're references that go deeper into a technology than a "how-to" book.

If books work for you, great - to each his own. 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 (unless you waste your money on the class library reference book, which is just a printed copy of the free .NET Framework SDK that you can download from http://msdn.microsoft.com/netframework[^]).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: DataGrid Pin
Luis Alonso Ramos2-Nov-04 6:14
Luis Alonso Ramos2-Nov-04 6:14 
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 
GeneralRe: Launching an event with DateTime Pin
Dave Kreskowiak1-Nov-04 10:26
mveDave Kreskowiak1-Nov-04 10:26 
GeneralRe: Launching an event with DateTime Pin
Heath Stewart1-Nov-04 14:11
protectorHeath Stewart1-Nov-04 14:11 
GeneralRe: Launching an event with DateTime Pin
Dave Kreskowiak2-Nov-04 0:50
mveDave Kreskowiak2-Nov-04 0:50 
GeneralRe: Launching an event with DateTime Pin
goldoche2-Nov-04 1:47
goldoche2-Nov-04 1:47 
GeneralRe: Launching an event with DateTime Pin
goldoche2-Nov-04 1:37
goldoche2-Nov-04 1:37 
GeneralRe: WindowsPrincipal and Active Directory Pin
Heath Stewart1-Nov-04 8:37
protectorHeath Stewart1-Nov-04 8:37 
GeneralEnter or Arrow Key to replace Tab Key Pin
FredSP1-Nov-04 7:22
FredSP1-Nov-04 7:22 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Alex Korchemniy1-Nov-04 8:53
Alex Korchemniy1-Nov-04 8:53 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Heath Stewart1-Nov-04 9:26
protectorHeath Stewart1-Nov-04 9:26 
GeneralRe: Enter or Arrow Key to replace Tab Key Pin
Alex Korchemniy1-Nov-04 9:31
Alex Korchemniy1-Nov-04 9:31 
Generalabout memory management Pin
momer1-Nov-04 7:04
momer1-Nov-04 7:04 
GeneralRe: about memory management Pin
Dave Kreskowiak1-Nov-04 7:42
mveDave Kreskowiak1-Nov-04 7:42 
GeneralRe: about memory management Pin
momer1-Nov-04 8:16
momer1-Nov-04 8:16 

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.