Click here to Skip to main content
15,901,205 members
Home / Discussions / C#
   

C#

 
GeneralRe: Jerkface Pin
DaveyM6915-Jan-09 3:30
professionalDaveyM6915-Jan-09 3:30 
GeneralRe: Jerkface Pin
EliottA15-Jan-09 3:36
EliottA15-Jan-09 3:36 
GeneralRe: Jerkface Pin
DaveyM6915-Jan-09 3:40
professionalDaveyM6915-Jan-09 3:40 
GeneralRe: Jerkface Pin
Pete O'Hanlon15-Jan-09 3:47
mvePete O'Hanlon15-Jan-09 3:47 
QuestionCalling optional parameterized method in c# Pin
Krishnaraj Barvathaya B15-Jan-09 1:40
Krishnaraj Barvathaya B15-Jan-09 1:40 
AnswerRe: Calling optional parameterized method in c# Pin
DaveyM6915-Jan-09 3:36
professionalDaveyM6915-Jan-09 3:36 
GeneralRe: Calling optional parameterized method in c# Pin
Dave Kreskowiak15-Jan-09 4:39
mveDave Kreskowiak15-Jan-09 4:39 
GeneralRe: Calling optional parameterized method in c# Pin
Scott Dorman15-Jan-09 5:00
professionalScott Dorman15-Jan-09 5:00 
Optional parameters did make it in to the underlying IL but they aren't exposed in C# yet (C# 4.0 will support them). There is an effort to keep the two languages more in-sync with one another but it isn't across the board with all language features, as you mentioned. Another exmaple is that C# will not get the "XML literal" syntax VB supports.

Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

GeneralRe: Calling optional parameterized method in c# Pin
Krishnaraj Barvathaya B15-Jan-09 7:14
Krishnaraj Barvathaya B15-Jan-09 7:14 
AnswerRe: Calling optional parameterized method in c# Pin
Dave Doknjas15-Jan-09 13:22
Dave Doknjas15-Jan-09 13:22 
GeneralRe: Calling optional parameterized method in c# Pin
Krishnaraj Barvathaya B15-Jan-09 21:12
Krishnaraj Barvathaya B15-Jan-09 21:12 
QuestionHow to read 32 bit registry value from 64 bit application Pin
Hemal Kotak15-Jan-09 0:59
Hemal Kotak15-Jan-09 0:59 
AnswerRe: How to read 32 bit registry value from 64 bit application Pin
Simon P Stevens15-Jan-09 1:24
Simon P Stevens15-Jan-09 1:24 
GeneralRe: How to read 32 bit registry value from 64 bit application Pin
Hemal Kotak15-Jan-09 3:04
Hemal Kotak15-Jan-09 3:04 
Question.arc Pin
mark_w_15-Jan-09 0:27
mark_w_15-Jan-09 0:27 
AnswerRe: .arc Pin
benjymous15-Jan-09 0:51
benjymous15-Jan-09 0:51 
QuestionInstantiate System.String through reflection Pin
jdstuart15-Jan-09 0:00
jdstuart15-Jan-09 0:00 
AnswerRe: Instantiate System.String through reflection Pin
SeMartens15-Jan-09 0:42
SeMartens15-Jan-09 0:42 
GeneralRe: Instantiate System.String through reflection Pin
jdstuart15-Jan-09 1:58
jdstuart15-Jan-09 1:58 
GeneralRe: Instantiate System.String through reflection Pin
Daniel Grunwald15-Jan-09 2:25
Daniel Grunwald15-Jan-09 2:25 
AnswerRe: Instantiate System.String through reflection Pin
jdstuart15-Jan-09 2:50
jdstuart15-Jan-09 2:50 
GeneralRe: Instantiate System.String through reflection Pin
SeMartens15-Jan-09 2:27
SeMartens15-Jan-09 2:27 
GeneralRe: Instantiate System.String through reflection Pin
jdstuart15-Jan-09 2:32
jdstuart15-Jan-09 2:32 
GeneralRe: Instantiate System.String through reflection Pin
SeMartens15-Jan-09 3:08
SeMartens15-Jan-09 3:08 
GeneralRe: Instantiate System.String through reflection Pin
jdstuart15-Jan-09 18:33
jdstuart15-Jan-09 18:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.