Browse by Tags

All Tags » C# (RSS)
Why .Net has it all
Disclaimer: I'm no MS/.Net evangelist. I'm just a computer software developer that wants to share his experience working on a weekend project (actually 3 weekends...) As a bet between me and my wife, I took the challenge of developing grid computing...

Posted Sat, Sep 15 2007 2:50 AM by dotgrid | 2 comment(s)

Tip : c# extracting version number
Comes in handy if you want to implement an automatic application upgrade component. By calling System.Deployment.Application. ApplicationDeployment .CurrentDeployment.CurrentVersion You'll get in return which current version is running and can alert...

Posted Sat, Sep 1 2007 3:47 PM by dotgrid | 2 comment(s)

Filed under: , , , ,

Can you recognize your favorite blogger if he was standing right next to you?
I was envy of Mono's and Gnome's blog communities having a nice and much more down to earth web blog community page where their members can see how their favorite blogger actually looks. [See mono's and Gnome's examples]. So I thought why not do the same...

Posted Sat, Jan 7 2006 1:05 PM by dotgrid | 1 comment(s)

Filed under: ,

C# WinForms on Linux (using Monoppix)
Well, We are just about to release monoppix V1.1.8. The main feature of V1.1.8 (which is based on mono V1.1.8 ) is the ability to run native C# System.Windows.Forms code without using "Wine" on Linux. Here are some examples of winforms (and...

Posted Fri, Aug 19 2005 11:35 PM by dotgrid | 901 comment(s)

Filed under: ,