Browse by Tags
All Tags »
O/R Mapping (
RSS)
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 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....
[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...
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...
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...
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...