I like ext.js/Sencha for having a rich client in the browser. On the other hand, we are using Mono for running our .Net server. ext.net is a good library that helps you to easily write web applications, based on your
CruiseControl.net and Mono
I have set up CruiseControl.net (http://sourceforge.net/projects/ccnet/) on Mono for building our OpenPetra.org project, which is quite a big project. Here are the steps I followed, and my config files so that people can benefit from it: Here is some advice
Building a mono 2.0 RPM for RHEL4/CentOS4
When I noticed that Novell does not offer RPMS of Mono 2.0 for RedHat Linux, I had a look at the Fedora 10 Beta and found that there is a Mono 2.0 Source RPM:mono-2.0-6.fc10.src.rpmUpdate: mono-2.0.1-12.fc10.src.rpm Because we work with CentOS4/RedHat
Allow Chinese characters on a Client-Server application
I recently had to provide a working solution for Traditional Chinese for Hongkong. It involved both ODBC on the Linux server to read correct data from a Progress database, and process that data in .net on Mono, but also on
My first little ASP.net project using the Mono XSP server
I wanted to provide an online version for the project Delphi2C#, so that people can just paste their Pascal code on the website, and see how good the converter is for them when it displays the C# version of their