Thursday, December 06, 2007

Upper Volta?

Noun 1. Upper Volta - a desperately poor landlocked country in western Africa; was formerly Upper Volta under French rule but gained independence in 1960
TheFreeDictionary.com

West German chancellor Helmut Schmidt liked to describe the Soviet Union of the 1980s as "Upper Volta with missiles", according to David Halberstam in an article published in Vanity Fair magazine dated August 2007. The phrase "Upper Volta with rockets" was also used to describe the Soviet Union (in quotes, but with no attribution) in a survey on the Soviet economy in The Economist on April 9, 1988. According to Perry Anderson, London Review of Books, Vol 29, No.2, 25 January 2007, the phrase was popular among foreign diplomats in the 1970s. He suggests the modern Russia might be "Saudi Arabia with Rockets".
Wikipedia

December 5th, 2007
Microsoft is making available a first, publicly available test build of a developer toolset that allows programmers to write Web applications using existing .Net-based tools and languages.

Microsoft delivers a test build of its 'Volta' cloud-programming toolsetThe toolset — code-named "Volta" (and previously code-named "Tesla") — is the brainchild of Erik Meijer, a SQL Server architect whose new title is principal architect of Volta. Meijer has been talking up for the past couple of years the concept of "democratizing the cloud" via the programing of multi-tier, distributed applications...

You architect and build your application as a .NET client application, assigning the portions of the application that run on the server tier and client tier late in the development process. You can target either web browsers or the CLR as clients and Volta handles the complexities of tier-splitting. The compiler creates cross-browser JavaScript for the client tier, web services for the server tier, and all communication, serialization, synchronization, security, and other boilerplate code to tie the tiers together. In effect, Volta offers a best-effort experience in multiple environments without requiring tailoring of the application.