Sign in
Cloudy Computing
Software Development and Cloud Computing in Dublin
Tags
.NET 4.5
Asynchronous programming
C# 5.0
Dublin
Git
Linux
Reactive Extensions
Start Screen
Tile
Virtual Machines
Windows 8
Windows Azure
Windows Store Apps
XAML
Archive
Archives
December 2012
(4)
November 2012
(1)
August 2012
(3)
July 2012
(5)
Search
August, 2012
MSDN Blogs
>
Cloudy Computing
>
August, 2012
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Cloudy Computing
A foreach statement for IObservable
Posted
9 months ago
by
Flavien Charlon
0
Comments
Asynchronous programming is a very powerful tool. It is key for responsiveness on the client, and scalability on the server (see the C10K problem ). However in most modern programming languages, it comes at a pretty high price: when you want to consume...
Cloudy Computing
Task<T> vs IObservable<T>: when to use what?
Posted
9 months ago
by
Flavien Charlon
3
Comments
The Task<T> class was integrated with the .NET Framework in .NET 4.0, as part of what is known as the Task Parallel Library. The main purpose of the TPL was to facilitate writing parallel code, making it easier to run code on multiple cores, for...
Cloudy Computing
Git on the cloud with Windows Azure
Posted
9 months ago
by
Flavien Charlon
1
Comments
Here are the four parts of the walkthrough I wrote about using a Linux virtual machine on Windows Azure for hosting a Git repository on the cloud: Introduction Provisionning a virtual machine on Windows Azure Setting up the server Configuring...
Page 1 of 1 (3 items)