A quick look at the C# unsafe keyword and the dangers of its use.
How Unsafe is C#'s Unsafe Block?
Published 08/06/2003
A quick look at the C# unsafe keyword and the dangers of its use.
Discover Code::Blocks, an open source IDE for C/C++.
LINQ has a trick up its sleeve from .NET 4 onwards for dealing with large amounts of data and multiple CPUs. Learn to leverage LINQ.
You can create words and fonts that display at any angle. All it takes is a Windows Forms project and a little know-how.
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.