Click here to Skip to main content
15,909,827 members
Home / Discussions / C#
   

C#

 
GeneralRe: Int32 type alias problem! Pin
karam chandrabose7-Jan-07 16:19
karam chandrabose7-Jan-07 16:19 
GeneralRe: Int32 type alias problem! Pin
Judah Gabriel Himango7-Jan-07 16:22
sponsorJudah Gabriel Himango7-Jan-07 16:22 
GeneralRe: Int32 type alias problem! Pin
Christian Graus7-Jan-07 18:01
protectorChristian Graus7-Jan-07 18:01 
GeneralRe: Int32 type alias problem! Pin
Judah Gabriel Himango7-Jan-07 18:06
sponsorJudah Gabriel Himango7-Jan-07 18:06 
GeneralRe: Int32 type alias problem! Pin
Christian Graus7-Jan-07 20:24
protectorChristian Graus7-Jan-07 20:24 
GeneralRe: Int32 type alias problem! Pin
Judah Gabriel Himango8-Jan-07 5:25
sponsorJudah Gabriel Himango8-Jan-07 5:25 
GeneralRe: Int32 type alias problem! Pin
Christian Graus8-Jan-07 8:27
protectorChristian Graus8-Jan-07 8:27 
GeneralRe: Int32 type alias problem! Pin
Scott Dorman8-Jan-07 17:21
professionalScott Dorman8-Jan-07 17:21 
I agree with Chris. I've dealt with C++ projects where the developer went crazy with typedefs. Even though C# has a similar ability, it is much simpler to use the native data type names. They may not be as short as we want or as clear within the specific application domain, but they are unambigous and standard. I don't have to worry about a new developer trying to understand what an IntStringPair is, or look for it on MSDN. KeyValuePair<int, string> clearly defines the object using terms that everyone is familar with.

-----------------------------
In just two days, tomorrow will be yesterday.

GeneralRe: Int32 type alias problem! Pin
CPallini7-Jan-07 21:43
mveCPallini7-Jan-07 21:43 
GeneralRe: Int32 type alias problem! Pin
leppie8-Jan-07 3:33
leppie8-Jan-07 3:33 
Questionusing SqlDataReader Pin
swjam7-Jan-07 14:22
swjam7-Jan-07 14:22 
AnswerRe: using SqlDataReader Pin
Rama Krishna Vavilala7-Jan-07 14:31
Rama Krishna Vavilala7-Jan-07 14:31 
QuestionHow to persist datareader Pin
AndrusM7-Jan-07 12:31
AndrusM7-Jan-07 12:31 
AnswerRe: How to persist datareader Pin
Guffa7-Jan-07 14:15
Guffa7-Jan-07 14:15 
AnswerRe: How to persist datareader Pin
karam chandrabose7-Jan-07 16:21
karam chandrabose7-Jan-07 16:21 
AnswerRe: How to persist datareader Pin
sno-19-Jan-07 3:31
sno-19-Jan-07 3:31 
QuestionRemoving MenuStrip from MDI child Pin
AndrusM7-Jan-07 12:29
AndrusM7-Jan-07 12:29 
QuestionIs it possible to share Session Variables across multiple threads? Pin
travich7-Jan-07 9:19
travich7-Jan-07 9:19 
AnswerRe: Is it possible to share Session Variables across multiple threads? Pin
Christian Graus7-Jan-07 9:30
protectorChristian Graus7-Jan-07 9:30 
GeneralRe: Is it possible to share Session Variables across multiple threads? Pin
travich7-Jan-07 9:34
travich7-Jan-07 9:34 
GeneralRe: Is it possible to share Session Variables across multiple threads? Pin
Christian Graus7-Jan-07 9:38
protectorChristian Graus7-Jan-07 9:38 
GeneralRe: Is it possible to share Session Variables across multiple threads? Pin
Guffa7-Jan-07 12:04
Guffa7-Jan-07 12:04 
GeneralRe: Is it possible to share Session Variables across multiple threads? Pin
Christian Graus7-Jan-07 12:12
protectorChristian Graus7-Jan-07 12:12 
GeneralRe: Is it possible to share Session Variables across multiple threads? Pin
Guffa7-Jan-07 12:47
Guffa7-Jan-07 12:47 
AnswerRe: Is it possible to share Session Variables across multiple threads? Pin
Guffa7-Jan-07 12:02
Guffa7-Jan-07 12:02 

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.