Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi there.

 

Can i know where to learn advanced topics of c# like multi threading, property, events, data structures (stacks, linked list), etc?

 

There are too many in the google. Any good ones which i can rely on?

 

I want to get the right concepts...

 

Any help?

 

Thanks.

 

Regards,

Chua Wen Ching :p

  • *Experts*
Posted

Look in your MSDN library. Every aspect of the framework is covered in there. Once you get a basic feel for the concept of what it is you're doing, you can experiment with it in a program, which is what I usually do.

 

Also, if you search on Google and get too many results, try limiting your search a bit. For example, if you search for

 

".NET" AND "Multithreading"

 

It may come up with all pages that are http://www.whatever.net, and contain the word 'Multithreading' -- however, if you search for

 

"C#" AND ".NET" AND "Multithreading"

 

chances are, you'll get more .NET related pages.

 

There are books on advanced topics such as the ones you listed as well, so I suggest you take a look at your local bookstore, or at amazon.com, or something.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...