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 » Architecture (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/...
Software Architecture: Past, Present and Future...
crosspost from http://rextang.net/blogs/work/ [via DiegumZone ] Emerging Architect Roles The considerations of economical changes like globalization and technological achievements like the Internet’s impact 0n the digital economy, pressed for formalizing...
Patterns and Practices Guidance Explorer...
crosspost from http://rextang.net/blogs/work/ [via ScottGu ] Saw from Scott's blog about Patterns and Practices Guidance Explorer project , which lets you browse guidances from MS PAG , organize your own pattern groups, or even writing your own guidance...
Source Code for the Built-in ASP.NET 2.0 Providers Now Available for Download...
crosspost from http://rextang.net/blogs/work/ [via Scott Watermasysk ] [via ScottGu ] Providers Source Code Download . Jeff Prosise's whitepapers about those provider source code. Learn about ASP.NET 2.0 Provider model According to ScottGu, "The source...
Test Driven Development (TDD) in Team System...
crosspost from http://rextang.net/blogs/work/ [via Rob Caron ] Doug Seven got a simple and easy to understand article for developers to understand the concepts of Test Driven Development using Visual Studio 2005 Team System. Test Driven Development (TDD...
Something new about MSF - Microsoft Solution Framework...
crosspost from http://rextang.net/blogs/work/ [via rohanthomas ] Microsoft had released new MSF templates at 2006/03/17, which "are" version 8.0 templates (should serve as MSF v4), including those 2: MSF for Agile Software Development MSF for CMMI® Process...
New Taiwan Microsoft Technology Forums Announced...
crosspost from http://rex.la/blogs/work/ The official Microsoft Technology Community at Taiwan used to be running web-NNTP based forums to communicate with the public, answering questions and sharing information with each others. This year Microsoft Taiwan...
.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...