Browse by Tags
All Tags »
Architecture (
RSS)
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/...
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...
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...
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...
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...
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...
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...
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...
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...