سلام دوستان
من چند جا خوندم که تو ویندوز 8 جدید فریم ورک دات نت کاملا حذف میشه و WinRT جایگزین اون میشه و تکنولوژی های جدید مایکروسافت مثل سیلور لایت و XNA و همچنین WPF حذف میشن و ابزار بازیسازی هم فقطC++/DirectX خواهد بود ایا این درسته یا من اشتباه میکنم اگه میشه یه توضیحی بدین ممنون میشم.
Windows 8 introduces a new core API called WinRT. This is used to develop Metro style applications using C/C++, .NET, or JavaScript. These applications automatically gain features such as hardware acceleration and advanced power management out of the box. Existing Silverlight and WPF applications can be ported to the new “Native XAML” libraries with minimal effort.
You can access WInRT from C/C++, C#/VB, or JavaScript. XAML is the UI layer for C, C++, C#, and Visual Basic. HTML/CSS will continue to be used as the UI layer for JavaScript.