Browse by Tags
All Tags »
Visual Studio 2005 (RSS)
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...
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...
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...
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...