Browse by Tags
All Tags »
Cool Stuff (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...
Well, I have a little spare time. Between moving boxes and my kids soccer, so you know I don’t have that much. Well I have XM Radio and I just love it. Well, becuase of where I live and Seattle area, traffic. The trees get in the way when I am driving.
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...