<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mehfuz's WebLog - All Comments</title><link>http://weblogs.asp.net/mehfuzh/default.aspx</link><description>Live crazy, think different!</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Writing ASP.NET MVC bootstrapper with AutoBox</title><link>http://weblogs.asp.net/mehfuzh/archive/2012/01/30/writing-asp-net-mvc-bootstrapper-with-autobox.aspx#8273666</link><pubDate>Tue, 31 Jan 2012 14:07:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8273666</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8273666" width="1" height="1"&gt;</description></item><item><title>re: Writing ASP.NET MVC bootstrapper with AutoBox</title><link>http://weblogs.asp.net/mehfuzh/archive/2012/01/30/writing-asp-net-mvc-bootstrapper-with-autobox.aspx#8273287</link><pubDate>Tue, 31 Jan 2012 09:09:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8273287</guid><dc:creator>mehfuzh</dc:creator><description>&lt;p&gt;Hi Nova,&lt;/p&gt;
&lt;p&gt;I think sequence for registration will only be useful in Routes. In that case, i will try to add an option where you can specify which route registration class should go first. However, it will matter a little if you define your route registration classes by section, like buy =&amp;gt; BuyRoutes , signup =&amp;gt; SignupRoutes, etc.&lt;/p&gt;
&lt;p&gt;Hope that helps&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8273287" width="1" height="1"&gt;</description></item><item><title>re: Writing ASP.NET MVC bootstrapper with AutoBox</title><link>http://weblogs.asp.net/mehfuzh/archive/2012/01/30/writing-asp-net-mvc-bootstrapper-with-autobox.aspx#8272874</link><pubDate>Tue, 31 Jan 2012 02:00:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8272874</guid><dc:creator>Nova</dc:creator><description>&lt;p&gt;I think that AutoBox could make the code neat, but how do you make sure the sequece of execution?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8272874" width="1" height="1"&gt;</description></item><item><title>Writing ASP.NET MVC bootstrapper with Autobox</title><link>http://weblogs.asp.net/mehfuzh/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx#8272231</link><pubDate>Mon, 30 Jan 2012 16:10:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8272231</guid><dc:creator>Mehfuz's Log</dc:creator><description>&lt;p&gt;This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8272231" width="1" height="1"&gt;</description></item><item><title>Writing ASP.NET MVC bootstrapper with Autobox</title><link>http://weblogs.asp.net/mehfuzh/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx#8272205</link><pubDate>Mon, 30 Jan 2012 15:47:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8272205</guid><dc:creator>Mehfuz's WebLog</dc:creator><description>&lt;p&gt;This will post will show how you can use AutoBox to easily write MVC Bootstrapper. I have used the latest&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8272205" width="1" height="1"&gt;</description></item><item><title>Proxy Pattern Code &amp;laquo; Sladescross&amp;#039;s Blog</title><link>http://weblogs.asp.net/mehfuzh/archive/2010/01/03/a-basic-proxy-for-intercepting-method-calls-part-1.aspx#8213663</link><pubDate>Tue, 03 Jan 2012 10:10:29 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8213663</guid><dc:creator>Proxy Pattern Code « Sladescross's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Proxy Pattern Code &amp;amp;laquo; Sladescross&amp;amp;#039;s Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8213663" width="1" height="1"&gt;</description></item><item><title>re: Introducing AutoBox - On the fly dependency injection and caching container.</title><link>http://weblogs.asp.net/mehfuzh/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx#8153778</link><pubDate>Thu, 22 Dec 2011 09:26:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8153778</guid><dc:creator>mehfuzh</dc:creator><description>&lt;p&gt;Hi Romi,&lt;/p&gt;
&lt;p&gt;I am not sure what you mean by multiserver options.But generally memcached load can be configured in the server (eg.amazon elasticcache). In terms of adding muiliple server endpoints i will take a look.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Mehfuz&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8153778" width="1" height="1"&gt;</description></item><item><title>re: LinqExtender 1.4 - Enhanced object tracking</title><link>http://weblogs.asp.net/mehfuzh/archive/2008/08/11/linqextender-1-4-enhanced-object-tracking.aspx#8150136</link><pubDate>Wed, 21 Dec 2011 11:22:24 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8150136</guid><dc:creator>Neeraj</dc:creator><description>&lt;p&gt;Please let me know where is this &amp;quot;QueryObjectbase&amp;quot;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8150136" width="1" height="1"&gt;</description></item><item><title>re: Introducing AutoBox - On the fly dependency injection and caching container.</title><link>http://weblogs.asp.net/mehfuzh/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx#8097709</link><pubDate>Wed, 07 Dec 2011 13:32:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8097709</guid><dc:creator>Romi</dc:creator><description>&lt;p&gt;Great, but can you explain more about multiserver options like AWS and implementations samples.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8097709" width="1" height="1"&gt;</description></item><item><title>Introducing AutoBox  - On the fly dependency... | ASP.NET | Syngu</title><link>http://weblogs.asp.net/mehfuzh/archive/2011/11/06/introducing-autobox-on-the-fly-dependency-injection-and-caching-container.aspx#8035232</link><pubDate>Sun, 06 Nov 2011 06:34:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8035232</guid><dc:creator>Introducing AutoBox  - On the fly dependency... | ASP.NET | Syngu</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Introducing AutoBox &amp;nbsp;- On the fly dependency... | ASP.NET | Syngu&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8035232" width="1" height="1"&gt;</description></item></channel></rss>
