I need to transfer some data from our CRM system into Microsoft Dynamics C5 accountance system.
Does anyone know if this is possible? Writing directly in a SQL DB and such hacks will be fine for me as well.
Anyone ever tried doing this?
...
I am trying to send a TreeDictionary from the C5 collection library over WCF. It gets to the recipient ok (I had to add a lot of KnownType attributes for what seems to be internal data structures) however now I am stuck at a point where it fails because it cannot create a default comparer for C5.KeyValuePair'2[typea,typeb]
Is this beca...
I am looking for a data structure to add,remove,get,find on categories.
for example:
books
drama
science fiction
other
Sports
Cycling
Golf
Team Sports
soccer
football
etc.
I think about using tree from C5 for example, but it looks like it has only red-black trees.
Any suggestions?
...
I am looking for a tree implementation...
you can see the me previous question here.
but I won't like to implement it myself,
example functionalities needed:
I need FindElement(node)
I need GetParent(node) - will do the find again
GetSubTreeFrom(node) - will find the element and return a subtree..
I know C5 - but all the trees there...
I'm struggling with the concept of when to use binary search trees and when to use dictionaries.
In my application I did a little experiment which used the C5 library TreeDictionary (which I believe is a red-black binary search tree), and the C# dictionary. The dictionary was always faster at add/find operations and also always used les...
I'm using the Generics Collection library C5 (server down :-( ) and I have an IntervalHeap(T) and I need to Delete or Replace a T that is not the Max or Min. How do I get an IPriorityQueueHandle from my T? The C5 library source code shows that IPriorityQueueHandle(T) has no methods or properties to implement and the compiler thinks my im...
When I login to my sites cms(concrete5), the jQuery-events won't fire anymore:
I've built a site where certain parts should be editable. There is just one html and through jQuery I display/hide parts on that site. It is all working, except when I login, the navigation does not work anymore. The funny thing: If I rightclick a navigation-...