Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
GeneralC# Is it possible to create ms.excel file in VS.Net (C#) Pin
adnanh7512-Sep-04 23:53
adnanh7512-Sep-04 23:53 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
sreejith ss nair13-Sep-04 0:16
sreejith ss nair13-Sep-04 0:16 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
adnanh7513-Sep-04 0:20
adnanh7513-Sep-04 0:20 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
sreejith ss nair13-Sep-04 0:43
sreejith ss nair13-Sep-04 0:43 
GeneralRe: C# Is it possible to create ms.excel file in VS.Net (C#) Pin
David Salter13-Sep-04 0:19
David Salter13-Sep-04 0:19 
GeneralTHANKS :) Pin
adnanh7513-Sep-04 0:46
adnanh7513-Sep-04 0:46 
GeneralValue Type vs. Ref Type Pin
hatim_ali12-Sep-04 23:41
hatim_ali12-Sep-04 23:41 
GeneralRe: Value Type vs. Ref Type Pin
sreejith ss nair12-Sep-04 23:56
sreejith ss nair12-Sep-04 23:56 
hi,
I don't know in which sence that you are asking 'Value Type or Reference Types are fast'. I recommand you to read some C# syntax and C# basics.
Value type and reference types are two type of Common Type System. We can say all numeric types are value type and which are stored in stack memory. Variables of reference types, referred to as objects, store references to the actual data. Reference type store data in Managed Heap memory.

And the visibility of both types are entirly different.

In some cases we need to convert value type to reference type or reverse. So this is also possible.

Converting value type data into reference type data is called BOXING.

Converting Reference type data into value type data is called UNBOXING.

I recommand you to read MSDN or some book which explain the C# language.

**************************
S r e e j i t h N a i r
**************************;)
GeneralRe: Value Type vs. Ref Type Pin
Salil Khedkar13-Sep-04 1:33
Salil Khedkar13-Sep-04 1:33 
GeneralMy application is eating CPU Pin
Stefan Bckman12-Sep-04 23:14
Stefan Bckman12-Sep-04 23:14 
GeneralRe: My application is eating CPU Pin
Steve Maier13-Sep-04 4:41
professionalSteve Maier13-Sep-04 4:41 
GeneralRe: My application is eating CPU Pin
Stefan Bckman13-Sep-04 4:48
Stefan Bckman13-Sep-04 4:48 
GeneralBitmap object question... Pin
theJazzyBrain12-Sep-04 22:54
theJazzyBrain12-Sep-04 22:54 
GeneralRe: Bitmap object question... Pin
David Salter13-Sep-04 0:23
David Salter13-Sep-04 0:23 
Generalsystem information Pin
ozgul12-Sep-04 21:29
ozgul12-Sep-04 21:29 
GeneralRe: system information Pin
pbpb12-Sep-04 22:12
pbpb12-Sep-04 22:12 
GeneralRe: system information Pin
Dave Kreskowiak13-Sep-04 6:04
mveDave Kreskowiak13-Sep-04 6:04 
GeneralInstall of an add-in Pin
Anonymous12-Sep-04 20:22
Anonymous12-Sep-04 20:22 
Generalproblem with gacutil Pin
amalatsliit12-Sep-04 20:20
amalatsliit12-Sep-04 20:20 
GeneralRe: problem with gacutil Pin
sreejith ss nair12-Sep-04 20:31
sreejith ss nair12-Sep-04 20:31 
GeneralRe: problem with gacutil Pin
amalatsliit12-Sep-04 20:38
amalatsliit12-Sep-04 20:38 
GeneralRe: problem with gacutil Pin
sreejith ss nair12-Sep-04 20:56
sreejith ss nair12-Sep-04 20:56 
GeneralRe: problem with gacutil Pin
amalatsliit13-Sep-04 0:09
amalatsliit13-Sep-04 0:09 
GeneralRe: problem with gacutil Pin
sreejith ss nair13-Sep-04 0:13
sreejith ss nair13-Sep-04 0:13 
GeneralRe: problem with gacutil Pin
amalatsliit13-Sep-04 0:22
amalatsliit13-Sep-04 0:22 

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.