DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'MonoRail' Subscribe to this feed
1
kicks
submitted by Lord 6 months, 18 days ago

hammett.castleproject.org — "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 add a comment | category: | Views: 4
tags: , , | tag it

3
kicks
submitted by Lord 6 months, 23 days ago

ayende.com — 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 add a comment | category: | Views: 11
tags: , , , , | tag it

10
kicks
published 8 months, 28 days ago, submitted by jbeninghove 8 months, 29 days ago

joeydotnet.com — 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 add a comment | category: | Views: 6
tags: , , | tag it

10
kicks
published 9 months, 13 days ago, submitted by kenegozi 9 months, 14 days ago

kenegozi.com — 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 add a comment | category: | Views: 4
tags: , , | tag it

3
kicks
submitted by simoneb simoneb 9 months, 27 days ago

colinramsay.co.uk — 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 add a comment | category: | Views: 12
tags: , , | tag it

7
kicks
published 10 months, 27 days ago, submitted by D_Guidi D_Guidi 10 months, 27 days ago

ayende.com — 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...

Add a comment 1 comment | category: | Views: 1
tags: , | tag it

4
kicks
submitted by D_Guidi D_Guidi 10 months, 30 days ago

ayende.com — 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 add a comment | category: | Views: 2
tags: , , , | tag it

10
kicks
published 11 months, 9 days ago, submitted by jmeridth jmeridth 11 months, 11 days ago

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

Add a comment add a comment | category: | Views: 22
tags: , , | tag it

14
kicks
published 11 months, 15 days ago, submitted by Lord 11 months, 17 days ago

hammett.castleproject.org — Yep, you read that right, they finally made it. read more...

Add a comment add a comment | category: | Views: 0
tags: , , , | tag it

4
kicks
submitted by jmeridth jmeridth 11 months, 18 days ago

lostechies.com — 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 add a comment | category: | Views: 2
tags: , , , | tag it

11
kicks
published 11 months, 27 days ago, submitted by jmeridth jmeridth 11 months, 28 days ago

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

Add a comment add a comment | category: | Views: 3
tags: , , | tag it

12
kicks
published 1 year ago, submitted by jmeridth jmeridth 1 year ago

lostechies.com — Introduction to Castle MonoRail. More posts coming soon. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

16
kicks
published 1 year ago, submitted by chrcar01 1 year ago

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

Add a comment add a comment | category: | Views: 1
tags: , , , | tag it

3
kicks
submitted by buildmaster 1 year ago

flanders.co.nz — 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 add a comment | category: | Views: 1
tags: , , , , | tag it

12
kicks
published 1 year ago, submitted by buildmaster 1 year ago

codebetter.com — 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 add a comment | category: | Views: 0
tags: , , , | tag it

14
kicks
published 1 year, 2 months ago, submitted by dwhittaker 1 year, 2 months ago

devlicio.us — 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 add a comment | category: | Views: 1
tags: , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge