Knowledge is power. We love to share it.

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

12/07/2012 Blue arrow Using SignalR with MonoX

Author: pajo
SignalR is a tool that quickly became a standard for building real-time ASP.NET applications In this post, I'm going to explain how to setup MonoX for SignalR and build a module that uses this framework to send real-time notifications to all active users.
Rated 5.00, 2 vote(s). 

05/10/2012 Blue arrow Thread synchronization in .NET

Author: pajo
This is a short intorduction to thread synchronization in .NET. It covers some basic techniques that you may be already familiar with, but also explains how to deal with scenarios when you need to cross process boundaries. We also visit some of the issues that may arise with synchronization.
Rated 3.00, 3 vote(s). 

04/02/2012 Blue arrow C# anonymous methods in action

Author: pajo
Anonymous methods / lambdas are a quite recent addition to the feature set of C#. For those of you working with dynamic languages like JavaScript, using anonymous functions will feel very natural. See how to use anonymous methods to solve some common problems in a more elegant way.
Rated 4.38, 8 vote(s). 

11/02/2011 Blue arrow Using Mono DataManager

Author: pajo
Every developer deals with data retrieval, display and manipulation - or data binding - on a daily basis. DataManager in MonoX allows you to use two-way data binding in a more elegant way. It can push your data to and from your views, taking care of the current display mode for each control.
Rated 5.00, 2 vote(s). 

04/04/2011 Blue arrow MonoX API

Author: pajo
Very often you can fine tune MonoX functionality without programming, but some solutions do require a lot of background ASP.NET knowledge. To ease the learning curve in this type of scenarios, we have decided to introduce a fully fledged MonoX API that allows developers to easily access and modify MonoX objects and features.
Rated 4.75, 4 vote(s). 

03/23/2011 Blue arrow MonoX: ASP.NET support for OpenSocial

Author: pajo
The newest release of MonoX includes the support for the OpenSocial Server API 1.1. To the best of our knowledge, it is the first downloadable ASP.NET CMS that allows third-party applications or services to connect via the OpenSocial standard. Learn more about OpenSocial and how it can be used in MonoX.
Rated 5.00, 5 vote(s).