The Stack Overflow site has useful tools. Use C# to access them more readily.
Latest Streaming Articles
How To Retrieve EMC Centera Cluster/Pool Capabilities
Learn to use the EMC Centera SDK and the .NET wrapper being developed as an open source project to store "fixed content" on the EMC Centera storage appliance.
Redirect I/O to a TextBoxWriter in .NET
Have you ever wanted basic output to go somewhere besides the console in .NET? Learn how to redirect Console output streams to a TextBox instead of the command window.
Streams and .NET
Richard Grimes illustrates the classes that .NET provides to use streams, starting with basic stream access, encoding and stream readers and writers, serializing objects to streams and finally how to programmatically create a stream.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.