Search:

Type: Posts; User: Prelude

Search: Search took 0.11 seconds.

  1. Thread: .NET vs Java

    by Prelude
    Replies
    7
    Views
    6,994

    >in XAML Despite the presence of a C# forum, we...

    >in XAML
    Despite the presence of a C# forum, we generally frown on .NET questions here.

    >when i hide controls is there a way to release their memory
    Hide and dispose are two completely different...
  2. Thread: .NET vs Java

    by Prelude
    Replies
    7
    Views
    6,994

    >Is seting variables to null eficient? Well,...

    >Is seting variables to null eficient?
    Well, it's not inefficient, but it doesn't have zero overhead, especially in the presence of a garbage collector. :p

    >And should i release COM objects after...
  3. Thread: .NET vs Java

    by Prelude
    Replies
    7
    Views
    6,994

    >do you have any tutorial saying how to write...

    >do you have any tutorial saying how to write good code that doesn´t consume much memory and is fast with .NET?
    That's strictly an experience thing. As you practice more, you learn what works and...
  4. Thread: .NET vs Java

    by Prelude
    Replies
    7
    Views
    6,994

    >my program is using like 45.000K of memory, i...

    >my program is using like 45.000K of memory, i really think that it is abusive
    It depends on what your program does.

    >Is Java just like that
    It depends on how you write it. In fact, it depends...
Results 1 to 4 of 4