<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/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>Search results for 'app:weblogs' matching tags 'WPF' and '.Net Framework'</title><link>http://msmvps.com/search/SearchResults.aspx?q=app:weblogs&amp;tag=WPF,.Net+Framework&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tags 'WPF' and '.Net Framework'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>New WPF Videos (English)</title><link>http://msmvps.com/blogs/bsonnino/archive/2011/03/25/new-wpf-videos-english.aspx</link><pubDate>Fri, 25 Mar 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1790560</guid><dc:creator>bsonnino</dc:creator><description>&lt;p&gt;My new WPF videos were just published in MSDN Brazil (in portuguese). Although they are geared towards the Windows Application Developer certification (70-511), it&amp;#39;s worth taking a look at them, because they contain may useful tips. The videos are:&lt;/p&gt;
&lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/pt-br/netframework/video/gg675278"&gt;Asynchronous Processes&lt;/a&gt;&amp;nbsp;- With the popularization of multicore processors, it&amp;#39;s very important that our applications use this resource. This video will show how to desing the program in order to create processes that run in parallel, thus using the multiple processors in the machine&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/pt-br/netframework/video/gg675280"&gt;Using Drag &amp;amp; Drop in WPF&lt;/a&gt;&amp;nbsp;- One of the resources for data interchange is Drag &amp;amp; Drop. This video will show how to develop an application that allows dragging and dropping&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/pt-br/netframework/video/gg675279"&gt;Globalization and Localization in .net&lt;/a&gt;&amp;nbsp;- When your program ust run in many countries, you must design it in a way it can change its interface easily to adapt to the new country. This video will show how to design a localized application&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/pt-br/netframework/video/gg675274"&gt;Integration between WPF and Windows Forms&lt;/a&gt;&amp;nbsp;- The introduction of WPF doesn&amp;#39;t mean that Winforms is obsolete. This video shows how you can embed WPF controls in WinForms programs and vice-versa and how these two platforms interact between them&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/pt-br/netframework/video/gg675281"&gt;Security in .net applications&lt;/a&gt;&amp;nbsp;- When you develop an application, you should know what the OS allows in terms of security, or the program will fail when it tries to execute an operation not allowed. This video shows the Windows security resources and how you must design your programs to work fine with security restrictions&lt;/li&gt;
&lt;li&gt;&lt;a target="_blank" href="http://msdn.microsoft.com/pt-br/netframework/video/gg675275"&gt;Application Settings in .net&lt;/a&gt;&amp;nbsp;- This video shows the application settings in .net and how to use them&lt;/li&gt;</description></item><item><title>Novos v&amp;#237;deos de WPF</title><link>http://msmvps.com/blogs/bsonnino/archive/2011/03/25/novos-v-237-deos-de-wpf.aspx</link><pubDate>Fri, 25 Mar 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1790559</guid><dc:creator>bsonnino</dc:creator><description>&lt;p&gt;Meus vídeos de WPF acabaram de ser publicados no MSDN Brasil. Embora eles sejam voltados para a certificação Windows Application Developer (70-511), vale a pena dar uma olhada neles, pois eles contém muitas dicas interessantes. São eles:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://msdn.microsoft.com/pt-br/netframework/video/gg675278"&gt;Processos assíncronos&lt;/a&gt; - Com a popularização de processadores multi-core, torna-se imperativo que nossos programas façam uso deste recurso, tanto para melhorar sua performance como para evitar o bloqueio da interface enquanto o programa executa um outro processamento. Este vídeo irá mostrar técnicas para executar o processamento em paralelo, mostrando como sincronizar o processamento com alterações na interface&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/pt-br/netframework/video/gg675280"&gt;Usando Drag &amp;amp; Drop em WPF&lt;/a&gt; - Um dos recursos do Windows que permitem o intercâmbio de informações é o &amp;quot;Arrastar e Soltar&amp;quot; (Drag &amp;amp; Drop). Você arrasta uma informação de um lugar para outro e, &amp;quot;magicamente&amp;quot;, a informação aparece no destino. Este vídeo irá mostrar como implementar o Drag &amp;amp; Drop em uma mesma aplicação e entre o Explorer e uma aplicação&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/pt-br/netframework/video/gg675279"&gt;Globalização e Localização em .net&lt;/a&gt; - Quando você quer que sua aplicação seja executada em muitos países, você deve projetá-lo de maneira a permitir que a interface mude conforme o país onde está send executado: idioma, configurações regionais, etc. Este vídeo irá mostrar dicas de como projetar uma interface globalizada e como localizar sua aplicação, para que o idioma da interface mude conforme selecionado.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/pt-br/netframework/video/gg675274"&gt;Integração entre WPF e Windows Forms&lt;/a&gt; - A introdução do WPF não significa a completa obsolescência dos programas WinForms. Você pode continuar a desenvolver os programas Winforms e incluir partes em WPF, bem como criar programas WPF que hospedam partes em WinForms. Este vídeo irá mostrar como fazer esta integração entre as duas plataformas e como elas podem interagir entre si.&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/pt-br/netframework/video/gg675281"&gt;Segurança em aplicações .net&lt;/a&gt; - Quando você desenvolve uma aplicação, deve ter em mente o que o sistema operacional permite e o que ele não permite, em relação à segurança, senão ele falhará quando executar uma operação não permitida. Este vídeo irá mostrar os recursos de segurança do Windows e como você deve projetar seus programas para que eles comportem-se como projetados em tempo de execução&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/pt-br/netframework/video/gg675275"&gt;Application Settings em .net&lt;/a&gt; - Quando você desenvolve uma aplicação, deve ter em mente o que o sistema operacional permite e o que ele não permite, em relação à segurança, senão ele falhará quando executar uma operação não permitida. Este vídeo irá mostrar os recursos de segurança do Windows e como você deve projetar seus programas para que eles comportem-se como projetados em tempo de execução&lt;/li&gt; &lt;/ul&gt;</description></item><item><title>Desenvolvendo com Multi Touch para Windows 7</title><link>http://msmvps.com/blogs/bsonnino/archive/2009/11/28/desenvolvendo-com-multi-touch-para-windows-7.aspx</link><pubDate>Sat, 28 Nov 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1742668</guid><dc:creator>bsonnino</dc:creator><description>&lt;p&gt;Se voc&amp;ecirc; quer saber como desenvolver para multitouch em Windows 7, n&amp;atilde;o pode perder o webcast que irei fazer no dia 3/12/2009, &amp;agrave;s 12:00.&lt;/p&gt;
&lt;p&gt;L&amp;aacute; irei mostrar como desenvolver aplica&amp;ccedil;&amp;otilde;es que usam o recurso do multitouch, usando .net Framework 3.5 e tamb&amp;eacute;m mostrando como programar multitouch com o WPF4, que vem por a&amp;iacute;. Ah, e se voc&amp;ecirc; n&amp;atilde;o tem um hardware multitouch, n&amp;atilde;o tem problema: eu irei mostrar como contornar isso, usando dois mouses.&lt;/p&gt;
&lt;p&gt;A inscri&amp;ccedil;&amp;atilde;o &amp;eacute; gratuita e pode ser feita em &lt;a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032433821&amp;amp;EventCategory=4&amp;amp;culture=pt-BR&amp;amp;CountryCode=BR"&gt;https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032433821&amp;amp;EventCategory=4&amp;amp;culture=pt-BR&amp;amp;CountryCode=BR&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;At&amp;eacute; l&amp;aacute;&lt;/p&gt;
&lt;p&gt;Bruno&lt;/p&gt;</description></item><item><title>More 10-4</title><link>http://msmvps.com/blogs/keith/archive/2009/05/04/more-10-4.aspx</link><pubDate>Mon, 04 May 2009 05:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1691841</guid><dc:creator>keith</dc:creator><description>&lt;p&gt;&lt;a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-2-Welcome-to-Visual-Studio-2010/"&gt;Episode 2&lt;/a&gt; of &amp;ldquo;&lt;a href="http://channel9.msdn.com/Shows/10-4/"&gt;10-4&lt;/a&gt;&amp;rdquo; (Dec 24th &amp;ndash; &lt;a href="http://channel9.msdn.com/Niners/JasonOlson/"&gt;Jason Olson&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Key feature shown &amp;ndash; The customized start page.&amp;nbsp; I like the carry over from office of pining down a document.&amp;nbsp; In this case the pining of a project.&amp;nbsp; I know this sounds small, but how many times have you been working on your core project, to interupt it with some proof of concept projects?&amp;nbsp; I find that I then have to either expand the number of projects in my file menu or navigate to the project files again.&amp;nbsp; This will allow me to keep my official work always at the top.&lt;/p&gt;
&lt;p&gt;Jason then demonstrated the extensibility of the Start Page.&amp;nbsp; There are some options here like the folder lists and changing the background, etc.&amp;nbsp; However, in my training, I have found very few people who took advantage of any Start Page customization in the last two versions of VS.&lt;/p&gt;
&lt;p&gt;I tried out the customizations myself through the walkthroughs that Brian Keller talked about in &lt;a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-1-Working-with-the-Visual-Studio-2010-CTP-VPC/"&gt;Episode 1&lt;/a&gt; (see &lt;a href="http://msmvps.com/blogs/keith/archive/2009/05/01/that-s-a-big-10-4-little-buddy.aspx"&gt;prior post&lt;/a&gt;).&amp;nbsp; While Jason showed us how to make changes by using notepad, I loaded up the csproj file into Visual Studio and used the WPF designer.&amp;nbsp; The first load of the xaml looked very odd.&amp;nbsp; After closing the xaml and reopening, it looked great.&lt;/p&gt;
&lt;p&gt;Rather than deleting or commenting the code for the button referenced in the walkthrough, the Walkthrough button&amp;rsquo;s visibility was set to &amp;ldquo;Hidden&amp;rdquo; in the properties window.&lt;/p&gt;
&lt;p&gt;In order to add a new item to the TrayGroup, I clicked on the group and expanded the Items property.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_0FFC4A7C.png"&gt;&lt;img height="183" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_602BEB7E.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_501FAD78.png"&gt;&lt;img height="244" width="180" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_55C2EF3E.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;I was surprised to see that I could not &amp;ldquo;Add&amp;rdquo; a new TrayGroupItem through the dialog box.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_36310EB8.png"&gt;&lt;img height="134" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_696FD8D2.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Therefore I used the XAML tab under the designer to add the new item manually.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_7E98BD18.png"&gt;&lt;img height="141" width="192" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_161892AC.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Moving to the next part of adding content, be sure in step 5 to read the note.&amp;nbsp; I love in training when an attendee asks a question about a bug in their lab work.&amp;nbsp; I ask them to read the next sentence which asks them to observe the bug which was just created. The standard response is &amp;ldquo;Ooohh.&amp;rdquo;&amp;nbsp; Additionally, I created a new TabGroup to host any RSS Feeds I might want to track.&amp;nbsp; I inserted the following code&amp;nbsp; at the end after the &amp;ldquo;Visual Studio&amp;rdquo; TrayItem.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- RSS Feeds --&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;vs:TrayItem Header=&amp;quot;RSS Feeds&amp;quot; x:Uid=&amp;quot;RSS_Header&amp;quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;vs:TrayGroup&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;vs:TrayGroupItem Content=&amp;quot;Soma&amp;#39;s blog&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ImageSource=&amp;quot;c:\Users\Public\Documents\CTPWalkthroughs\Visual Studio\Samples\Start Page\soma.png&amp;quot; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InnerContentUri=&amp;quot;SomaBlog;Component/UserControl1.xaml&amp;quot; /&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/vs:TrayGroup&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/vs:TrayItem&amp;gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/vs:Tray&amp;gt; &lt;br /&gt;&amp;lt;/Grid&amp;gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here were my results:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_21CB492D.png"&gt;&lt;img height="121" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_7761A8C0.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_293EE0BA.png"&gt;&lt;img height="202" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_34F1973B.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks pretty good except for one part.&amp;nbsp; Visibility with WPF does not mean to ignore the element and have other elements slide into its place.&amp;nbsp; By changing the property to &amp;ldquo;Collapsed&amp;rdquo; the image disappears and there is no need for the scroll bar to be used this time.&amp;nbsp; Feedback looks better when it is not cut off.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_765471B4.png"&gt;&lt;img height="99" width="244" src="http://msmvps.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/keith/image_5F00_thumb_5F00_1FB0DB15.png" alt="image" border="0" title="image" style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Overall, this was a pretty easy approach at adding items, using code to extend the IDE, and now for me to add several other blogs to my environment.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://channel9.msdn.com/shows/10-4/10-4-Episode-3-ASPNET-WebForms-40/"&gt;Episode 3&lt;/a&gt; of &amp;ldquo;&lt;a href="http://channel9.msdn.com/Shows/10-4/"&gt;10-4&lt;/a&gt;&amp;rdquo; (Dec 31st &amp;ndash; &lt;a href="http://channel9.msdn.com/Niners/JonathanCarter/"&gt;Jonathan Carter&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Two items out of this episode I liked hearing.&amp;nbsp; Jonathan firmly states that WebForms is still a major player in VS.&amp;nbsp; This version adds a lot of strength and new features to the model we have been using for the last six years.&amp;nbsp; Why would this be questioned?&amp;nbsp; Well VMC seems to be a fan favorite right now and there is a very vocal camp that assumes this is the only way to create content now.&amp;nbsp; I&amp;rsquo;m not an extremist myself, so I like to know how a proven tech is improved.&lt;/p&gt;
&lt;p&gt;The second item proves my closing sentence in the prior paragraph: ClientID!&amp;nbsp; Working with dynamically created items through code has been a hassle for me since the framework 1.1.&amp;nbsp; I spent a lot of time in 2003-2004 writing code with Regular Expressions to help me navigate through shopping carts and such.&amp;nbsp; Microsoft has provided some really great approaches to this.&amp;nbsp; I&amp;rsquo;m very hopeful for this feature in making your lives easier.&amp;nbsp; Be sure to watch this one.&lt;/p&gt;</description></item><item><title>Interoperabilidade entre WPF e Windows Forms</title><link>http://msmvps.com/blogs/bsonnino/archive/2009/02/14/interoperabilidade-entre-wpf-e-windows-forms.aspx</link><pubDate>Sat, 14 Feb 2009 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1672238</guid><dc:creator>bsonnino</dc:creator><description>&lt;p&gt;Se voc&amp;ecirc; tem aplica&amp;ccedil;&amp;otilde;es Windows Forms e quer port&amp;aacute;-las para WPF, n&amp;atilde;o precisa fazer todo o trabalho de uma &amp;uacute;nica vez. Voc&amp;ecirc; pode misturar controles e janelas WPF nas aplica&amp;ccedil;&amp;otilde;es Windosw Forms (e tamb&amp;eacute;m colocar controles WinForms em aplica&amp;ccedil;&amp;otilde;es WPF). Se quer saber mais sobre isso, pode dar uma olhada em meu artigo no portal MSDN Brasil: &lt;a href="http://msdn.microsoft.com/pt-br/library/dd448660.aspx"&gt;http://msdn.microsoft.com/pt-br/library/dd448660.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;L&amp;aacute; eu mostro como colocar um controle WPF em janelas WinForms, controles WinForms em janelas WPF e como chamar janelas WinForms em programas WPF.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Artigo meu sobre acesso a banco de dados com WPF e LINQ</title><link>http://msmvps.com/blogs/bsonnino/archive/2007/12/21/artigo-meu-sobre-acesso-a-banco-de-dados-com-wpf-e-linq.aspx</link><pubDate>Fri, 21 Dec 2007 06:00:00 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1410416</guid><dc:creator>bsonnino</dc:creator><description>&lt;p&gt;Hoje postei um novo artigo no CodeProject sobre acesso a dados com WPF e LINQ, mostrando como você pode criar um visual bonito, filtrar, classificar e agrupar os dados sem código usando WPF. Isso ligado ao LINQ, que sem dúvida é uma tecnologia que veio para ficar. Se você quer saber mais, dê uma conferida em &lt;a href="http://www.codeproject.com/KB/WPF/wpfviews.aspx"&gt;http://www.codeproject.com/KB/WPF/wpfviews.aspx&lt;/a&gt;. Se você gostar do artigo, cadastre-se e vote nele.&lt;/p&gt;&lt;p&gt;Meu filho Roberto também postou um artigo sobre 3D interativo, a tecnologia introduzida com o .net 3.5, vale a pena conferir em &lt;a href="http://www.codeproject.com/KB/WPF/3D-BookWriter.aspx"&gt;http://www.codeproject.com/KB/WPF/3D-BookWriter.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>