Building an Azure v1.4 Package file


I tried to push my ASP.NET website to Azure and faced too many issues as Windows Azure doesn't support Website. I was not able to build a V1.4 cspkg file for this you need to build the package using command prompt,Create a ServiceDefinition.csdef using the code below <?xml version="1.0" encoding="utf-8"?> <ServiceDefinition name="WebSiteCloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition"> <WebRole name="WebRole1"> … Continue reading Building an Azure v1.4 Package file

Make Agile Work for You in TFS 2010


Courtesy: MSDN Magazine This is the story of one team’s road to Agile using Team Foundation Server (TFS) 2010. In the Agile Manifesto, there are several keywords that highlight how Agile teams should work together. They include valuing individuals (and their interactions) over processes and tools. Teams use these values as one of the reasons … Continue reading Make Agile Work for You in TFS 2010