امروز داشتم مقالات رسمی بلاگ ها تیم فنی مایکروسافت را برای پیشرفت های ++C در VS2010 مطالعه می کردم که به توضیحات زیر در برابر نظرات کاربران برخورد کردم که دقیقا در ادامه تاکیدهای حرف های قبلی مایکروسافت در ادامه مطالب این تاپیک می باشد.
(دقت داشته باشید که بسیاری از امکانات ویرایش جدید استاندارد ++C با نام مستعار C++‎0x و کتابخانه های جدید برای windows 7 در VC++‎2010 ارائه خواهد شد.)

نویسنده مقاله: Soma, Vice President for the Microsoft Developer Division

پاسخ دهنده نظرات: Tarek Madkour - VC++‎ Team

1- چرا مایکروسافت هنوز MFC را توسعه می دهد؟

> MFC, why is that hack still being developed
Because a large number of world-famous applications are using it and updating it means that those millions of dollars of investments in those applications can continue to pay off. Our customers have been loud enough in asking for updates there. We are certainly looking at where we should head long-term in terms of a UI and application framework. The answer may not be MFC in the long-term. But until a clear new framework is identified along with a clear transition path, we will continue to evolve MFC for the foreseeable future.


2- آیا ما در ++C بالاخره عضویت کامل در بخش NET. پیدا می کنیم یا خیر ؟

> Do we get full membership in .NET or not?
No, we don't. We are focusing our C++‎ investments on what the majority of C++‎ developers have been telling us for years: native code. In addition, we invest in native/managed interop through C++‎/CLI to enable developers to expose native C++‎ assets to the managed world and vice versa. We believe that pure .NET development is done best using a .NET focused language such as C#‎ or VB. C++‎ will remain as the best way to write native code and a good way for interop between both worlds.


لینک مقاله