<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.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>ASP.NET Dynamic Data</title><link>http://forums.asp.net/1145.aspx</link><description>Discussions regarding the new scaffolding framework in ASP.NET</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How can one get Linq to include extended property information from Sql Server 2005</title><link>http://forums.asp.net/thread/2597119.aspx</link><pubDate>Wed, 03 Sep 2008 09:34:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2597119</guid><dc:creator>mkamoski</dc:creator><author>mkamoski</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2597119.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=2597119</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;KristoferA:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;...The latest version of the add-in (released today)&amp;nbsp;has a new &amp;#39;documentation&amp;#39; feature that will retrieve the description attribute from SQL 2005/SQL 2008 extended properties along with&amp;nbsp;index information from the database. It then updates the xml comment documentation as well as add the System.ComponentModel.DescriptionAttribute to the relevant classes and properties....&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Kristofer --&lt;/p&gt;
&lt;p&gt;That is nice work.&lt;/p&gt;
&lt;p&gt;I got the update today and works great.&lt;/p&gt;
&lt;p&gt;Thank you VERY much-- it is a real time-saver for our team.&lt;/p&gt;
&lt;p&gt;-- Mark Kamoski&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: How can one get Linq to include extended property information from Sql Server 2005</title><link>http://forums.asp.net/thread/2592829.aspx</link><pubDate>Mon, 01 Sep 2008 11:45:29 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2592829</guid><dc:creator>KristoferA</dc:creator><author>KristoferA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2592829.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=2592829</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;mkamoski:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;KristoferA:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;In addition to the xml documentation I presume you would also want that information included as attributes [for programmatic access]?&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Right-O. That is exactly what I want to do.&lt;/p&gt;
&lt;p&gt;(BTW, for all those who have not found it-- the Hugati DbmlTool really works and saves a lot of time-- if you are using Linq, you should consider it strongly.)&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;-- Mark Kamoski&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;The latest version of the add-in (released today)&amp;nbsp;has a new &amp;#39;documentation&amp;#39; feature that will retrieve the description attribute from SQL 2005/SQL 2008 extended properties along with&amp;nbsp;index information from the database. It then updates the xml comment documentation as well as add the System.ComponentModel.DescriptionAttribute to the relevant classes and properties. &lt;/p&gt;
&lt;p&gt;This first version of the documentation feature is a little bit slow (albeit a lot faster than typing in the documentation by hand)&amp;nbsp;and only has two options (controlling whether to use extended properties, and/or indexes). Optimizations to make it faster along with more user options will come in&amp;nbsp;a future update.&lt;/p&gt;</description></item><item><title>Re: How can one get Linq to include extended property information from Sql Server 2005</title><link>http://forums.asp.net/thread/2581198.aspx</link><pubDate>Tue, 26 Aug 2008 15:35:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2581198</guid><dc:creator>mkamoski</dc:creator><author>mkamoski</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2581198.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=2581198</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/fan/images/icon-quote.gif"&gt; &lt;strong&gt;KristoferA:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;In addition to the xml documentation I presume you would also want that information included as attributes [for programmatic access]?&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Right-O. That is exactly what I want to do.&lt;/p&gt;
&lt;p&gt;(BTW, for all those who have not found it-- the Hugati DbmlTool really works and saves a lot of time-- if you are using Linq, you should consider it strongly.)&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;-- Mark Kamoski&lt;/p&gt;</description></item><item><title>Re: How can one get Linq to include extended property information from Sql Server 2005</title><link>http://forums.asp.net/thread/2581182.aspx</link><pubDate>Tue, 26 Aug 2008 15:27:50 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2581182</guid><dc:creator>KristoferA</dc:creator><author>KristoferA</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2581182.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=2581182</wfw:commentRss><description>&lt;p&gt;Hi Mark,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;That&amp;#39;s a very interesting idea.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m working on a documentation feature in the &lt;a class="" href="http://www.huagati.com/dbmltools/"&gt;Huagati DBML Tools add-in&lt;/a&gt; that will update the xml documentation summary field&amp;nbsp;for entity classes and member properties. Currently it uses remarks from a text field in the upcoming dbml explorer (early screenshot: &lt;a href="http://blog.huagati.com/res/wp-content/uploads/2008/08/dbmlExplorerPreview2.png"&gt;http://blog.huagati.com/res/wp-content/uploads/2008/08/dbmlExplorerPreview2.png&lt;/a&gt;&amp;nbsp;) but I will make a couple of tests to see if I can fit in retrieving descriptions from extended properties into the same.&lt;/p&gt;
&lt;p&gt;In addition to the xml documentation I presume you would also want that information included as attributes [for programmatic access], e.g. System.ComponentModel.Description..?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Kristofer&lt;/p&gt;</description></item><item><title>How can one get Linq to include extended property information from Sql Server 2005</title><link>http://forums.asp.net/thread/2580905.aspx</link><pubDate>Tue, 26 Aug 2008 13:21:08 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2580905</guid><dc:creator>mkamoski</dc:creator><author>mkamoski</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2580905.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1145&amp;PostID=2580905</wfw:commentRss><description>&lt;p&gt;All --&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;
&lt;p&gt;How can one get Linq to include extended property information from Sql Server 2005, like this...&lt;/p&gt;
&lt;p&gt;Viewing Extended Properties&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms186989(SQL.90).aspx"&gt;http://msdn.microsoft.com/en-us/library/ms186989(SQL.90).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;...so that the goal is to have that information in the Linq model itself for fast consumtion by Dynamic Data constructs,&amp;nbsp;rather than having to read it from the database on-demand.&lt;/p&gt;
&lt;p&gt;Thoughts? Ideas? Suggestions?&lt;/p&gt;
&lt;p&gt;(Yes, I do have some reservations about pushing that raw data far away&amp;nbsp;in the database, rather than keeping it close in the business-layer itself.&amp;nbsp;However, I may opt for using the Sql Server &amp;quot;Description&amp;quot; extended property information regardless. Given that I must always deploy non-updatable pre-compiled and given that I use the Hugati DbmlTool to sync my Linq model and the database which is virtually a touchless sync, there seems to be little reason for avoiding SQL storage of the raw data. Maybe. I am just now trying to see if it&amp;nbsp;can be done and how. If you think this is a particularly bad idea, then I respect that and want to hear your reasons.)&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;-- Mark Kamoski&lt;/p&gt;</description></item></channel></rss>