Personal Code Libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I am just starting to learn .net and more specifically vb.net and I am just wondering how many of you out there have setup classes to do common tasks in .net. Do you have reusable dll's that you add to every project? Or do you just copy the code into your newest project? I am just learning so i understand the value of having to sit and think about the what I want to do and type up the code to get it done, but eventually I would like to create some classes that have some properties and methods of things that i commonly do. Why reinvent the wheel everytime you want to do something? I found the following thread that attempted to impliment this on a grand scale but I was wondering how many of you out there have done it for your own personal use and it is worth it.
http://forums.autodesk.com/t5/NET/Discussion-Group-ClassLibrary-please-read/m-p/3150324#M25088