Recent Posts

Tags

News

  • Now relocated, living and working at Tokyo, Japan.

    Rex Tang, MVP ASP.NET 2006

    This blog is depreciated and not update anymore. Please refer to Rexiology@MSDN Blogs for continuous updates.

    This is a mirror of his technology blog Rexiology::Work

Community

Email Notifications

Microsoft Sites

Other Sites

Blog pools

Bloggers

My other places

Archives

Rexiology...

asp.net, .net framework, etc...

Browse by Tags

All Tags » O/R Mapping (RSS)
Blog moved to MSDN Blogs site...
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/...
LINQ / DLINQ resource...
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
NHibernate 1.0.2 released...
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] -...
.netTiers templates for CodeSmith...
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...
Escape single quotation mark in sql query...
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...