Open source .NET and Mono web services framework
Yet another web framework service: Open source .NET and Mono web services framework
View ArticleMono 3.0 is out
A really good news:Mono 3.0 is out – Miguel de Icaza. Mono is now on a par with .Net 4.5 (including async, TPL dataflow and WinRT). This version is supposed to be integrated soon in Mono Touch and Mono...
View ArticleReactive Extensions (Rx) is now Open Source
Good news: Reactive Extensions (Rx) is now Open Source – Scott Hanselman. We’re now waiting for WPF to becomes Open Source.
View ArticleNancy
Nancy is an open-source, lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono: Nancy – Lightweight Web Framework for .net. Seems much more powerfull than my favorite...
View ArticleCommand Line Parser Library
A newly founded command line parser library with simple Verb command support (first parameter used to switch between exclusive parameter sets “à la” git): Command Line Parser Library – Home.
View ArticleReactiveUI 5.0
ReactiveUI brings MVVM to a new level with a simple binding model combining RX to Xaml. Property changes, commands, .Net eventsend of asynchronious actions becomes observable and can be combined...
View ArticleAkavache: An asynchronous, persistent key-value store
A persistent asynchrounious dictionary of blob indexed by string. Usefull to implement cache of JSON.Net, HTTP Requests, Images or User credential (a BlobCache.Secure can be used for encrypted store)....
View ArticleOpenFileSystem: a portable File System from openrasta
Currently, only local Win32/Unix and in memory FS are supported but interfaces are clean enought to be a good starting point to more FS (Zip, ftp, WedDav, GDrive/DropBox/SkyDrive)....
View ArticleCross-plateforme : Xamarin Store, des composants à connaître
Dot.Blog | Cross-plateforme : Xamarin Store, des composants à connaître (in french).
View ArticleReveal App
Reveal App shows your iOS app visual tree in 2D and 3D and permits to modify properties dynamically. For Xaml user, it’s like Snoop except to you need to be linked with so you cannot look at some great...
View ArticleModernHttpClient
ModernHttpClient or how to customize HttpClient in an efficient way to support best Android and iOS solutions.
View ArticleRefit: Type-safe REST client
Refit: Type-safe REST client for: Xamarin.Android Xamarin.Mac Desktop .NET 4.5 Windows Phone 8 Silverlight 5 and also packaged as PCL (obviously :)). This library use Castle.DynamicProxy to generate...
View ArticlePortable.Licensing
License made portable and free: Portable.Licensing. Run on a large set of platforms: .NET >= 4.0.3, Silverlight >= 4, Windows Phone >= 7.5, Windows Store Apps, Mono, Xamarin.iOS,...
View ArticleHow to find its way in the net platform standard vs .Net platform jungle
I’ve really understood all this stuff when reading: corefx/net-platform-standard.md at master · dotnet/corefx. A must!
View Article