in Search

cruizer

aspiring to free and open the mind of .NET developers

January 2006 - Posts

  • Getting on the MonoRail presentation slides and demo videos

    you can download them here:

    PowerPoint presentation

    Demo Video 1 (basic view/controller)
    Demo Video 2 (with basic model c/o ActiveRecord)
    Demo Video 3 (filters, UserController)
    Demo Video 4 (CRUD)

    it's on rapidshare.de's free repository, so the files will get deleted if no one downloads them in 30 days. in case the 30 days pass and you still wish to download them, please inform me so i can send them to you or reupload them.

  • Why MVC

    rodel posted some counter-arguments to using MonoRail in his blog post, and i guess i just can't resist responding.

    basically MVC is not a feature, but a way to do apps. in the end the main concern is separation of concerns. users don't care if the software they're using is MVC or not. as long as it works and it works well, it's fine with them. MVC is for programmers, since it can help make systems more maintainable for them.

    my opinion is that web MVC is not MVC in the truest sense of the concept but it's more like adapting what's in MVC to web application development in general. my impression is that MVC uses patterns like observer to make the view respond automatically to changes made to the model, which obviously isn't possible with the pull-based web.

    i agree though that it really depends on the programmer's preference. some programmers would prefer using something like ASP.NET web forms. some, like me, would like to get down to the HTML. the bottom line here is making software development easier for us; what may be easy for us may not be easy for others.

    by the way, MonoRail is not the only MVC game in town for web-based .NET development. there's also maverick.net, spring.web MVC and NStruts. i'm sure there are others i am still not aware of.

  • Ubuntu Linux 5.10 Orig CD Giveaway!

    A package arrived in the mail today...copies of Ubuntu Linux 5.10 (Breezy Badger), straight from Canonical!

    I'll give away three copies of this to the lucky bloggers who create a blog post here in devpinoy.org entitled "Why should Cruizer give me free Ubuntu Linux 5.10". Apologies to keithrull for stealing his idea. Hehheh.

    Each copy has a cardboard CD case and an install CD and a live CD (bootable, no need to install). Which means you can use it to try out Ubuntu Linux even if your hard disk is still loyal to Windows. [:P]



  • My First Post

    hi everyone [:)]

    i'm moving into this blog, coming from blogspot.com. i actually have the MonoRail Howto blog but i'll be discontinuing it and putting in new content here in my blog at devpinoy.org.

    i just came from doing a talk at the first PHINUG .NET Fest last Saturday. it was a blast being able to talk about an open source alternative framework in front of .NET developers, some of which may probably be wondering what in the world I was doing in that event. [:P]

    too bad time is so short (isn't it always) and i ran out of time in the presentation, just when i was showing how easy it was to build C-R-U-D (create-update-delete) functionality into database-backed web apps using the MonoRail-ActiveRecord combo.

    anyway...i'll be posting my PowerPoint slides and XviD demo videos (totalling 29.8MB) here...still have to find a suitable host/location for it. feel free to email me at andrejohncruz -At- gmail {dot} com if you have questions or comments.
    Posted Jan 29 2006, 12:44 PM by cruizer with no comments
    Filed under: