Home » Archives

Content tagged with: open source tools

[11 Jan 2012 | No Comment | ]

The .NET data provider is written in C# and provides a high-performance native implementation of the GDS32/API functions. This means that .NET developers can access Firebird databases without needing to install the Firebird client.

[10 Nov 2011 | No Comment | ]

WebSharper is a popular and robust web application development framework for F# that provides powerful functional constructs that massively cut down the development time of ordinary client-server and stunningly rich, client-based, mobile and HTML5 web applications. In this tutorial, you will learn how to build larger, dynamic, markupless web applications entirely in F# using the latest innovations in WebSharper sitelets.

[1 Nov 2011 | No Comment | ]

Steve Sanderson delivers KnockoutJS in this lightening talk. Learn how the Knockout library builds on advanced jQuery and JavaScript techniques to make even the most complex data-filled HTML forms a breeze. We’ll see jQuery, jQuery templating, JSON and live data banding applied to the MVVM pattern with Knockout, combined with ASP.NET to produce results that need to be seen to believed.

[1 Nov 2011 | No Comment | ]

With both iPhone and Android platforms covered with Mono (MonoTouch and MonoDroid), this video discusses how Mono covers a whole range of other mobile topics such as Windows Phone 7 and HTML 5 and mobile websites.
Watch this video on http://ndc2011.macsimum.no/mp4/Day2%20Thursday/Track4%201500-1600.mp4

[29 Aug 2011 | No Comment | ]

AutoMoq is an “auto-mocking” container that automatically creates for Moq any fake objects that are necessary to instantiate the class under test. You can access those fakes through the mocker or you can just ignore them if they’re not important.