Search Results

-1
votes

Is .net really a good choice for mission critical code?

Very responsive - .NET runs on a VM, which means that there will be an extra layer that you'll have to worry about. Consider that the London Stock Exchange runs on .NET (the recent crash they had w …
1
vote

static method or instance constructor

I personally prefer to see a normal constructor, since contructors should be used to construct. However, if there is a good reason to not use one, ie if FromCharacters explicitly stated th …