Learning generics in c# for newbie

N

Nully Girl

Does someone know about any good resources for learning generics in c#?
(books or web)

I would very much appreciate if someone knew about it and are willing to
share :)

http://www.hd720i.com
 
Z

Zach

Nully said:
Does someone know about any good resources for learning generics in c#?
(books or web)

I would very much appreciate if someone knew about it and are willing to
share :)

http://www.hd720i.com

Going by the questions you are asking, it would seem that at this stage
you have little knowledge of C#. Looking at he responses you are getting
to your questions, you are getting yourself into advanced subjects,
before you know about the essentials. Most books on C# are totally
disastrous from a didactical point of view. A good exception are Joseph
Mayo's publications; he also has a good tutorial website from which you
can learn the basics.

Zach.
 
M

Morten Wennevik [C# MVP]

Hi,

There is a book called ".Net 2.0 Generics" which may be what you seek, but I
don't know if it is good or not. Since generics is just a part of .Net most
books just provide one or two chapters on the subject. If you seek a deeper
understanding of .Net I recommend CLR via C# by Jeffrey Richter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top