随笔分类 -  NHibernate

JQGrid+Nhibernate+Webservice+Linq
摘要:先上效果图: 前台代码(jqgridtest.aspx): web服务代码(JQGridService.asmx):using System;using System.Collections.Generic;using System.Linq;using System.Web;usi... 阅读全文
posted @ 2013-07-10 11:06 vedusoft 阅读(339) 评论(0) 推荐(0)
NHibernate各种查询
摘要:NHibernate各种查询 NHibernate's methods of querying are powerful, but there's a learning curve. Longer term, Linq is the way to go, although it may not be as capable as Linq2Sql or Entity Framework (Hql ... 阅读全文
posted @ 2013-07-03 14:09 vedusoft 阅读(352) 评论(0) 推荐(0)