ClayCo's WebLogHe's just a testerFull Test Pass- April 20, 2004 I haven't posted a lot in the last few weeks, and there's a succinct reason for that. In fact, I can name it in three words: Full Test Pass. The concept is close to what it sounds like. During the earlier stages of product planning, the test team for ASP.NET and the web development profile for Visual Studio used the time to plan its test coverage. In total, we wrote descriptions of over 40,000 test cases that we wanted to run. In the span of...http://blogs.msdn.com/clayco/archive/2004/04/20/117197.aspx A New Language Tag- April 1, 2004 Those of you who know about RFC 3066 know that it's the standard which describes the tags that you should use to identify the language of an HTML or XML document's contents. For example, in XHTML you'd code something like: . . .<html xmlns="http:www.w3.org1999xhtml" xml:lang="fr" >. . .<html> to tell the world that your page is in French. RFC 3066 (albeit with a few differences) is also the syntax of the culture...http://blogs.msdn.com/clayco/archive/2004/04/01/106053.aspx |