<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Planning LightSpeed 3.0 &#8211; what do you want?</title>
	<atom:link href="http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/</link>
	<description>The official blog of Mindscape</description>
	<lastBuildDate>Sun, 13 May 2012 21:07:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: MiddleTommy</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-33001</link>
		<dc:creator>MiddleTommy</dc:creator>
		<pubDate>Tue, 23 Jun 2009 16:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-33001</guid>
		<description>I would love to see update/save of single entities.

like
unitofwork.Update(MyEntity);

where all changes are saved to the database from an entity and its relations.

And even a 
unitofwork.PullUpdate(MyEntity);

where all changes in the database to an entity and its relations are applied to local object

Thanks for a great product</description>
		<content:encoded><![CDATA[<p>I would love to see update/save of single entities.</p>
<p>like<br />
unitofwork.Update(MyEntity);</p>
<p>where all changes are saved to the database from an entity and its relations.</p>
<p>And even a<br />
unitofwork.PullUpdate(MyEntity);</p>
<p>where all changes in the database to an entity and its relations are applied to local object</p>
<p>Thanks for a great product</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiddleTommy</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-32371</link>
		<dc:creator>MiddleTommy</dc:creator>
		<pubDate>Mon, 18 May 2009 13:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-32371</guid>
		<description>Since LightSpeed is advancing to .NET 3.5 you could and a private notification of property changing. In model designer have an option for Notification (None&#124;Both&#124;Before&#124;After). Then depending on the selection have partial methods in the generated class that are called before a property changes (with cancel support would be great), after a property changes or both. This may eliminate the need for the Generated option. But both would be great.</description>
		<content:encoded><![CDATA[<p>Since LightSpeed is advancing to .NET 3.5 you could and a private notification of property changing. In model designer have an option for Notification (None|Both|Before|After). Then depending on the selection have partial methods in the generated class that are called before a property changes (with cancel support would be great), after a property changes or both. This may eliminate the need for the Generated option. But both would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiddleTommy</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-32235</link>
		<dc:creator>MiddleTommy</dc:creator>
		<pubDate>Wed, 13 May 2009 21:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-32235</guid>
		<description>well It would be usefull to go to the generated code when you are changing an item from Generated to FieldOnly. Then you could copy the code and paste it somewhere else as a starting point. Maybe a &quot;Make Non-Generated&quot; or &quot;Make Editable&quot; would be a better option that would &quot;move&quot; the generated code to the non-generated partial class and set its generated option to Field-Only

going to the non-generated partial class would be awesome too.</description>
		<content:encoded><![CDATA[<p>well It would be usefull to go to the generated code when you are changing an item from Generated to FieldOnly. Then you could copy the code and paste it somewhere else as a starting point. Maybe a &#8220;Make Non-Generated&#8221; or &#8220;Make Editable&#8221; would be a better option that would &#8220;move&#8221; the generated code to the non-generated partial class and set its generated option to Field-Only</p>
<p>going to the non-generated partial class would be awesome too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Towlson</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-32234</link>
		<dc:creator>Ivan Towlson</dc:creator>
		<pubDate>Wed, 13 May 2009 21:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-32234</guid>
		<description>Could you say a bit more about the use case for &quot;Go to Code&quot;?  Although it&#039;s useful to be able to look at the generated code, we don&#039;t want to put up big signposts inviting people to open the generated code file, because it tempts them to edit it, which inevitably leads to disappointment when their changes get overwritten.  (A shortcut for opening/creating a partial class for an entity might be handy though.)</description>
		<content:encoded><![CDATA[<p>Could you say a bit more about the use case for &#8220;Go to Code&#8221;?  Although it&#8217;s useful to be able to look at the generated code, we don&#8217;t want to put up big signposts inviting people to open the generated code file, because it tempts them to edit it, which inevitably leads to disappointment when their changes get overwritten.  (A shortcut for opening/creating a partial class for an entity might be handy though.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiddleTommy</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-32222</link>
		<dc:creator>MiddleTommy</dc:creator>
		<pubDate>Wed, 13 May 2009 15:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-32222</guid>
		<description>When you right click on an entity, property, association, etc... you have a Goto Code option that takes you to your selection in the code file</description>
		<content:encoded><![CDATA[<p>When you right click on an entity, property, association, etc&#8230; you have a Goto Code option that takes you to your selection in the code file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Towlson</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-32209</link>
		<dc:creator>Ivan Towlson</dc:creator>
		<pubDate>Wed, 13 May 2009 04:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-32209</guid>
		<description>MiddleTommy - custom using/imports statements will be in the 14 May nightly build, available from about 1430 GMT.  Open the &quot;LightSpeed Model&quot; window (View &gt; Other Windows &gt; LightSpeed Model), right-click the model icon and choose Add Imported Namespace.  Hope this helps, and please let us know in the forums if you run into any problems.</description>
		<content:encoded><![CDATA[<p>MiddleTommy &#8211; custom using/imports statements will be in the 14 May nightly build, available from about 1430 GMT.  Open the &#8220;LightSpeed Model&#8221; window (View &gt; Other Windows &gt; LightSpeed Model), right-click the model icon and choose Add Imported Namespace.  Hope this helps, and please let us know in the forums if you run into any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiddleTommy</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-32172</link>
		<dc:creator>MiddleTommy</dc:creator>
		<pubDate>Mon, 11 May 2009 23:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-32172</guid>
		<description>ability to add &quot;using&quot; or &quot;import&quot; statements on top of LS generated code (Needed for custom attributes in different library)</description>
		<content:encoded><![CDATA[<p>ability to add &#8220;using&#8221; or &#8220;import&#8221; statements on top of LS generated code (Needed for custom attributes in different library)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-31660</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 16 Apr 2009 14:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-31660</guid>
		<description>The possibility to enable/disable Triggers.
(Im missing this in linq2sql/linqtoentities)</description>
		<content:encoded><![CDATA[<p>The possibility to enable/disable Triggers.<br />
(Im missing this in linq2sql/linqtoentities)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MiddleTommy</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-31657</link>
		<dc:creator>MiddleTommy</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-31657</guid>
		<description>bool Transient (Temporary) property on Entity base class preventing creation or update to database.</description>
		<content:encoded><![CDATA[<p>bool Transient (Temporary) property on Entity base class preventing creation or update to database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Freeman</title>
		<link>http://www.mindscapehq.com/blog/index.php/2009/02/09/planning-lightspeed-30-what-do-you-want/comment-page-1/#comment-31615</link>
		<dc:creator>Joe Freeman</dc:creator>
		<pubDate>Tue, 14 Apr 2009 20:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mindscape.co.nz/blog/?p=531#comment-31615</guid>
		<description>Multi-valued attribute support for SimpleDB would be great.</description>
		<content:encoded><![CDATA[<p>Multi-valued attribute support for SimpleDB would be great.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (Requested URI is rejected)
Database Caching 3/20 queries in 0.013 seconds using disk: basic
Content Delivery Network via cdn.mindscapehq.com

Served from: www.mindscapehq.com @ 2012-05-21 04:04:27 -->
