String along with me and learn more about using strings in your C# programming.
Latest Sample Programs Articles
.NET Design Patterns: The Abstract Factory Pattern
Learn to effectively use the abstract factory pattern in your C# programming.
Beginning C#: Getting Started with C#
Ready to jump into the exciting world of C# programming? Here are some tips to getting started the right way.
Down and Dirty: .NET Task Parallel Library (Multithreading in a Multicore World)
Gather the basics you need to be operational in TPL programming without a lot of theoretical overhead.
Accessing Twitter with C#
Explore the basics of accessing a Twitter account and look at the ways we can search and interact with the data available to you.
The Genetic Cloud
Learn about new opportunities that Cloud Computing and the Genetic algorithm make available to every person.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

TypeScript for the C# Developer
Learn about TypeScript: what it is, and its type system.

Detecting a Touchscreen in Visual Basic
Learn how to detect if a touchscreen is available on the device running your application. You'll also see how to display a touch-enabled keyboard!
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.