Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Kang Su Gatlin - What's the advantage to writing managed code in Visual C++?
Jul 15, 2004 at 6:26 PMI think the point I was trying to make is that I would like to use common library type functions suchas strings, containers and iterators from the .NET framework, and these classes should be optimised for performance. To be honest, in the future, I don't really want to see multiple libraries from Microsoft with overlapping functionality. But thats just my 10 cents.
In the past the STL implementation and in fact the template implementation in Microsoft C++ was quite poor. Just resolving compile errors was a pain,intellisense was useless and debugging a nightmare. So you might understand why I am scheptical about use of templates.
Thanks for the links and insight.
Kang Su Gatlin - What's the advantage to writing managed code in Visual C++?
Jul 14, 2004 at 1:04 PMI can't imagine writing any new managed code using STL or templates unless I had a good reason.
Anders Hejlsberg - Programming data in C# 3.0
Jun 18, 2004 at 6:22 PMI like the idea of seperating object persistence from object programming. Have you considered using attributes to define the object / database mapping in a similar way to XML serialization?