Skip to content
drOpen edited this page Jun 8, 2017 · 3 revisions

Home

  1. What is DrCommon?
  2. What components are represented in the DrCommon?
  3. What problems does DrCommon solve?

What is DrCommon?

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.

What components are represented in the DrCommon?

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.

What problems does DrCommon solve?

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.