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 Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.