问题描述
有没有办法来反序列化在C#中前pressions,我想用来存储防爆pressions在数据库中,在运行时加载它们。
Is there a way to Deserialize Expressions in C#, I would like to store Expressions in a Database and load them at run time.
推荐答案
我继续,是由<一提到图书馆工作href=\"http://stackoverflow.com/questions/217961/serializing-and-deserializing-ex$p$pssion-trees-in-c/1486253#1486253\">Serializing而在C#反序列化防爆pression树
I continued work on the library that was mentioned by Serializing and Deserializing Expression Trees in C#
它看起来像项目被放弃(2008年),但我做了一些工作,现在它在.NET 4.0和Silverlight的作品。我做了错误修复他们的code,也使其更DAL无关。
It looks like the project was abandoned (2008) but I did some work on it and now it works with .NET 4.0 and Silverlight. I made bug fixes to their code and also made it more DAL-independent.
这篇关于序列化和反序列化前pression树木在C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!