IndianGeek

Perspectives on Computer Science and Software Engineering

IndianGeek RSS Feed
 

Posts tagged .Net

Windows Azure Distilled - A Programmer’s view

The launch of Windows Azure has coincided with the launch of the entire cloud computing initiative from Microsoft which makes a lot of business sense but it also makes it hard to differntiate the individual parts of the initiative, here’s my understanding so far.

Windows Azure
This is the base platform that provides a generic cloud computing [...]

A case study in micro-optimization

Last week I saw a wrap up from cedric’s coding challenge on his blog, the problem looked simple enough, “write a counter function that counts from 1 to max but only returns numbers whose digits don’t repeat”.
My first stab at it consisted of a brute force solution of looking at every natural number up to [...]