« September 2007 | Main | July 2008 »

January 31, 2008

Signature of WebForm_DoPostBackWithOptions

WebForm_DoPostBackWithOptions(WebForm_PostBackOptions(eventTarget, eventArgument, validation, validationGroup, actionUrl, trackFocus, clientSubmit))

..just in case you're wanting to pump in your own event arguments and the like

Posted by dottie at 9:46 AM | Comments (0) | TrackBack

January 12, 2008

Monodevelop 0.18 finally running

yay!

Posted by dottie at 10:51 AM | Comments (0) | TrackBack

January 3, 2008

Monosource

I realised that the versions of mono and monodevelop from the Ubuntu repositories were quite old.

I've forgotten how difficult it is to install from source - dependency hell...

Posted by dottie at 10:25 PM | Comments (0) | TrackBack

January 1, 2008

Mono

No, I haven't gotten the kissing disease.

I'm getting my head around the capabilities of Mono.

I'm hoping that I'll be able to run C#.NET apps on my own Linux server - mainly as it is a lot cheaper that a windows box; and more stable.

I'm liking Mono, and its IDE monodevelop. I can now hack together C#.NET webforms on my Linux laptop, have them running in Apache (well, almost - XSP does the job for the moment...) and not lose touch with my mad .NET skillz - booyah!

There are a few gotchas with the IDE - no intellisense in ASPX pages, no proper support of partial classes - definitely not showstoppers. I could even look at adding those features (not likely, but..) as both mono and monodevelop are open source and I have not looked at the .NET source code.

I working on something to scratch a personal itch at the moment - intelligently filter the far too many RSS feeds I have subscribed to.

I'll post up any problems I find as I go along.

Posted by dottie at 10:30 PM | Comments (0) | TrackBack