Quote:
Originally Posted by coolsti
In the last days I started to look around to see what language/platform would be good for a new project I may be embarking on, which will be a rather sophisticated chemical process simulator. And now I am completely confused after stumbling upon new technologies such as WPF and XAML.
I am confused because I had the impression that C# (used with or without .NET) was the new guy on the block, and now it seems from my reading that there are a lot of other new things out there. So much so, that I don't know what I should spend my time learning.
Could someone explain a bit about this software jungle?
Microsoft store Java from Sun MicroSystems; Java uses a lot of confusing technologies as well (especially those web-boys make a mess out of everything) and Microsoft did a similar thing: making a mess out of things and WPF/XAML is part of that mess. It's a bunch of XML, read by some C# and then everything starts diddling with browsers, http and what have you.
It is save to ignore it all and concentrate on just the C# language; when you need part of that mess you know where to find it. C# (just as Java) is fast enough for most applications (except for the most demanding environments).
kind regards,
Jos