Is it worth studying COM MFC ATL WTL now?
|
|
COM is totally worth it. The rest, not so much. |
|||
|
|
|
|
The concepts of COM are really worth understanding. Especially the concept of interfaces, object creation strategies, proxies and Apartments. |
|||
|
|
|
|
Potentially yes for COM and ATL, if you're planning to program for Windows 7. All the new platform APIs coming out are COM-based: Direct 2d, Ribbon, Animation, Location & Sensors, Libraries, etc... There will likely be .NET wrappers for some of these, but managed code is no longer the focus for the Windows team, at least for now and the near future. |
|||
|
|
|
|
Yes, you might get a job at Microsoft in their second most profitable business, Office, which is still based on COM. There are worse fates than that. |
|||
|
|
|
|
Everything is worth studying: Those who forget history are doomed to repeat it You must understand the past to understand the present Should you spend a majority of your time on it? Only if you expect that you will have to work with it. Otherwise, focus on the future. |
|||
|
|
|
|
Only if you have to interface with some COM objects OR if you have to maintain some old COM/ATL code. Same goes for MFC/WTL. Better and quicker UIs can be developed with latest .NET tools such as WPF and Winforms. |
||||
|
|
|
Not really. If you want to make a COM object now, you could just use C++/.NET instead. If you want a UI, WinForms or WPF work fine. |
|||
|
|
