pajo

Posts authored by pajo
Bookmark and Share
Thread synchronization in .NET
This content has not been rated yet. 
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.
Bookmark and Share
C# anonymous methods in action
Rated 4.80, 5 vote(s). 
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.
Bookmark and Share
Using Mono DataManager
Rated 5.00, 2 vote(s). 
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.
Bookmark and Share
MonoX API
Rated 4.75, 4 vote(s). 
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.
Bookmark and Share
MonoX: ASP.NET support for OpenSocial
Rated 5.00, 5 vote(s). 
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.