Monthly Archives: March 2010

Choosing between ADO.NET Entity Framework and LINQ to SQL

I get an article that very useful.   Below are the article that wrote by Wriju. As part of my day to job I come across a very common question from the developer community that one should be using LINQ … Continue reading

Posted in Entity Framework, LINQ | Leave a comment

Why Windows Communication Foundation(WCF)?

I did the research on that, why we need to use windows communication foundation instead of web services? To compare both features, there have a pro and con to use wcf and web services. This is depend on the complexity … Continue reading

Posted in WCF | Tagged , | Leave a comment

REST and .NET 3.5 Part 1 – why REST based services?

REST is a very powerful way to build services. The model lends itself to high scalability as it uses the same model as the web. It is particularly applicable to services that are exposed on to the public internet as … Continue reading

Posted in ASP.net, WCF | Tagged , , , , | Leave a comment

Quality Center and Team Foundation Server 2008 Integration

Introduction TFS Team has been working with HP’s Quality Center Team for TFS2008 as a QC connector to help user to synchronize their defects with work items in TFS2008.  The connector is build on the TFS Synchronization Toolkit. Toolkit can … Continue reading

Posted in Team Foundation Server | Tagged , , | Leave a comment