Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
ARCast.TV - TDD / MVP with Ron Jacobs
Dec 24, 2007 at 10:46 PMSlight Rant:
It has been written that the TDD methodology requires aprox twice as much test code as application code. Which translates into 2/3 of developer time spent on writing test code. This is where developers are spending most of their time which is a fruitful area for new productivity gains.
Sometimes, I wish more teams at Microsoft were thinking about TDD. It really sucks to try and acheive 100% code coverage over an API that doesnt use interfaces (i.e. HttpContext, HttpRequest, HttpResponse..).
True, progress has been made:D. Newer projects like ASP.NET MVC[H] do emphasize unit testing in their documentation and project templates. But still others like EDM dont apear to design for this scenario up front.
More emphasis needs to be placed on designing for testing (as your great tdd videos have demonstrated). Architects & developers need more information up front about how APIs can be tested (best practices etc..). and as a general rule, APIs should have at least one article in their .chm that outlines their API testing story.
We should do away with all all those "Console.WriteLine" style examples to and replace them with actual unit tests (asserts, mocks and all).
Happy Holidays,
TDD Koolaid Drinker
SharePoint Document Workflow: Extracting document details with your workflow
Oct 28, 2007 at 1:39 PMErik Meijer Shows Us His Favorite Visual Basic 9.0 Feature - XML Literals
Jul 26, 2007 at 2:00 PMUsing the concepts you guys demoed, I was able to create a REST interface for ASP.NET that uses XElement
Source code & samples are available at http://www.codeplex.com/RESTToolkit
ARCast.TV - Presenter First Pattern (Part 3)
Jun 20, 2007 at 10:51 PMI was wondering what you guys think about TDD from a perspective of the current tools?
IMHO it would be nice if there was a Unit Testing/Mocking/C# hybrid language where expectations and assertions were first-class concepts.
-Josh
Windows Presentation Foundation - Everywhere?
May 15, 2006 at 4:40 PM