-
Notifications
You must be signed in to change notification settings - Fork 3
Home
drOpen edited this page Jun 8, 2017
·
3 revisions
- What is DrCommon?
- What components are represented in the DrCommon?
- What problems does DrCommon solve?
This is a set of different libraries for daily .Net development. They have a single reference to a single library that allows to storage an any set of data.
Here are the following components:
- DrData - data abstraction layer
- DrCmd - command line parser
- DrLinkedDictonary - dictonary of key value pair which garant sequence of elements. You can append and insert elements
- DrLog - log of messages
- DrMsgQueue - queue of messages based on the data abstraction layer with conditions.
Here aren't сhaos of dependencies. You can add a reference to any various components that support interaction across the data abstraction layer without additional dependencies.