Is possible to use the Signum Framework with previous versions of .NET, 2.0 specifically?
I'm not familiar with nor associated with signum, but as a LINQ provider, it is extremely likely that this uses the Expression
API for the LINQ side of things (i.e. not just delegates). As such, I doubt very much that it will work with anything before .NET 3.5.
update: there is also now a signum support channel here.
I'm one of the members of the signum team, and the reason why we've thought of SO as the place to get all the questions about our free ORM is that we think it adjusts nicely to the principle of answering technical questions by programmers, for programmers.
We accept (and undertsand) no publicity can be posted here, and won't do it, that's why we removed our welcome post. However, we don't see the reason why the questions can't be posted here, as this is a place meant for that (as well as we published the code in codeplex, a place designed to publish open source code). Anyway internal discussions or bugs won't go here, those will stay in Codeplex, this will be just a place to ask the technical questions.
The reasons why we think SO is the best forum alternative around are:
- The community and the rules that govern SO make it the most effective place to ask technical Q&A (in spite of it gave us some headache today).
- A lot of the questions related to Signum Framework are closely related to other areas, such as LINQ, WPF, WCF... So it looks more natural a generic forum like this.(i.e. How to create a dynamic IQueryable)
- It's the most technically advanced forum available.
If this doesn't really acomplish the SO primciples, we'll stop referring SO as the place to ask us questions.
About the puppet thing, cad is an old friend of us. He had this question and he used the normal way to ask it. I'm sad he got 2 reputation points less now.
Back to the question:
Marc is right, it works with .Net 3.5 only. Signum.Utilities, the basic assembly, uses Linq features intensively.