Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
QuestionWorksheetFunction class failed. Pin
GnanaprakashJebaraj27-Nov-06 22:24
GnanaprakashJebaraj27-Nov-06 22:24 
AnswerRe: WorksheetFunction class failed. Pin
ednrgc28-Nov-06 3:10
ednrgc28-Nov-06 3:10 
QuestionUsing PictureBox on form - InvalidProgramException Pin
Dewald27-Nov-06 22:16
Dewald27-Nov-06 22:16 
QuestionMerging PrintDocument Objects Pin
kumar.bs27-Nov-06 21:02
kumar.bs27-Nov-06 21:02 
Questiontypes Pin
Vijay Joshi27-Nov-06 21:01
Vijay Joshi27-Nov-06 21:01 
AnswerRe: types Pin
Guffa27-Nov-06 21:39
Guffa27-Nov-06 21:39 
AnswerRe: types Pin
Eduard Keilholz27-Nov-06 21:41
Eduard Keilholz27-Nov-06 21:41 
AnswerRe: types Pin
jdkulkarni27-Nov-06 21:50
jdkulkarni27-Nov-06 21:50 
Hi Vijay,
I am also having some exp. in PHP and in .NET more than 3.5 Yrs. So comparing both I can say that defining data types makes remarkable difference in performance. If you do not have datatypes, then every variable will occupy the same memory space in spite of its actual size. For example, if you have boolean variable as result which will be either true or false, storing it as object or var (in terms of VB) wil occupy the same space that will be occupied by a double or string. So you will always appreciate to use 1 byte instead of using 16 bytes.
The most important function of CLR is to manage memory in the most optimized way. That's the way .NET optimizes applications and provides memory level security by introducing AppDomain concept.
Also type casting is another overhead when you try to compare of assign variables in non typed langugaes.
Let me know if you would like to know further more.



Jayant D. Kulkarni
Brainbench Certified Software Engineer in C#, ASP.NET, .NET Framework and ADO.NET

AnswerRe: types Pin
Christian Graus27-Nov-06 23:50
protectorChristian Graus27-Nov-06 23:50 
AnswerRe: types Pin
CPallini28-Nov-06 0:03
mveCPallini28-Nov-06 0:03 
Questionhow to send escape sequence to printer Pin
metinergoktas27-Nov-06 20:43
metinergoktas27-Nov-06 20:43 
AnswerRe: how to send escape sequence to printer Pin
darkelv27-Nov-06 23:08
darkelv27-Nov-06 23:08 
GeneralRe: how to send escape sequence to printer Pin
metinergoktas28-Nov-06 0:01
metinergoktas28-Nov-06 0:01 
Questionfunction problem Pin
biaali27-Nov-06 20:27
biaali27-Nov-06 20:27 
QuestionHow to apply theme to a c# windows form???? Pin
Niiiissssshhhhhuuuuu27-Nov-06 20:08
Niiiissssshhhhhuuuuu27-Nov-06 20:08 
QuestionHow to apply theme to a c# window form ?? Pin
Niiiissssshhhhhuuuuu27-Nov-06 20:05
Niiiissssshhhhhuuuuu27-Nov-06 20:05 
AnswerRe: How to apply theme to a c# window form ?? Pin
AB777127-Nov-06 21:30
AB777127-Nov-06 21:30 
GeneralRe: How to apply theme to a c# window form ?? Pin
Niiiissssshhhhhuuuuu27-Nov-06 23:19
Niiiissssshhhhhuuuuu27-Nov-06 23:19 
GeneralRe: How to apply theme to a c# window form ?? Pin
AB777127-Nov-06 23:26
AB777127-Nov-06 23:26 
GeneralRe: How to apply theme to a c# window form ?? Pin
Niiiissssshhhhhuuuuu27-Nov-06 23:38
Niiiissssshhhhhuuuuu27-Nov-06 23:38 
AnswerRe: How to apply theme to a c# window form ?? Pin
Christian Graus27-Nov-06 23:51
protectorChristian Graus27-Nov-06 23:51 
GeneralRe: How to apply theme to a c# window form ?? Pin
Niiiissssshhhhhuuuuu28-Nov-06 2:05
Niiiissssshhhhhuuuuu28-Nov-06 2:05 
GeneralRe: How to apply theme to a c# window form ?? Pin
Christian Graus28-Nov-06 8:12
protectorChristian Graus28-Nov-06 8:12 
GeneralRe: How to apply theme to a c# window form ?? Pin
Paul Conrad28-Nov-06 12:04
professionalPaul Conrad28-Nov-06 12:04 
QuestionLDAPDisplayName [modified] Pin
quiteSmart27-Nov-06 19:58
quiteSmart27-Nov-06 19:58 

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.