Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

02/01/2013 Blue arrow ASP.NET WebAPI, APNS and Android working together

Author: mario
This post describes the application I recently created to send the location of an Android device to Apple Push Notification Service (APNS). We will use a nice mix of technologies, including ASP.NET WebAPI and Xamarin's Mono for Android.
Rated 5.00, 6 vote(s). 

01/07/2013 Blue arrow Installing Redmine and Ubuntu on VirtualBox

Author: mario
In this post I'll address some issues I came across while trying to prepare the environment for Redmine 2.1.4 with Ruby 1.9.3 and RubyOnRails 3.2.9 running on VirtualBox.
Rated 5.00, 1 vote(s). 

09/27/2012 Blue arrow Creating transparent rounded buttons in MonoTouch

Author: mario
Learn how to create custom UIButton views with MonoTouch, featuring custom drawn graphics, transparent backgrounds and dynamic appearance based on the custom application logic.
Rated 5.00, 1 vote(s). 

09/26/2012 Blue arrow iOS Augmented Reality with some trigonometry

Author: mario
There are several concepts that a developer must grasp when preparing to write an Augmented Reality app: OpenGL, translations, rotations, scaling etc. In this post, I am describing some basic concepts from analytic geometry that are often used in AR application development.
Rated 5.00, 1 vote(s). 

09/07/2012 Blue arrow Collecting sensor data with MonoTouch

Author: mario
This is a second article in a series explaining how to build Augmented Reality applications with MonoTouch. My first article covered the basics - now it's time to move on and learn more about sensor integration.
Rated 5.00, 1 vote(s). 

08/28/2012 Blue arrow Building an augmented reality app for iPhone with MonoTouch

Author: mario
A few months ago we started developing a rather advanced augmented reality application for iOS, thinking that it would be a good idea to share our newly acquired knowledge with the rest of our community in a series of blog posts.
Rated 5.00, 7 vote(s). 

04/07/2012 Blue arrow Creating domain models using Enterprise Architect

Author: mario
Every real-world project needs to be properly documented, and UML (Unified Modeling Language) provides nice means for generating documentation. Find out how to use Sparx Systems Enterprise Architect and related tools to easily generate project documentation.
Rated 4.50, 2 vote(s). 

09/05/2011 Blue arrow T4 lookup generation

Author: mario
Using a strongly-typed approach in working with database lookups, where all lookup values are kept in the container classes, makes it super easy to work with and maintain my code. Learn how to automate the task of creating lookup classes using the Visual Studio T4 template generation tools.
Rated 5.00, 1 vote(s). 

08/04/2011 Blue arrow T4 templates in Entity Framework 4

Author: mario
T4 templates have been available since Visual Studio 2005, but in VS 2010 templates are much easier to create and use. Thiss introduction to T4 template syntax and tools will teach you how to implement the Repository and UnitOfWork patterns for EF4 DbContext.
Rated 5.00, 1 vote(s).