1 - 20 of 134
Previous
Next
Crafting Strings in C#
June 3, 2008When the C# compiler compiles the binary + operator with at least one operand of type string, it causes problems with your <totalNumber>. Find out how to manipulate your strings around this bug.
What's New in C# 3.0? Part 2
January 29, 2008The release of Visual Studio 2008 updates C# to version, 3.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through C#'s new LINQ support features and other time-saving enhancements.
What's New in C# 3.0? Part 1
January 24, 2008The release of Visual Studio 2008 updates C# to version, 3.0, with several key language enhancements and LINQ support. Part one of this series will walk you through implicit typing, automatic properties, and other time-saving enhancements.
Introducing XNA Game Studio Express
October 1, 2007Microsoft's XNA Game Studio Express gives you powerful game tools, and the ability to create games for both Windows and Xbox 360.
Have You Xiine It?
August 27, 2007CoDe Magazine rolls out Xiine, a new .NET-based content reader that brings online content closer to print quality.
Ruby for C# Geeks
May 1, 2007As good as C# is, it's not always the best language for simple tasks. Enter Ruby, an interpreted, dynamically typed language that enables simple tasks with simple code.
Code Refactoring in VS.NET 2005
April 13, 2007Find out how to use VS.NET 2005's Refactoring engine to improve the structure and readability of your C# source code while preserving its functionality.
Ask the Doc Detective
February 5, 2007Finding what you need in the Microsoft Visual Studio 2005 documentation, which has over 200,000 topics, can be a daunting task. The Doc Detective is here to help, utilizing his investigative skills to probe the depths of the documentation.
Build Custom Code Generators in C#
December 4, 2006You don't have to rely on libraries and frameworks to avoid writing repetitive code; instead, learn to generate such code automatically, using a custom input format to describe the code you want to generate.
When and How to Use Dispose and Finalize in C#
November 27, 2006Although the .NET framework frees managed memory and resources transparently, it's not as adept at freeing unmanaged resources; you have to help it out by implementing the Dispose and Finalize patterns in your code.
Mono IDEs: Going Beyond the Command Line
August 3, 2006Choosing to develop for Mono no longer means that you're also have to throw away the advantages that integrated IDEs provide. Instead, you have a wideand growingrange of Mono IDE options.
1 - 20 of 134
Previous
Next
|