<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Eduardo Dias</title><link>http://weblogs.asp.net/eduardodias/default.aspx</link><description>Thoughts on Architecture, Methodologies, Domain Design and .NET Technologies.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/weblogs_eduardodias" /><feedburner:info uri="weblogs_eduardodias" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item><title>Small Dependency Injection Framework with Lambda Expressions</title><link>http://feedproxy.google.com/~r/weblogs_eduardodias/~3/G3T6giJi-N0/small-dependency-injection-framework-with-lambda-expressions.aspx</link><pubDate>Mon, 10 Dec 2012 19:22:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9552546</guid><dc:creator>edurdias</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://weblogs.asp.net/eduardodias/rsscomments.aspx?PostID=9552546</wfw:commentRss><wfw:comment>http://weblogs.asp.net/eduardodias/commentapi.aspx?PostID=9552546</wfw:comment><comments>http://weblogs.asp.net/eduardodias/archive/2012/12/10/small-dependency-injection-framework-with-lambda-expressions.aspx#comments</comments><description>Hi everyone, I was evaluating some frameworks for Dependency Injection for a given project here in the company. Frameworks such as Ninject and Unity are very good, but four needs, to 'big'. So we came up with a more 'minimalist' solution. Based on the...(&lt;a href="http://weblogs.asp.net/eduardodias/archive/2012/12/10/small-dependency-injection-framework-with-lambda-expressions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9552546" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/weblogs_eduardodias/~4/G3T6giJi-N0" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/eduardodias/archive/2012/12/10/small-dependency-injection-framework-with-lambda-expressions.aspx</feedburner:origLink></item><item><title>Introducing Native Query Filters for Running Objects</title><link>http://feedproxy.google.com/~r/weblogs_eduardodias/~3/nK09m4XlX10/introducing-native-query-filters-for-running-objects.aspx</link><pubDate>Fri, 07 Dec 2012 17:18:47 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9531140</guid><dc:creator>edurdias</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://weblogs.asp.net/eduardodias/rsscomments.aspx?PostID=9531140</wfw:commentRss><wfw:comment>http://weblogs.asp.net/eduardodias/commentapi.aspx?PostID=9531140</wfw:comment><comments>http://weblogs.asp.net/eduardodias/archive/2012/12/07/introducing-native-query-filters-for-running-objects.aspx#comments</comments><description>In my previous post we have discussed how to create queries and associate them to domain models. To create these queries, the developer can use Dynamic LINQ API using string values parameters (as shown below) It is powerful and complete, but we still...(&lt;a href="http://weblogs.asp.net/eduardodias/archive/2012/12/07/introducing-native-query-filters-for-running-objects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9531140" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/weblogs_eduardodias/~4/nK09m4XlX10" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/eduardodias/archive/2012/12/07/introducing-native-query-filters-for-running-objects.aspx</feedburner:origLink></item><item><title>Creating Multiple Queries for Running Objects</title><link>http://feedproxy.google.com/~r/weblogs_eduardodias/~3/qPHK-k0BAH8/creating-multiple-queries-for-running-objects.aspx</link><pubDate>Mon, 24 Sep 2012 13:57:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8984450</guid><dc:creator>edurdias</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://weblogs.asp.net/eduardodias/rsscomments.aspx?PostID=8984450</wfw:commentRss><wfw:comment>http://weblogs.asp.net/eduardodias/commentapi.aspx?PostID=8984450</wfw:comment><comments>http://weblogs.asp.net/eduardodias/archive/2012/09/24/creating-multiple-queries-for-running-objects.aspx#comments</comments><description>Running Objects combines the power of LINQ with Metadata definition to let you leverage multiples perspectives of your queries of objects. By default, RO brings all the objects in natural order of insertion and including all the visible properties of...(&lt;a href="http://weblogs.asp.net/eduardodias/archive/2012/09/24/creating-multiple-queries-for-running-objects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8984450" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/weblogs_eduardodias/~4/qPHK-k0BAH8" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/eduardodias/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/Agile/default.aspx">Agile</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/DDD/default.aspx">DDD</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/running+objects/default.aspx">running objects</category><feedburner:origLink>http://weblogs.asp.net/eduardodias/archive/2012/09/24/creating-multiple-queries-for-running-objects.aspx</feedburner:origLink></item><item><title>Running Objects – Associations and Relationships</title><link>http://feedproxy.google.com/~r/weblogs_eduardodias/~3/D-fAjVVulxg/running-objects-associations-and-relationships.aspx</link><pubDate>Wed, 05 Sep 2012 19:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8893837</guid><dc:creator>edurdias</dc:creator><slash:comments>0</slash:comments><wfw:commentRss>http://weblogs.asp.net/eduardodias/rsscomments.aspx?PostID=8893837</wfw:commentRss><wfw:comment>http://weblogs.asp.net/eduardodias/commentapi.aspx?PostID=8893837</wfw:comment><comments>http://weblogs.asp.net/eduardodias/archive/2012/09/05/running-objects-associations-and-relationships.aspx#comments</comments><description>After the introduction to the Running Objects with the tutorial Movie Database in 2 Minutes ( available here ), I would like to demonstrate how Running Objects interprets the Associations where we will cover: Direct Association – A reference to another...(&lt;a href="http://weblogs.asp.net/eduardodias/archive/2012/09/05/running-objects-associations-and-relationships.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8893837" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/weblogs_eduardodias/~4/D-fAjVVulxg" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/eduardodias/archive/2012/09/05/running-objects-associations-and-relationships.aspx</feedburner:origLink></item><item><title>Movie Database in 2 Minutes with Running Objects</title><link>http://feedproxy.google.com/~r/weblogs_eduardodias/~3/OUB19PfzLKI/movie-database-in-2-minutes-with-running-objects.aspx</link><pubDate>Fri, 31 Aug 2012 23:32:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8882601</guid><dc:creator>edurdias</dc:creator><slash:comments>6</slash:comments><wfw:commentRss>http://weblogs.asp.net/eduardodias/rsscomments.aspx?PostID=8882601</wfw:commentRss><wfw:comment>http://weblogs.asp.net/eduardodias/commentapi.aspx?PostID=8882601</wfw:comment><comments>http://weblogs.asp.net/eduardodias/archive/2012/08/31/movie-database-in-2-minutes-with-running-objects.aspx#comments</comments><description>Demonstrating how to use Running Objects, we have published a tutorial in how to create a Movie Database, like the one from Stephen Walther, in just 2 minutes. The tutorial demonstrate how to create the application end-to-end. You can access the tutorial...(&lt;a href="http://weblogs.asp.net/eduardodias/archive/2012/08/31/movie-database-in-2-minutes-with-running-objects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8882601" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/weblogs_eduardodias/~4/OUB19PfzLKI" height="1" width="1"/&gt;</description><category domain="http://weblogs.asp.net/eduardodias/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/jQuery/default.aspx">jQuery</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/Agile/default.aspx">Agile</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category><category domain="http://weblogs.asp.net/eduardodias/archive/tags/running+objects/default.aspx">running objects</category><feedburner:origLink>http://weblogs.asp.net/eduardodias/archive/2012/08/31/movie-database-in-2-minutes-with-running-objects.aspx</feedburner:origLink></item><item><title>Introduction to Running Objects</title><link>http://feedproxy.google.com/~r/weblogs_eduardodias/~3/5cK88rLJNrw/introduction-to-running-objects.aspx</link><pubDate>Tue, 31 Jul 2012 19:50:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8803724</guid><dc:creator>edurdias</dc:creator><slash:comments>5</slash:comments><wfw:commentRss>http://weblogs.asp.net/eduardodias/rsscomments.aspx?PostID=8803724</wfw:commentRss><wfw:comment>http://weblogs.asp.net/eduardodias/commentapi.aspx?PostID=8803724</wfw:comment><comments>http://weblogs.asp.net/eduardodias/archive/2012/07/31/introduction-to-running-objects.aspx#comments</comments><description>&amp;#160; In the last years, the fast and constant evolution of business requirements together with the high priority and short development schedule became the main problems for thousands of developers trying to tackle the challenge of deliver high quality...(&lt;a href="http://weblogs.asp.net/eduardodias/archive/2012/07/31/introduction-to-running-objects.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8803724" width="1" height="1"&gt;&lt;img src="http://feeds.feedburner.com/~r/weblogs_eduardodias/~4/5cK88rLJNrw" height="1" width="1"/&gt;</description><feedburner:origLink>http://weblogs.asp.net/eduardodias/archive/2012/07/31/introduction-to-running-objects.aspx</feedburner:origLink></item></channel></rss>
