09 2011 档案
摘要:概述:当运行session.Save(tnp);时,出现这个"Unknown entity class: TestCleanSnow.TestNhibernatePerson"这个异常. 映射文件 TestNhibernatePerson.hbm.xml如下: <?xmlversion="1.0"encoding="utf-8"?><hibernate-mappingxmlns="urn:nhibernate-mapping-2.2"assembly="TestCleanSnow&quo
阅读全文
摘要:1. introducing the Func<…> delegate types Here are the signaturesof all the Func delegate types:public delegate TResult Func<TResult>()public delegate TResult Func<T,TResult>(T arg)public delegate TResult Func<T1,T2,TResult>(T1 arg1, T2 arg2)public delegate TResult Func<T1
阅读全文