Link to home
Start Free TrialLog in
Avatar of afrpa
afrpaFlag for United States of America

asked on

Any Recommendations on Core

I am starting a core VB.net .DLL class that I will be using as a pre-req to my programs.  I just started it, and wanted to get some recommendations/ideas on what everyone else is including in their files.  
What functions/subs does everyone else like to include in their's, and what do you find helpful to include.  

I want to get some feed back so that I can start building a DLL of the most usesful stuff that I will probally use, but wanted to see what others have found useful before I started.
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Pretty hard to include the telerik packages in to your own dll
I would suggest you only put generic stuff in there which is unlikely to change often. Do not put any project specific stuff if you plan to use it across projects.
Avatar of afrpa

ASKER

Right, that's exactly what I am looking for.  I just want to collect insight on what everyone else finds useful in their Core Library Collections. This way I can get a collaborative list of ideas to include for code in the library.  

What type of code inventories have you found useful in the process of putting togetether so you can use it for cross-program access.

Things such as.

Reading/Writing File functions
WMIC Access Functions
etc.  Just looking to get a collective insight on what I will need to remember to include.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial