By tag: Mono
0
kicks
In Raspberry Pi - How To Build Apps In C#, WinForms and ASP.NET Using Mono
In this article, I’ll just document my findings so far, and will explain how develop using C# leveraging Mono in a Raspberry Pi. Also, we’ll see how to write few minimal Windows Forms & ASP.NET applications in the Pie as well.
0
kicks
Xamarin 2.0 Product Review - Android and iOS development in C# just got easier
This article highlights the improvements that are found in the latest release by Xamarin called Xamarin 2.0 . Finally there is iOS development in Visual Studio, a new multi-platform IDE, a free license, and much more.
0
kicks
Running ASP.NET Web API services under Linux and OS X
In this blog post I am going to show how you can host ASP.NET Web API services under Gentoo Linux and OS X on top of Mono’s ASP.NET implementation. I will use Nginx and FastCGI to communicate between HTTP server and Mono.
A couple of months ago I’ve experimented with running ASP.NET Web API on a Li...
0
kicks
Mono 3.0.4 is out! Features include Improved garbage collection, Async bug fix, and Xamarin studio
I am a supporter of the open software movement and more specifically the mono project. I believe that this information is important for other .NET developers to know.
0
kicks
Building Android Apps with MVVM and Data Binding
The Model-View-ViewModel (MVVM) pattern is for more than just Microsoft .NET Framework projects. Find out how to apply it to Android development through its open source counterpart, MvvmCross.
0
kicks
Mono 3.0 released. New improvements include asynchronous programming,
Mono 3.0 released! Check out some of the new features and improvements.
0
kicks
The mono project. The state of .NET on non Microsoft platforms.
A post on the increasing popularity of the mono project.
0
kicks
Using SignalR in MonoTouch and Mono for Android Apps
Building and using a SignalR client in MonoTouch (iOS) and Mono for Android (Android) apps.
0
kicks
Mono 2.11.0 is out
Michael de Icaza details the various new features and enhancements that come with the important new 2.11 milestone of the Mono project. This includes largely complete support for the new SGen garbage collector, .NET 4.5 and C# 5.0 support (including partial WinRT support), and a number of other exci...
0
kicks
Mono in 2011
Mono in 2011
This was a very interesting year for Mono, and I wanted to capture some of the major milestones and news from the project as well as sharing a bit of what is coming up for Mono in 2012.
0
kicks
Slide to Unlock Control in MonoTouch
Use MonoTouch to make a control similar to the slide-to-unlock widget at the bottom of the iOS lock screen.
0
kicks
Custom Animations for the UINavigationController in MonoTouch
Pushing and popping controllers in a standard UINavigationController is a frequent activity when navigating an iOS app. Find out how to apply custom animations during this action using C# via MonoTouch.
0
kicks
Scheduling Local Notifications in MonoTouch
iOS 4 introduced local notifications, allowing apps to communicate brief text messages to users. In particular, a scheduled local notification can reach a user whether the app is running in the foreground, in the background or not running at all. This article shows how to schedule local notificatio...