February 2008 - Posts
For those that are creating websites, there's always a need to test the application with old versions of Internet Explorer. Specially for our team, that creates web based applications to be used by users that work in banks. Banks are known to not change
Read More...
As member of GASP(Grupo de Arquitectura de Software Português), i regulary participate in our monthly meetings. This month the subject was Offshore Development. Hugo Batista , one of the co-founder members, has invited Boobandra Babu to talk with us about
Read More...
On debug mode it is nice to see the generated sql query, but what about if we can execute the query against the database and take a look at the results? That will be great !!! Ok, now you can. Just take a look at Scott Guthrie post about Linq to SQL Debug
Read More...
I was waiting for this tool since the first release. Once i'm using Continuous Integration, i want to integrate the database schema and data syncronization as part of my build process. It seems that now i can do it. Bellow you can find a list of all features
Read More...
At the company i work for, we are using Team Foundation Server 2005 for Workgroup Edition, since June 2007. Two or three weeks ago, my team had experienced the most known issue of TFS 2005. Two developers working on the same project, if both try to check
Read More...
This year i was invited to be a speaker on Techdays 2008 , the event for Microsoft IT Professionals in Portugal. The session where i will be speaking is about TFS 2008 Team Build . This is something that i really like, things like continuous integration,
Read More...
I would like to share this fantastic website with tons of cool examples of controls using AJAX Check this url http://www.ajaxrain.com . Happy coding! Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
Read More...
Once a while in my web projects i need to use some controls from the AjaxControlToolkit. I'm always forgotting the web service configuration, include the [ScriptService] and [ScriptMethod] attributes in the class and in the web methods. I found a very
Read More...
In the project that i'm now evolved, we have a lot of integration with Google Maps. Basically we have addresses of the houses, and we want to show a little map, with their location... Nothing better than Google Maps Geocoding to solve this issue. I was
Read More...
After 1 year working with Windows Vista, i've decided to reinstall my laptop. At the time of SQL Server 2005 Developer Edition installation, i've receive a warning with the following message: "Microsoft Internet Information Services (IIS) is either not
Read More...