Stories recently tagged with 'MonoRail'

A realistic impression about MonoRail(hammett.castleproject.org)

submitted by LordLord(3732) 3 years, 11 months ago

"MonoRail is hard, don’t let anyone tell you any different. You have to download a bunch of stuff, set it up on your machine, learn some weird new syntax for writing your web pages, you don’t get intellisense in your webpages, there’s no nice server controls, no drag and dropping to build the UI, the documentation doesn’t always show you how to get things done and much much more." read more...

add a comment |category: |Views: 9

tags: another

The reason for the Ayende phenomenon?(ayende.com)

submitted by LordLord(3732) 3 years, 11 months ago

As we all know, Ayende has done a lot for the .NET community. Blog subscription not optional. We heard lots of different people asking if he ever sleeps. How is this possible? I say; follow the link. http://kyle.baley.org/DoAndroidsDreamOfElectricMonorailsWhileTheyreHibernating.aspx http://blogs.magiconsoftware.com/blogs/bdiaz/archive/2007/03/25/linq-for-nhibernate.aspx http://www.benmonro.com/Blog/CommentView,guid,18ee917b-6d86-483e-a169-1d9fa0801d60.aspx http://samgentile.com/blogs/samgentile/archive/2007/03/18/new-and-notable-149.aspx http://groups.google.com/group/castle-project-users/msg/da741a02df25bcaf http://www.ayende.com/Blog/archive/2008/01/10/Code-that-read-and-modify-code-code-that-read-codes.aspx read more...

add a comment |category: |Views: 31

tags: another

MonoRail Quickly - Screencast(joeydotnet.com)

submitted by jbeninghovejbeninghove(790) 4 years, 2 months ago

Well it was bound to happen at some point. My first screencast. It's a quick walkthrough on how you can get a baseline MonoRail solution up and running. Yeah, I know. Everyone's talking about MS MVC these days, and I'm certainly just as excited about it as anyone else. But MonoRail is still a very nice MVC framework that can be fully leveraged now. read more...

add a comment |category: |Views: 15

tags: another

Screen Cast - Creating MonoRail-AspView Web Application From Scratch(kenegozi.com)

submitted by kenegozikenegozi(220) 4 years, 2 months ago

Following many requests from users, I've created a screen cast in which I show how to setup a new MonoRail/AspView website, from scratch (no wizards). read more...

add a comment |category: |Views: 12

tags: another

Great MonoRail and Castle Project Screencasts Series(colinramsay.co.uk)

submitted by simonebsimoneb(5450) 4 years, 3 months ago

Colin Ramsay created a series of screencasts about MonoRail. To date, parts 1-5 are about MonoRail while there are a couple more talking about other features of Castle Project. They're easy to follow and worth watching. If you need to download them just point your download manager to http://colinramsay.co.uk/screencasts/1/1.swf (replacing /x/x.swf with numbers from 1 to 5). read more...

add a comment |category: |Views: 43

tags: another

Introducing MonoRail HotSwap(ayende.com)

submitted by D_GuidiD_Guidi(280) 4 years, 4 months ago

I hate aimless bitching, and this post annoyed me enough to decide to do something about it. The basic problem is that making any change at all to an ASP.Net application requires an AppDomain load / unload, which takes a lot of time. This means that a quick change and browser refresh are not possible, you are trying to minimize those waits as much as possible, and that hurts the feedback cycle. read more...

1 comment |category: |Views: 7

tags: another

Handling javascript localization in Mono Rail(ayende.com)

submitted by D_GuidiD_Guidi(280) 4 years, 4 months ago

I run into the issue of having to alert the user of some error, and it brought home the fact that English & Hebrew are not easy to mix... read more...

add a comment |category: |Views: 17

tags: another

MonoRail #4: Validation(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 4 months ago

Shows how to wire-up validation in MonoRail using the Validator Component/Library. read more...

add a comment |category: |Views: 77

tags: another

Castle Project 1.0 Release Candidate 3 is out(hammett.castleproject.org)

submitted by LordLord(3732) 4 years, 4 months ago

Yep, you read that right, they finally made it. read more...

add a comment |category: |Views: 4

tags: another

MonoRail #3: Unit Testing and ViewComponents(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 4 months ago

Ensuring that I'm doing unit testing correctly, using the new BastControllerTest, and also how to setup a simple ViewComponent read more...

add a comment |category: |Views: 13

tags: another

Monorail #2 : Layouts & Rescues(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 5 months ago

Covers layouts and rescue NVelocity files and how you use them with MonoRail. read more...

add a comment |category: |Views: 17

tags: another

Monorail #1 Reasons, Setup, and First output(lostechies.com)

submitted by jmeridthjmeridth(720) 4 years, 5 months ago

Introduction to Castle MonoRail. More posts coming soon. read more...

add a comment |category: |Views: 4

tags: another

Essential MonoRail(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 5 months ago

Describes the bare minimum, essential code only, to get Caslte's MonoRail to render content. Visual Studio not needed. read more...

add a comment |category: |Views: 8

tags: another

Re: Monorail vs. Rails isn't a meaningful question(flanders.co.nz)

submitted by buildmasterbuildmaster(225) 4 years, 6 months ago

With the advent of IronRuby I think my opinion on the subject may change because that hopefully implies that visual studio will get full support for Ruby and that will finally give me the chance to evaluate my productivity in both languages more objectively. But as things stand currently I like the language of ruby a lot but I am a lot more productive in the c# world. read more...

add a comment |category: |Views: 4

tags: another

Monorail Vs Rails Isn't a Meaningful Question(codebetter.com)

submitted by buildmasterbuildmaster(225) 4 years, 6 months ago

There are reasons for either of the three choices, but we technologists often fail to actually make a choice as much as we choose not to choose for not being even aware of our choices. How do you know that you're using the best, most productive tools? read more...

add a comment |category: |Views: 6

tags: another

Integrating Castle MonoRail into Legacy Code(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 7 months ago

After deciding to migrate our current project to Castle Project's MonoRail, next came the task of going through the available documentation, forums and sample code to determine how best to integrate the MonoRail Project into our legacy application. read more...

add a comment |category: |Views: 7

tags: another