Create your own personal knowledgebase

  • Thread starter Thread starter ahaupt
  • Start date Start date
A

ahaupt

Hi all,

How do you guys keep track of all the issues and tricks you guys come
across? And share that amongst developers in your team?

I come across useful information everyday and it gets too much to store
in the greymatter, and it is tedious and clumsy to share that with
other developers within my team via email.

Best,
Andre
 
Andre,

In the VS2005 version is a snippet database. You can directly from your code
use that in your code.

I have my own database. With all databases the problem is not the
information in it, however the reference to it. If it becomes hug it becomes
in the same time unusable.

See for that MSDN one of the hugest most complete and good database about
developing I ever saw. The entrance to it is really sh*t if you don't know
what keywords to overcome that.

By instance to get the Microsoft.VisualBasic namespace I use the searchword
"Left" and than the reference beneath on that page to get it. Otherwise I
get endless pages of the compiler part of that namespace what does not inert
me at all.

I hope that this gives an idea.

Cor
 
Hi Cor,

Thank you for your reply.

Yes, I am well aware of msdn. But as you said, even with such a
powerful system, its hard to keep track of all the articles.

So I suppose I'm after an msdn type system, which is geared towards
small development teams.

Haha, can't believe I just asked that. So if anyone has the msdn source
code and data structure, send it over! Hehe.

I don't suppose you know of any development tool that could do this.
Would one be able to customize sharepoint enough to achieve this? (I've
never really used it before).

Best,
Andre
 
Back
Top