Hire me at Plastiscenic Ltd.

Getting Started with Monorail – Screencast One

April 17th 2007, 2:44 pm in .NET, Monorail, Screencasts.

I’ve decided to create a series of short screencasts on Castle and Monorail. This first one, Getting Started with Monorail, covers the bare essentials of getting your first project up and running.

http://colinramsay.co.uk/screencasts/1/

It shows downloading and installing the Castle MSI, creating a new Visual Studio project, and getting something up on the browser. It really is basic but it was a necessary introduction to the others which I plan on doing. Sorry for the poor sound quality during some sections, and do listen out for a greeting from my cat within the first few sections.

Next time round I plan on doing something practical with Monorail, including databinding, layouts, filters, and some of the built in helpers.

Responses to “Getting Started with Monorail – Screencast One”

Comments are closed.

  1. [...] Getting Started With Monorail - screencast   [...]

    Kevin Miller : Monorail Screencasts
  2. Great!

    Your screencasts are really interesting. I’m a beginner in ASP .net 2.0 and I would like to implement MVC pattern. It seems that Monorail is a good solution.

    But I want to use XMLDataSource and control servers like Gridview, DetailsView. Do you think it is easy to implement ?. What are the main difficulties ?

    Thanks.

    Stephane
  3. You can use the WebForms view engine in Monorail, which would allow you to use all of the server controls which you currently use:

    http://www.castleproject.org/monorail/documentation/v1rc2/viewengines/webforms/index.html

    Personally I would advise against it, and some of the reasons why can be found in the above document. Monorail supports viewcomponents, which are simple, resusable components which can be used in your views. For example, the Castle Contrib project contains a SmartGrid component which could be used to replace the GridView. I’ve never used either, so I’m maybe not the best person to advise.

    The Castle Users list is a good place to ask advise on moving from WebForms to Monorail:

    http://groups.google.com/group/castle-project-users

    colinramsay
  4. Very cool. Thank you for this. This is great.

    Nelson Montalvo
  5. [...] Getting Started With Monorail – Part 1 [...]

    Screencast goodness « How to become a better developer