Archive for October, 2008

Summarizing AJAX Patterns Under ASP.NET In this article, Xianzhong Zhu

Wednesday, October 29th, 2008

Summarizing AJAX Patterns Under ASP.NET In this article, Xianzhong Zhu examines several common AJAX patterns under the ASP.NET environment. After providing a short introduction, he provides a detailed overview of various patterns such as XMLHTTP and WebForms, XMLHTTP and HttpHandlers, Callbacks, and the AJAX Framework ...

How to make an HTML table version 2 I posted

Tuesday, October 28th, 2008

How to make an HTML table version 2 I posted yesterday about a generating an HTML table. Overnight I had a think as I wasn't happy with the UNION ALL bit of the query and realised you could use sub queries instead.So ...

Microsoft and TestDriven.NetIt has been over a month since my

Tuesday, October 28th, 2008

Microsoft and TestDriven.NetIt has been over a month since my last update. I just want to put to rest any rumors of TestDriven.Net's early demise. With the help of my lawyers, I responded to Microsoft's lawyers' letter and am now attempting to come to a resolution of the issues. ...

Using TableKit dynamically? I’m trying to implement TableKit with my

Tuesday, October 28th, 2008

Using TableKit dynamically? I'm trying to implement TableKit with my table. It works fine, except I'm struggling to update it dynamically. When I edit a table, it changes, but when I reload the browser it reverts back to the original data. The updated ...

Integrity Testing for Software Professionals By Donna L. Davis Before

Monday, October 27th, 2008

Integrity Testing for Software Professionals By Donna L. Davis Before I became a supervisor, the very notion that someone might be monitoring my Internet usage was not only horrifying, but demoralizing. Didn t they trust me?Click here for the full article. New Control Structures for Java ...

.NET Exception Handling By Edward G. Nilges This article presents

Monday, October 27th, 2008

.NET Exception Handling By Edward G. Nilges This article presents a set of general error handling principles and illustrates them in action with a downloadable VB.NET project, including a demonstration program and a reusable .NET exception handling DLL.Click here for the full article. Another way of looking at thisJamie ...

(Black Marble) Founders Day Every now and again the founders

Monday, October 27th, 2008

(Black Marble) Founders Day Every now and again the founders of Black Marble meet up to discuss the future directions of the computing industry to help plan the road ahead for Black Marble. This year we chose Newport Beach south of Los Angeles. ...

New C# Book - available to download, free C# Yellow

Monday, October 27th, 2008

New C# Book - available to download, free C# Yellow Book The C# Book is used by the Department of Computer Science in the University of Hull as the basis of the First Year programming course…it’s available for download here: http://www.robmiles.com/c-yellow-book/ Technorati Tags: Rob Miles, ...

Hello intro Hi, I think I like this place… :)

Monday, October 27th, 2008

Hello intro Hi, I think I like this place... :) It's not what you know, it's when can you talk about it that matters I love working at Microsoft as I get to work on cool new ...

TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test

Sunday, October 26th, 2008

TestDriven.Net 2.11: Parameterized NUnit TestsTestDriven.Net has always supported parameterized test methods when used with the MbUnit testing framework. When using MbUnit, it is common for a single test method to execute multiple tests with different parameter inputs. The most famous of these test types is the MbUnit RowTest. ...