﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Ayende Rahien commented on Igloo: Model View Controller In ASP.Net</title><description>@Hammett,
  
The nested name part is taken care of by the Input[...] method.
  
I name I am passing is something like "SavedTemplateNewName", the Input them searches for everything that EndsWith SavedTemplateNewName, so I can get the nested names support without bothering to think about it.
  
The only thing that I need to worry about it not to have conflicting ID names, which is something that I do at any rate.
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment10</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment10</guid><pubDate>Thu, 22 Feb 2007 07:22:54 GMT</pubDate></item><item><title>Ayende Rahien commented on Igloo: Model View Controller In ASP.Net</title><description>@Gilles,
  
I am a bit worried of adding the bijection into the application. The issue here is two fold:
  
A) I am getting a bit "Too Much Magic" vibe when I think about it. It is cool and I like the idea, but I have hard time trying to explain it as it is.
  
B) Because we can't do injection of parameters, it would mean that the controller would have to have several properties that are meant solely for input. And since a lot of methods needs different parameters, it would mean large number of fields/properties that are mostly empty, and no easy way to associate between what I need in a method to its fields without reading everything.
  
This approach is a bit K&amp;R C, but it make it clear what I am using in a given method.
  
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment9</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment9</guid><pubDate>Thu, 22 Feb 2007 07:20:18 GMT</pubDate></item><item><title>Ayende Rahien commented on Igloo: Model View Controller In ASP.Net</title><description>@Steve,
  
You can read about Repository&lt;T&gt; here:
  
http://www.ayende.com/Blog/archive/2006/12/24/7003.aspx
  
  
The implementation itself is here:
  
http://rhino-tools.svn.sourceforge.net/svnroot/rhino-tools/trunk/rhino-commons/Rhino.Commons/Repositories/ARRepository.cs
  
  
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment8</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment8</guid><pubDate>Thu, 22 Feb 2007 07:14:21 GMT</pubDate></item><item><title>Ayende Rahien commented on Igloo: Model View Controller In ASP.Net</title><description>@Doug,
  
I am using a custom version of Igloo, which had a lot of stuff stripped out.
  
The SVN should be back online in a few days.
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment7</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment7</guid><pubDate>Thu, 22 Feb 2007 07:12:09 GMT</pubDate></item><item><title>hammett commented on Igloo: Model View Controller In ASP.Net</title><description>Castle's SVN is under some maintenance, so please be patient.
  
  
  
I like the separation, but how would you handle WebForms controls within a nested naming container (ie. "ctl_0_Name")
  
  
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment6</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment6</guid><pubDate>Wed, 21 Feb 2007 23:39:20 GMT</pubDate></item><item><title>Jose commented on Igloo: Model View Controller In ASP.Net</title><description>I cannot find any Igloo sources in SVN Repository... 
  
  
Are you planning to post any sample of using Igloo + Repository&lt;T&gt;
  
  
Thanks
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment5</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment5</guid><pubDate>Wed, 21 Feb 2007 22:19:30 GMT</pubDate></item><item><title>Gilles commented on Igloo: Model View Controller In ASP.Net</title><description>Hi Ayende
  
  
I have had the same idea of you for the Scope.Input[]  but I have imagined put them on the NavigationState.Params[] or added some properties like those on the controller
  
  
[Param[Constants.Policy.Templates.SavedTemplateId]]
  
public string maybeId  = string.Empty;
  
  
[Param[Constants.Policy.Templates.SavedTemplateName]]
  
public string newName = string.Empty;
  
  
Gilles
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment4</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment4</guid><pubDate>Wed, 21 Feb 2007 22:18:08 GMT</pubDate></item><item><title>Gilles commented on Igloo: Model View Controller In ASP.Net</title><description>It is on the experiment branch of castle SVN
  
Experiments\Castle.Igloo
  
  
  
  
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment3</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment3</guid><pubDate>Wed, 21 Feb 2007 21:45:09 GMT</pubDate></item><item><title>Steve commented on Igloo: Model View Controller In ASP.Net</title><description>Could you show me what that 'Repository' could looks like?
  
  
I'm working on a Monorail project and I like the idea of making requests through this layer as you have it there with the repository
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment2</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment2</guid><pubDate>Wed, 21 Feb 2007 21:43:15 GMT</pubDate></item><item><title>Doug Mayer commented on Igloo: Model View Controller In ASP.Net</title><description>Do you have an update on where the Igloo repository exists?  I can't seem to find anything on the SVN repo that you've linked in your previous post on it.
</description><link>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment1</link><guid>http://ayende.com/2124/igloo-model-view-controller-in-asp-net#comment1</guid><pubDate>Wed, 21 Feb 2007 20:59:42 GMT</pubDate></item></channel></rss>