Microsoft

Steve Ballmer’s tearful farewell to Microsoft [Video]

Weather you like or hate Microsoft’s Steve Ballmer, this farewell video of Ballmer is going to make you emotional. In his last Microsoft’s company meet as the CEO he thanks thousands of employees lined up to see his final speech. His energy was on full display  and his enthusiasm for Microsoft is electric.

At $20/month Windows Azure host my website with 99.97% uptime

Couple of years ago a reliable and decent performing Windows hosting was not affordable to many enthusiastic developers who want to try a startup idea or build a hobby site. I tried to start an ASP.NET website few years ago to provide services like – Mobile Tracing, Vehicle Tracing. But due to high cost of …

At $20/month Windows Azure host my website with 99.97% uptime Read More »

Team Foundation Server– Debug symbols(pdb files) generated in Release build? Fix it.

Yesterday I setup TFS for my .NET playground website to implement continuous integration and deployments. After a successful build I noticed that debug symbols(pdb files) were generated even though TFS is configured to build in Release mode.  After a bit of analysis its turned out to be the behavior of TFS to generate debug symbols …

Team Foundation Server– Debug symbols(pdb files) generated in Release build? Fix it. Read More »

Team Foundation Server – How to pass ReferencePath argument to MSBuild

When we manually build a .NET project using Visual Studio, the reference paths set in Project Properties are picked up by Visual Studio for referring to dependent DLLs. But the project is built using TFS, the reference path’s specified in project properties are not considered. This is because Reference Paths are user specific settings and …

Team Foundation Server – How to pass ReferencePath argument to MSBuild Read More »

Windows Phone–A beautiful phone which I admire but I don’t recommend to friends and family

Microsoft’s Windows Phones are the most beautiful phones I’ve seen. Look at the photo which Microsoft shared on their Facebook page today. It’s gorgeous. Windows Phones come in vibrant colors and the user interface is very lively. When you keep an iPhone, Android Phone & a Windows Phone on a table, Windows Phone definitely stands …

Windows Phone–A beautiful phone which I admire but I don’t recommend to friends and family Read More »

Apple Co-founder Wozniak: Windows Phone is more beautiful and intuitive than Android

It’s a great day for Microsoft and Nokia who are working hard to resurrect Windows Phone. Steve Wozniak, the co-founder of Apple and gadget lover, has all praise for Windows Phone after using Nokia Lumia 900 for a while. He shared his experience of using Lumia powered by Windows Phone 7.5 in a interview and …

Apple Co-founder Wozniak: Windows Phone is more beautiful and intuitive than Android Read More »

OpenStack–An open source Cloud Computing Stack to rival Amazon AWS & Azure platforms

Amazon AWS and Microsoft Azure are the prominent players in Cloud Computing arena and virtually the competition to these providers is negligible as it’s a monstrous task to build Cloud Computing environments. In order to compete with Amazon AWS and Microsoft Azure, a group of prominent companies formed a consortium to build open source Cloud …

OpenStack–An open source Cloud Computing Stack to rival Amazon AWS & Azure platforms Read More »

List of ORM libraries available for .NET and the best one

An Object Relation Mapping(ORM) library helps developers to create data access applications by programming against a conceptual model instead of programming against a relational database model.  ORMs bring lot of advantages and few of the prominent ones are -  RDBMS independent data access layer development, rapid application development, huge reduction in code, auto generation of …

List of ORM libraries available for .NET and the best one Read More »