> P.S. Does this mean that VC++ as a language is likely to obsoleted, and
It is true that C# would be used as the default .NET framework programming language but I believe that real programmers will still work on Managed C++.
You cannot expect people to convert all their C++ code to C#. With C++ you can have mixed native and managed code. Which means that you have native dlls as well as managed stuff in your application.
This enables to slowly move to .NET framework. I am not sure about the training courses myself but I suggest you wait for a beta1 for the product and then there should be a lot of discussions and trainings on the same.
Thanks.
Managed C++ is having a major syntax change in vs2005. From this, we
can derive two important facts:
1) after spending a lot of time & money on C++, MS is not going to
abandon it, and,
2) All existing C++ MSCD exams will need to be discontinued and
replaced.
The new exams will almost certainly be out in a few months.

Signature
Truth,
James Curran
Home: www.noveltheory.com Work: www.njtheater.com
Blog: www.honestillusion.com Day Job: www.partsearch.com
(note new day job!)
> I have cruised around
>
[quoted text clipped - 17 lines]
> useful to many people, not just me.
> P.P.S. I still don't believe that MS Office, for instance, will come in non-native fashion. Mainly because then everybody will be able to decompile
it. And i think MS is not a fan of that happening.
> P.P.P.S. Given that roughly 50% or so of MS apps code in the future is still very likely to be native, why discontinue native-code certifications
w/o a replacement? Or there VC++ .Net certification in the pipeline to
replace 6.0? If yes, then when?
> Thanks,
> <rsa/
Ronald Laeremans [MSFT] - 21 Jun 2004 18:04 GMT
Sadly they will not be out that soon. The development cycles for this
material are quite long and we don't have a firm plan in place yet (but are
working towards one). Training and certification being available around the
time 8.0 RTMs is probably more realistic. And no, I can't offer a concrete
date for the latter. ;-)
Ronald
> Managed C++ is having a major syntax change in vs2005. From this, we
> can derive two important facts:
[quoted text clipped - 39 lines]
>> Thanks,
>> <rsa/