Search Results

2
votes

Is .NET a write once, run anywhere (WORA) platform like Java claims to be?

I don't think the official "intention" of .NET was WORA. I think that you could safely say that .NET was designed so that it would always run on future MS OS's. But there is nothing that precludes …
0
votes

Advice on handling large data volumes.

You really haven't given us enough info to help you. Do you need to load each file in its entiretly in order to process it? Or can you process it line by line? Loading an entire file at a t …