Currently going to school for programming. school only teaches you the fundamentals. I want to learn Windows programming. I'm pretty good at c# C++ and Java and I'm still learning SQL. I started looking into the . net Framework but, I don't know where to start. Looks a little Overwhelming. How much of.net do people actually Learn before they become good at using it? what do you guys recomend for a starting point?
It appears that WinRT has inheritied the ability to work with CLI code from .NET. When you compile C# (C++/CLI, etc) code for Windows 8 Metro mode, it still compiles to MSIL. But now it has to be restricted to work with what WinRT supports (e.g. only asynchronous filesystem access.)
And going by the Microsoft samples, etc. writing C# + XAML code for Metro is not a million miles away from WPF/Silverlight. So WPF might be worth looking at for that reason.