<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for Soviut</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/soviut/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for Soviut</title><link>http://channel9.msdn.com/Niners/soviut/</link></image><description>Entries, comments and threads posted by Soviut</description><link>http://channel9.msdn.com/Niners/soviut/</link><language>en-us</language><pubDate>Fri, 24 Aug 2007 20:09:12 GMT</pubDate><lastBuildDate>Fri, 24 Aug 2007 20:09:12 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>will &amp;quot;ringing&amp;quot; phones become obsolete? [will &amp;quot;ringing&amp;quot; phones become obsolete?]</title><description>I work at an animation studio.&amp;nbsp; I'm one of about 2 and a half developers in a company of 100 people or so.&amp;nbsp; We don't get many calls, people usually just walk over and ask us questions or give us requests.&lt;br&gt;&lt;br&gt;So when the phone rang just now I joked out loud "what the hell was that?!&amp;nbsp; Did you guys hear something?&amp;nbsp; It sounded like some kind of ringtone".&lt;br&gt;&lt;br&gt;It got me wondering.&amp;nbsp; With all the new music ringtones and different tone sequences that cells have today, is the traditional "ring" going to become obsolete.&amp;nbsp; I mean, I already kind of associate a phone call with the default Nokia ring now.&lt;br&gt;&lt;br&gt;Junk food for thought.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/Coffeehouse/257204-will-quotringingquot-phones-become-obsolete/'&gt;will &amp;quot;ringing&amp;quot; phones become obsolete?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/257204/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/Coffeehouse/257204-will-quotringingquot-phones-become-obsolete/</comments><link>http://channel9.msdn.com/forums/Coffeehouse/257204-will-quotringingquot-phones-become-obsolete/</link><pubDate>Fri, 24 Aug 2007 20:09:12 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/Coffeehouse/257204-will-quotringingquot-phones-become-obsolete/</guid><evnet:views>6732</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/257204/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I work at an animation studio.&amp;nbsp; I'm one of about 2 and a half developers in a company of 100 people or so.&amp;nbsp; We don't get many calls, people usually just walk over and ask us questions or give us requests.&lt;br&gt;&lt;br&gt;So when the phone rang just now I joked out loud "what the hell was that?!&amp;nbsp; Did you guys hear something?&amp;nbsp; It sounded like some kind of ringtone".&lt;br&gt;&lt;br&gt;It got me wondering.&amp;nbsp; With all the new music ringtones and different tone sequences that cells have today, is the traditional "ring" going to become obsolete.&amp;nbsp; I mean, I already kind of associate a phone call with the default Nokia ring now.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>Soviut</dc:creator><slash:comments>27</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/Coffeehouse/257204-will-quotringingquot-phones-become-obsolete/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/257204/Trackback.aspx</trackback:ping></item><item><title>Extend Listbox with an Image datamember [Extend Listbox with an Image datamember]</title><description>I've created a simple extended version of the ListBox winforms control.&amp;nbsp; It overrides the OnDrawItem event and draws an image thumbnail and title in the item bounds.&lt;br&gt;&lt;br&gt;What I'd like to be able to do is bind this to a data source, in this case a List&amp;lt;T&amp;gt; of objects I have.&amp;nbsp; The catch is, I'd basically like to specify two ValueMembers.&amp;nbsp; One would be bound to the Image property in my datasource, the other would be bound to the Title property.&lt;br&gt;&lt;br&gt;I'm having trouble figuring out how to add another property to do this, what the attribute flags for properties need to be and such.&amp;nbsp; I'm pretty novice when it comes to reflection, and control databinding seems to be a bit of a black box in most cases.&amp;nbsp; Any information or links would be more than welcome.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/257007-Extend-Listbox-with-an-Image-datamember/'&gt;Extend Listbox with an Image datamember&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/257007/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/257007-Extend-Listbox-with-an-Image-datamember/</comments><link>http://channel9.msdn.com/forums/TechOff/257007-Extend-Listbox-with-an-Image-datamember/</link><pubDate>Wed, 15 Aug 2007 05:38:44 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/257007-Extend-Listbox-with-an-Image-datamember/</guid><evnet:views>1822</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/257007/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I've created a simple extended version of the ListBox winforms control.&amp;nbsp; It overrides the OnDrawItem event and draws an image thumbnail and title in the item bounds.What I'd like to be able to do is bind this to a data source, in this case a List&amp;lt;T&amp;gt; of objects I have.&amp;nbsp; The catch is, I'd basically like to specify two ValueMembers.&amp;nbsp; One would be bound to the Image property in my datasource, the other would be bound to the Title property.I'm having trouble figuring out how to add another property to do this, what the attribute flags for properties need to be and such.&amp;nbsp;&amp;#8230;</evnet:previewtext><dc:creator>Soviut</dc:creator><slash:comments>1</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/257007-Extend-Listbox-with-an-Image-datamember/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/257007/Trackback.aspx</trackback:ping></item><item><title>OR mappers, got any favourites? [OR mappers, got any favourites?]</title><description>With the upcoming DLINQ and other LINQ technologies, Microsoft is coming up with an elegant OR mapping solution of their own.&amp;nbsp; However, until .NET 3.0/3.5 becomes mainstream enough (1-2 years) there are existing OR mappers (NHibernate, Neo, etc.) to choose from.&lt;br&gt;&lt;br&gt;I'm currently developing with NHibernate as part of an R&amp;amp;D project at the animation studio I work at.&amp;nbsp; The application is an extension of asset manager and, when complete, will use NHibernate to adapt the exisiting database, share tables (Users, Episodes, Shots, Comments, etc.) as well as access its own specific tables.&amp;nbsp; In other words, its a new application with legacy ties.&lt;br&gt;&lt;br&gt;The pros of NHibernate are the relative ease of use once everything is configured and mapped.&amp;nbsp; The cons are that it can take a long time to get configured correctly.&amp;nbsp; Benefits like self-management, lazy-loading, and inheritance comprehension are just a few of the features that really have me hooked.&lt;br&gt;&lt;br&gt;What I want to know is, what other OR mappers have Niners dealt with.&amp;nbsp; Which did you like, which did you not like, which did you downright hate?&amp;nbsp; Basically I'm curious to get a cross section of the OR mapping "market", if you will.&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/256699-OR-mappers-got-any-favourites/'&gt;OR mappers, got any favourites?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/256699/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/256699-OR-mappers-got-any-favourites/</comments><link>http://channel9.msdn.com/forums/TechOff/256699-OR-mappers-got-any-favourites/</link><pubDate>Wed, 01 Aug 2007 03:09:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/256699-OR-mappers-got-any-favourites/</guid><evnet:views>2596</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/256699/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>With the upcoming DLINQ and other LINQ technologies, Microsoft is coming up with an elegant OR mapping solution of their own.&amp;nbsp; However, until .NET 3.0/3.5 becomes mainstream enough (1-2 years) there are existing OR mappers (NHibernate, Neo, etc.) to choose from.I'm currently developing with NHibernate as part of an R&amp;amp;D project at the animation studio I work at.&amp;nbsp; The application is an extension of asset manager and, when complete, will use NHibernate to adapt the exisiting database, share tables (Users, Episodes, Shots, Comments, etc.) as well as access its own specific&amp;#8230;</evnet:previewtext><dc:creator>Soviut</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/256699-OR-mappers-got-any-favourites/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/256699/Trackback.aspx</trackback:ping></item><item><title>Menu organization best practices [Menu organization best practices]</title><description>This has always been one of those things that sticks in the back of my head when I'm designing menus for my winforms applications.&amp;nbsp; How do I organize things that seem to belong to more than one menu.&lt;br&gt;&lt;br&gt;For example, I have a layer manager in my application so I have several layer operations (Create, Move Up, Move Down, Delete, Properties) but I also have an "import layer" procedure that lets the user import a layer from a file.&amp;nbsp; So theoretically its a File operation that should be under the File menu.&lt;br&gt;&lt;br&gt;This is a fairly simple example that I can easily compromise on, but I've run into far deeper overlaps than this before and I'm wondering; Are there any good resources that explain the best practices for overlapping functionality and menu organization like this?&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/256232-Menu-organization-best-practices/'&gt;Menu organization best practices&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/256232/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/256232-Menu-organization-best-practices/</comments><link>http://channel9.msdn.com/forums/TechOff/256232-Menu-organization-best-practices/</link><pubDate>Sat, 14 Jul 2007 14:47:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/256232-Menu-organization-best-practices/</guid><evnet:views>6958</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/256232/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>This has always been one of those things that sticks in the back of my head when I'm designing menus for my winforms applications.&amp;nbsp; How do I organize things that seem to belong to more than one menu.&lt;br&gt;&lt;br&gt;For example, I have a layer manager in my application so I have several layer operations (Create, Move Up, Move Down, Delete, Properties) but I also have an "import layer" procedure that lets the user import a layer from a file.&amp;nbsp; So theoretically its a File operation that should be under the File menu.&lt;br&gt;&lt;br&gt;</evnet:previewtext><dc:creator>Soviut</dc:creator><slash:comments>20</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/256232-Menu-organization-best-practices/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/256232/Trackback.aspx</trackback:ping></item></channel></rss>