Hi @cesarsouza. I've been working with the 1.3.4 version for .NET 3.1 and everything is going well. One question (which is not so much of an issue but an inquiry, not sure where to ask if not here!), is there an easy way to cast a DynamicList <DynamicListItem> to a ICollection, or do I have to loop over it every time? As far as I can tell there is not a function in place; but please correct me if I am wrong. The functions such as AsIEnumerable, AsQueryable don't do that exactly I think.
Hi @cesarsouza. I've been working with the 1.3.4 version for .NET 3.1 and everything is going well. One question (which is not so much of an issue but an inquiry, not sure where to ask if not here!), is there an easy way to cast a DynamicList <DynamicListItem> to a ICollection, or do I have to loop over it every time? As far as I can tell there is not a function in place; but please correct me if I am wrong. The functions such as AsIEnumerable, AsQueryable don't do that exactly I think.