Author Archive

Visual Basic .NET – Code/API documentation


Code documentation is essential for the development of large software projects. Documenting own code is not only important for the developer himself, but for other people like members in a development team, or the public of open source projects. It makes not only reproduction and understanding of a code much easier, it is essential for the ability to use public APIs, like library functions or classes, even more if they are closed sourced. Read more