1
I Use This!
Inactive

News

Analyzed about 1 hour ago. based on code collected about 2 hours ago.
Posted almost 12 years ago by JaCraig
A while ago the reflection based extension methods were moved into the DataTypes namespace and made into extension methods. So now you would do: Expression> Result=PropertyInfoObject.PropertyGetter(); It should be in the ... [More] Utilities.DataTypes.ExtensionMethods namespace. Note that if you're using the 4.0 beta that's out on NuGet as a prerelease, it's actually in the Utilities.DataTypes namespace (a lot of items were redone in 4.0 to allow third party libraries to be plugged in and to simplify things but the reflection extensions stayed mostly the same). [Less]
Posted almost 12 years ago by JaCraig
A while ago the reflection based extension methods were moved into the DataTypes namespace and made into extension methods. So now you would do: Expression<Func<MyClass,int>> Result=PropertyInfoObject.PropertyGetter(); It should be in ... [More] the Utilities.DataTypes.ExtensionMethods namespace. Note that if you're using the 4.0 beta that's out on NuGet as a prerelease, it's actually in the Utilities.DataTypes namespace (a lot of items were redone in 4.0 to allow third party libraries to be plugged in and to simplify things but the reflection extensions stayed mostly the same). [Less]
Posted almost 12 years ago by wushuai1346
Hello, I couldn't find the static class : Reflection, it only have AOP and Emit namespace there. e.g. : I can not use the method: public static Expression> GetPropertyGetter(PropertyInfo Property); Am I missed something? Or this is a BUG?
Posted almost 12 years ago by wushuai1346
Hello, I couldn't find the static class : Reflection, it only have AOP and Emit namespace there. e.g. : I can not use the method: public static Expression<Func<ClassType, DataType>> GetPropertyGetter<ClassType, DataType>(PropertyInfo Property); Am I missed something? Or this is a BUG?
Posted almost 12 years ago by James Craig
Went back to old ORM aspect while I try to fix it going forward.
Posted almost 12 years ago by James Craig
Forgot to merge.
Posted almost 12 years ago by James Craig
Merge
Posted almost 12 years ago by James Craig
Fixed issue with clearing many to many lists in ORM.
Posted almost 12 years ago by James Craig
Added various namespace DLLs.
Posted almost 12 years ago by James Craig
Lots of work on ORM code.