Rexiology::Work

Microsoft, Information Technologies...

News

From Taiwan, living and working at Tokyo, Japan.


follow rextang at http://twitter.com



Rex's Certifications
Rex's Certifications

Site Info



Locations of visitors to this page



Logos & Chicklets


GeoURL


Creative Commons License
This blog is licensed under a Creative Commons License.


Microsoft Sites

Other Sites

Blog pools

Bloggers

My other places

メロメロパーク





Browse by Tags

All Tags » O/R Mapping (RSS)
LINQ / DLINQ resource...
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...
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] - Custom persister cannot be instanciated....
.netTiers templates for CodeSmith...
[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 Microsoft Patterns & Practices data...
Escape single quotation mark in sql query...
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 CONCAT() ) . so if one is designing...
NHibernate Tips - composite-id behaviors different after 1.0
Just encountered this problem. in previous projects when using a composite-id tag to map a table with composite keys, it's just as simple as to write the mapping with key-property tag for the keys in table. after starting using 1.0 release, it's now different...
Article: Introducing Custom Entity Classes...
This is sort of old article published March this year at ASP.NET developer center , but it is worth a read if you are interesting in domain object design and the mapping to rational data object. Karl Seguin started from the very begining that talks about...