Welcome to MSDN Blogs Sign in | Join | Help

David Waddleton's Geek Speak

Find out what Geeks talk about

Browse by Tags

All Tags » Visual Studio 2005   (RSS)
ASP.NET AJAX Beta / CTP Release
The ASP.NET AJAX Beta is now live. This release includes a number of significant changes: 1) An update to http://www.asp.net/ and http://Ajax.asp.net/ to support the release 2) A comprehensive whitepaper detailing changes between the CTP’s and Beta 3) Read More...
Why and how would I Mock a Web Service? (In VS 2005)?
Well, in my current project, this question appeared very early on. Since, I am doing Test-Driven Development, I need to test my web service data layer, but I don’t need it all of the time. I used a pattern called Constructor based Dependency Injection Read More...
Geek Speak: Team System Installation Error? ( Don't Rename your Machine!!) but if you need to.
Just in case you ever do what I did during my installation. You are thinking, why would you ever do something like that. Well, I had a machine conflict on my network, who would guess!! Well, I had to rename my machine and sure enough. VSTF did not work!! Read More...
Geek Speak: Testing Tip with VSTS
Situation: I am testing some code that had a constructor that using the configuration file. public XmlBase() { if (ConfigurationManager.ConnectionStrings != null) { connectionString = ConfigurationManager.ConnectionStrings["dbConnectionString"].ConnectionString; Read More...
Page view tracker