Difference between revisions of "CSharp Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 4: | Line 4: | ||
* http://www.codeproject.com/KB/threads/threadpoolmanager.aspx | * http://www.codeproject.com/KB/threads/threadpoolmanager.aspx | ||
* http://www.dreamincode.net/forums/topic/35616-cross-thread-communication-in-c%23/ | * http://www.dreamincode.net/forums/topic/35616-cross-thread-communication-in-c%23/ | ||
==Treads== | |||
* http://stackoverflow.com/questions/334860/in-c-what-is-the-recommended-way-of-passing-data-between-2-threads | |||
* http://www.codeproject.com/KB/threads/threadpoolmanager.aspx | |||
* http://stackoverflow.com/questions/1360533/how-to-share-data-between-different-threads-in-c-using-aop | |||
==INI FIles== | ==INI FIles== |
Revision as of 17:55, 6 February 2011
Links
- http://www.codeproject.com/KB/threads/threadpoolmanager.aspx
- http://www.dreamincode.net/forums/topic/35616-cross-thread-communication-in-c%23/
Treads
- http://stackoverflow.com/questions/334860/in-c-what-is-the-recommended-way-of-passing-data-between-2-threads
- http://www.codeproject.com/KB/threads/threadpoolmanager.aspx
- http://stackoverflow.com/questions/1360533/how-to-share-data-between-different-threads-in-c-using-aop
INI FIles
- http://jachman.wordpress.com/2006/09/11/how-to-access-ini-files-in-c-net/\
- http://www.codeproject.com/KB/cs/cs_ini.aspx An INI file class