Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users. It's no secret that I believe documentation is a crucial element of ...
If you're documenting your .NET code for other developers, you should follow the standards that Microsoft has developed. Document! X 2011 for Visual Studio will make that job considerably faster and ...
I've been reading through the section "Programming with Components" under "Visual Basic and Visual C#" in the Visual Studio .NET documentation, and still don't have a clear understanding of what a ...