Recent Posts

0
Comments

New .NET Site by narshe

I recently released a new site. http://www.bid2free.com It's fun to build a site that you own because you get to choose all your favorite technologies and libraries. This is the stack I chose: .NET 4.0 ASP.NET MVC 2 Spark View Engine Ninject Ninject.Web...
13
Comments

ASP.NET Ajax AddHistoryPoint Bug by narshe

In .NET Framework SP1 there was a great feature added that allows history points to be added for Javascript changes. This means, you can use the browswer back/forward buttons with Javascript changes on the page. When released, I went to implement it,...
Filed under: ,
3
Comments

AppDomain.CurrentDomain.BaseDirectory Changed in Unit Tests with Visual Studio 2008 by narshe

Recently I tried converting a solution from Visual Studio 2005 to 2008. Everything seemed to work until I ran all the unit tests. More than 50% of them failed. I found the reason is because AppDomain.CurrentDomain.BaseDirectory changed from 2005 to 2008...
Filed under: , ,
More Posts