Click here to Skip to main content
15,910,878 members
Home / Discussions / C#
   

C#

 
GeneralRe: I found some issues in coding but I don't know how to solve them. Could you give me some advices ? Pin
Richard Deeming27-Mar-15 4:59
mveRichard Deeming27-Mar-15 4:59 
GeneralRe: I found some issues in coding but I don't know how to solve them. Could you give me some advices ? Pin
patrickjiang258027-Mar-15 5:20
patrickjiang258027-Mar-15 5:20 
QuestionThe usage of Unsigned types Pin
GerVenson26-Mar-15 5:36
professionalGerVenson26-Mar-15 5:36 
GeneralRe: The usage of Unsigned types Pin
PIEBALDconsult26-Mar-15 5:52
mvePIEBALDconsult26-Mar-15 5:52 
AnswerRe: The usage of Unsigned types PinPopular
Richard Deeming26-Mar-15 6:02
mveRichard Deeming26-Mar-15 6:02 
AnswerRe: The usage of Unsigned types Pin
OriginalGriff26-Mar-15 6:05
mveOriginalGriff26-Mar-15 6:05 
AnswerRe: The usage of Unsigned types Pin
Sascha Lefèvre26-Mar-15 6:09
professionalSascha Lefèvre26-Mar-15 6:09 
GeneralRe: The usage of Unsigned types Pin
harold aptroot26-Mar-15 22:41
harold aptroot26-Mar-15 22:41 
Because it is annoying to mix int and uint. Unlike in, say, C++, you get casts everywhere. short/ushort is even more annoying. Also even if you did use them, they wouldn't really work the way you'd like them to work (ensuring the input is valid I guess), they'd just be wrong differently. If you cast an int that is accidentally -1 to an uint and give it to Take it will still be a bug. If you cast 10000000 to an ushort and pretend it's a port, it'll be a valid port but it won't be the right port. And so on.
GeneralRe: The usage of Unsigned types Pin
GerVenson26-Mar-15 23:40
professionalGerVenson26-Mar-15 23:40 
GeneralRe: The usage of Unsigned types Pin
harold aptroot26-Mar-15 23:45
harold aptroot26-Mar-15 23:45 
AnswerRe: The usage of Unsigned types Pin
den2k8826-Mar-15 22:55
professionalden2k8826-Mar-15 22:55 
AnswerRe: The usage of Unsigned types Pin
jschell27-Mar-15 11:15
jschell27-Mar-15 11:15 
QuestionCombobox and "autocompletion" Pin
TMattC26-Mar-15 0:18
TMattC26-Mar-15 0:18 
AnswerRe: Combobox and "autocompletion" Pin
TMattC26-Mar-15 0:23
TMattC26-Mar-15 0:23 
AnswerRe: Combobox and "autocompletion" Pin
Simon_Whale26-Mar-15 1:29
Simon_Whale26-Mar-15 1:29 
GeneralRe: Combobox and "autocompletion" Pin
TMattC26-Mar-15 4:38
TMattC26-Mar-15 4:38 
Questionadd PDF file to email body not an attachment Pin
sourabkhajuria25-Mar-15 23:49
sourabkhajuria25-Mar-15 23:49 
AnswerRe: add PDF file to email body not an attachment Pin
OriginalGriff25-Mar-15 23:53
mveOriginalGriff25-Mar-15 23:53 
AnswerRe: add PDF file to email body not an attachment Pin
Dave Kreskowiak26-Mar-15 1:27
mveDave Kreskowiak26-Mar-15 1:27 
QuestionUnderstanding Async / Await Pin
zephaneas25-Mar-15 10:07
zephaneas25-Mar-15 10:07 
AnswerRe: Understanding Async / Await Pin
F-ES Sitecore25-Mar-15 12:23
professionalF-ES Sitecore25-Mar-15 12:23 
SuggestionRe: Understanding Async / Await Pin
Richard Deeming26-Mar-15 2:57
mveRichard Deeming26-Mar-15 2:57 
QuestionUse EPPlus to Read 1st Column Of Excel Workbook Into Array (.xlsx) Pin
Hellfire123125-Mar-15 4:42
Hellfire123125-Mar-15 4:42 
AnswerRe: Use EPPlus to Read 1st Column Of Excel Workbook Into Array (.xlsx) Pin
OriginalGriff25-Mar-15 5:25
mveOriginalGriff25-Mar-15 5:25 
QuestionEffective way of writing logs in web service in C#.net Pin
manishchourasia200025-Mar-15 0:19
professionalmanishchourasia200025-Mar-15 0:19 

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.