chuawenching Posted August 7, 2003 Posted August 7, 2003 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 Quote
*Experts* mutant Posted August 7, 2003 *Experts* Posted August 7, 2003 I would recommend this website, it contains a lot of interesting topics: http://www.csharp-corner.com/ Quote
*Experts* Volte Posted August 7, 2003 *Experts* Posted August 7, 2003 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.