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/ . Thanks for reading... Rex
Posted to
Rexiology...
(Weblog)
by
Rex Tang
on
03-19-2007
Filed under: ASP.NET, Programming, Useful Tools, Architecture, Blog Framework / Tools, Business, Going Mobile, I.T. News, Information Technology, O/R Mapping, Readings, Java, Linux
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 Microsoft Patterns & Practices data access techniques...
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 CONCAT() ) . so if one is designing a Data...