Results 1 to 9 of 9

Thread: VB.NET Image smaller than C#..Why?

  1. #1

    Thread Starter
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496

    VB.NET Image smaller than C#..Why?

    My client is trying to decided on whether or not to push his developers to C# or VB.NET. One good point that he brought up was that he developed two identical small apps, one in C# and the other in VB.NET. Surprisingly (at least 2 me..), the VB.NET image was reasonably smaller. Anyone has any ideas why?

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    was it using both the framework functions or one thourgh a visualbasic function?
    \m/\m/

  3. #3

    Thread Starter
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    Exact same code...

  4. #4
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    both on the same computer? maybe if in different computers the framework will call api's with different names that will perform different actions!
    \m/\m/

  5. #5
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    I wouldnt base a decision on the size of the final compiled exe or dll file, that would be a very silly decision. Which on is faster? That would be a good comparison, or which one is easier for the current developers.
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  6. #6

    Thread Starter
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    I agree. This isn't going to make or break his decision. It was just a question that came up in conversation..

  7. #7
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    sorry maybe i didnt get the point.

    u said that u have 2programs that will make images..and the imags made by C# are bigger than vb.net's images?

    or by image u mean the exe itself?
    \m/\m/

  8. #8
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    I will have to check it out, and see if i can find out why, thats an interesting question....
    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


  9. #9
    Hyperactive Member kleptos's Avatar
    Join Date
    Aug 2001
    Location
    The Dark Carnival
    Posts
    346
    I did a small comparison of identical programs, one in VB and one in C# and they both came out the same size.

    ..::[kleptos]::..
    • Database Administrator (MSSQL 2000)
    • Application Developer (C#)
    • Web Developer (ASP.NET)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width