Ball Simulation - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates
how f# is very convenient and easy to use to resolve scientific problems like in this sample where we simulate the
bounce of a ball on the ground
Asteroids Simulation - Demonstrative sample written in f# based on the book: Friendly F # (Fun with game programming) illustrates how
often a good problem definition must use specific algorithms to emprove the application performances
like in this sample where we used a space partition algorithm
Rocket Simulation - Demonstration example written in f # based on the book: friendly F # (fun with game programming)
illustrates how through this language you can describe physical behaviors (in our case a rocket launched through the Moon direction is subject to various forces like moons and earth mass etc
DDTK Portal - This application demonstrates the capabilities of the Dynamic Data Center Toolkit for Hosters on Windows Phones.
Dynamic Datacenter Toolkit for Hosters allows Service Providers to create private or public cloud offerings based on Microsoft's Hyper-V and System Center. These providers are known as Hyper-V Cloud Service Provider
Smart Device Framework - The Smart Device Framework is an application framework which enriches and extends the .NET Compact Framework. There are a lot of new class libraries and controls along with all the existing class libraries and controls available from www.opennetcf.org
SilverlightRun Sample - This is an app that demonstrates SilverlightRun (SR) for Windows Phone, which is a free toolkit that I (halllo) use to start off coding faster. This app demos some features of it like for example easy tombstoning, zooming, view model location and container flipping
VS ShortCuts - Here is a handy reference that can make your .NET lifestyle easier and a lot more productive. This app is for the default keybindings in Visual Studio 2010 and Visual C#. Must have for all .NET developers