Click here to Skip to main content
15,887,875 members
Home / Discussions / C#
   

C#

 
AnswerRe: Is it better to use args to return values or function type? Pin
DavidNohejl5-Mar-07 12:59
DavidNohejl5-Mar-07 12:59 
AnswerRe: Is it better to use args to return values or function type? Pin
Mundo Cani5-Mar-07 16:42
Mundo Cani5-Mar-07 16:42 
QuestionFile deleting Pin
SpeedBee5-Mar-07 11:09
SpeedBee5-Mar-07 11:09 
AnswerRe: File deleting Pin
Ed.Poore5-Mar-07 11:37
Ed.Poore5-Mar-07 11:37 
AnswerRe: File deleting Pin
Luc Pattyn5-Mar-07 13:28
sitebuilderLuc Pattyn5-Mar-07 13:28 
AnswerRe: How to convert object type into 'int' type? Pin
Are Jay5-Mar-07 9:41
Are Jay5-Mar-07 9:41 
GeneralRe: How to convert object type into 'int' type? Pin
Khoramdin5-Mar-07 9:51
Khoramdin5-Mar-07 9:51 
GeneralRe: How to convert object type into 'int' type? Pin
Colin Angus Mackay5-Mar-07 13:51
Colin Angus Mackay5-Mar-07 13:51 
Khoramdin wrote:
Int16, Int32, and Int64. Could you be kind enough to tell me what is the diffences in these and does it make any difference which one I chose.


Different sizes of integer. Int16 uses 16 bits to represent a number. Therefore you can store a number between -32768 and +32767. Int32 (synonymous with int) uses 32 bits for a range of -2billion to +2billion (approx). Int64 uses 64 bits.


Upcoming events:
* Edinburgh: Web Security Conference Day for Windows Developers (12th April)
* Glasgow: AJAX, SQL Server, Mock Objects


My: Website | Blog | Photos

QuestionDateTimepicker commercial replacement ? Pin
CAE5-Mar-07 8:45
CAE5-Mar-07 8:45 
Questionsend a wav file through a socket in C# Pin
trab0075-Mar-07 7:33
trab0075-Mar-07 7:33 
AnswerRe: send a wav file through a socket in C# Pin
Ennis Ray Lynch, Jr.5-Mar-07 10:18
Ennis Ray Lynch, Jr.5-Mar-07 10:18 
GeneralRe: send a wav file through a socket in C# Pin
trab0075-Mar-07 20:56
trab0075-Mar-07 20:56 
QuestionTrouble updating Access DB in C# [modified] Pin
bward845-Mar-07 6:50
bward845-Mar-07 6:50 
AnswerRe: Trouble updating Access DB in C# Pin
Guffa5-Mar-07 9:03
Guffa5-Mar-07 9:03 
GeneralRe: Trouble updating Access DB in C# Pin
bward845-Mar-07 9:05
bward845-Mar-07 9:05 
Question.Net Framework version Problem Pin
Abu Syed Khan5-Mar-07 6:41
Abu Syed Khan5-Mar-07 6:41 
AnswerRe: .Net Framework version Problem Pin
Ed.Poore5-Mar-07 11:35
Ed.Poore5-Mar-07 11:35 
GeneralRe: .Net Framework version Problem Pin
Abu Syed Khan6-Mar-07 3:41
Abu Syed Khan6-Mar-07 3:41 
GeneralRe: .Net Framework version Problem Pin
Ed.Poore6-Mar-07 4:39
Ed.Poore6-Mar-07 4:39 
Questiongeneric collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 6:12
arkiboys5-Mar-07 6:12 
AnswerRe: generic collections of generic collections - .net 2.0 Pin
led mike5-Mar-07 6:21
led mike5-Mar-07 6:21 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 6:27
arkiboys5-Mar-07 6:27 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
Judah Gabriel Himango5-Mar-07 7:01
sponsorJudah Gabriel Himango5-Mar-07 7:01 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
arkiboys5-Mar-07 21:32
arkiboys5-Mar-07 21:32 
GeneralRe: generic collections of generic collections - .net 2.0 Pin
led mike5-Mar-07 8:13
led mike5-Mar-07 8:13 

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.