Whidbey C# help documentation
Fredrik in an earlier blog post mentions that he got feedback on our blog that our documentation is poor. I'm currently in the process of looking over our C# documentation on the language, the cool new features in the IDE and the debugger. Do YOU feel the same? Let me know! I'd love to hear from you - especially specifics. I would love to have us churn out a set of docs in Whidbey that you, our customers love.
I'd love feedback specifically on C# language, IDe and debugger docs, but its ok to let me know other areas too (I will forward to other teams).
Comments
- Anonymous
September 04, 2004
A general issue I have with the .NET documentation (VS 2003): When I follow a link from a page and then go back, the Help viewer ALWAYS returns to the top of the page. Platform SDK and C++ documentation doesn't have this problem, so I think there's something wrong with the way the HTML is compiled. As a workaround, I open the linked pages in new windows. There has to be a fix. - Anonymous
September 14, 2004
How do I distinguish this ?
#if VS_2003
#elsif VS_205
#endif
What is the predined define ?
Thanks
Ricky