Browse by Tags

Is it possible to output the command-line used to build a project in Visual Studio?
30 November 04 02:54 PM
Now that Whidbey has been out in Beta for more than a few months, it seems worth revisiting some frequently asked questions which have different (better?) answers now. In Everett (v7.1) the answer used to be No. However, in Whidbey (v8.0), the answer Read More...
Postedby CSharpFAQ | 6 Comments    
Filed under: , ,
Why does C#'s iterators feature spit out a class definition instead of a struct definition?
20 July 04 10:30 AM
Q: Why does C#'s iterators feature spit out a class definition instead of a struct definition? The iterators feature in C# generates classes that implement the enumerators required. This is detailed in the C# Specification . Why doesn't it use structs, Read More...
Why don't nullable relational operators return bool? instead of bool?
25 May 04 11:51 AM
Q: Why don't nullable relational operators return “bool?” instead of “bool“? Nullable types are a new feature of C# 2.0 . When dealing with nullable types, if you write the following: int? i = 15; int? j = 16; the type of i == Read More...
Postedby CSharpFAQ | 8 Comments    
Filed under:

This Blog

Syndication

Page view tracker