C# Frequently Asked Questions
The C# team posts answers to common questions and describes new language features
Browse by Tags
All Tags
»
Tips
(RSS)
.NET Framework
C# Language and Compiler
General
IDE
Obtain Type Information on the Fly using typeof
20 October 04 10:54 AM
All .NET assemblies contain vivid type information which describes the structure of every internal and external type (this can be verified by loading an assembly into ildasm.exe and clicking the ctrl-m keystroke). On a related note, many methods in the
Read More...
Interacting with overloaded operators from overloaded operator challenged languages
20 October 04 10:50 AM
Like the C++ language, C# allows you to overload operators for your custom types. For example, assume you have a structure named MyPoint which has overloaded the plus operator. If this is the case, you can 'add' two MyPoints as so: // Add two MyPoint
Read More...
More Posts
« Previous page
This Blog
Home
Links
Email
Tags
.NET Framework
.NET Framework 3.5
.NET Framework 4.0
C#
C# 3.0
C# 4.0
C# Language 2.0
C# Language and Compiler
C#/VB.NET Equivalents
Debugger/Debugging
DLR
dynamic language runtime
DynamicObject
ExpandoObject
expression trees
General
IDE
LINQ
LINQ to Objects
Tips
Visual Studio 2008
Visual Studio 2010
Archives
January 2010 (1)
November 2009 (1)
October 2009 (2)
September 2009 (1)
March 2009 (1)
January 2009 (1)
October 2006 (2)
March 2006 (3)
February 2005 (1)
December 2004 (4)
November 2004 (1)
October 2004 (15)
August 2004 (3)
July 2004 (3)
June 2004 (1)
May 2004 (8)
April 2004 (4)
March 2004 (36)
Syndication
RSS 2.0
Atom 1.0