Browse by Tags
All Tags »
O/R Mapping (
RSS)
This post announces the depreciation of Rexiology MSMVP blog (this site). for new post updates please update your RSS reader to http://blogs.msdn.com/rextang , or you can also point to my main personal work blog site at http://rextang.net/blogs/work/...
crosspost from http://rextang.net/blogs/work/ Just read from ScottGu's blog post that included useful links to LINQ / DLINQ . just leave a record here and will post more after I read them. Technorati Tags: linq , dlinq , orm , programming
crosspost from http://rex.la/blogs/work/ NHibernate got its 1.0.2 release. Release Note as follows: Build 1.0.2.0 ======================== Bugs Fixed: * [NH-409] - Sybase - Polymorphics Queries - wrong SQL generation about aliases/quotes * [NH-418] -...
crosspost from http://rex.la/blogs/work/ [via Rob Howard ] Nice post from Rob Howard on introduction of .netTiers templates for CodeSmith . .netTiers templates are the templates for generation of Data Access Layer (DAL) that follows recommandations of...
crosspost from http://rex.la/blogs/work/ just a reminder of forming a sql query. for concating strings in different databases, refer to my post here . for concatenation, MS SQL uses " + " operator , Oracle uses " || " operator (as well as MySql uses function...