Andru's WebLog
Comments about technology and software architecture, software development and other nerd stuff! :)
-
MOSS & TFS 2010: Insufficient rights when configuring SSO
If you try to configure the SSO (Single Sign-On) in Sharepoint 2007 for TFS 2010, you migh get the dreaded "Insufficient Rights" error. Configuring the SSO for TFS is not THAT well documented, … more
-
History of Visual Studio (by Rico Mariani)
Only a genuine GEEK can enjoy reading the history of Visual Studio, but it was really fun (to me)! Check it out at http://blogs.msdn.com/ricom/archive/tags/History+of+Visual+Studio/default.aspx& … more
-
Authentication problems in Windows 2008 R2 and loopback IP
We are migrating part of our infrastructure to Windows Server 2008 R2, and while preparing a DEMO environment we got bitten by this problem. In R2 (and Windows 7) security is a little tigher and NTLM … more
-
Problems migrating WebTest projects from VS2008 to VS2010
If you fall into the same problem I did (WebTests project not being converted to the new VS2010 format) I found a workaround. I just removed the offending projects the then added back to the solution … more
-
Projects upgraded from VS2008 to VS2010
Yesterday I did my first test migrating one of our our rather complex VS2008 solutions to VS2010 (and TFS 2010). The solution and projects upgrade went generally well, I only had a few minor things … more
-
TFS 2010 Upgrade options
For those planning to upgrade from TFS 2008 (as we do) Bryan Krieger posted a nice article commenting the options and a high level overview of the process. Check it out at http://blogs.msdn.com/ … more
-
Retina.NET support for Microsoft SQL Server 2008
The latest version of Retina.NETm the open source ORM published on CodePlex has now explicit support for MS SQL 2008. The new DataStore now supports the new data types (DATETIME2, TIME, DATE, … more
-
White paper: understanding WCF extensibility
I have written a white paper on WCF extensibility and I would like to share it with the community so I have attached a copy to this post in Word 2003 format. Enjoy! AndrĂ©s G … more
-
Faster builds with VSTS Team Build
If you have big solutions with hundreds of projects and hundred of thoudsands lines of code, you know that by default compiling in the build server takes some time. One of the things that take … more
-
Continuous Integration presentation at Microsoft
A few days ago I presented the topic "Continuous Integration" to part of the Architect community in Argentina. The presentation was about how to achieve higher quality software by using … more