Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / ASP.NET

Race to Linux - Race 2: Time Tracker Starter Kit

4.25/5 (5 votes)
26 Sep 20051 min read 2   274  
Time Tracker Starter Kit port to Linux using Mono and FireBird

Introduction

Here is my port to Linux of the Time Tracker Starter Kit using Mono and FireBird. I've very little writing skills using my own language (spanish) so be tolerant and forgive my very bad english.

I've used this project to learn more about Mono and FireBird database. Using Mono was fairly easy and besides some exceptions I didn't touch the original ASP.net files.

The real challenge was porting the database access layer. I've a lot of experience in Sql Server and found FireBird really powerfull, the database porting only took me a couple of days since FireBird is veryeasy to learn if you have a good MS Sql background. FlameRobin was very usefull to administer the database and execute testing scripts.

I know I might be out of race since I didn't code the MS Sql Server database access layer, but my first goal was to learn Mono and FireBird, and my second goal was the competition so don't ask for the Sql Server files :-)

Prerequisites

Linux I've Fedora Core 1 but any "Mono enabled" distribution should work fine
Mono I've Mono 1.1.8
FireBird Database I've FireBird 1.5 installed in Super Server mode
FlameRobin Database administration tool for Firebird DBMS

Runninig Instructions

  1. Unpack the zip file in a folder, this folder will be the application's root folder.
  2. Mount the database backup (TimeTracker.bkp) available int the zip file. You can use FlameRobin to make this step straigthforward.
  3. Edit the web.config file and change the database connection string.
  4. Execute xsp to run the application. To do this cd to the application's root folder and run $MonoPath/xsp
  5. Point your browser to localhost:8080 login as user ignacio@mail.com password 0 and enjoy it!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here