<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://comunidadnetjuarez.org/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>Comunidad .NET de Cd. Juárez</title><link>http://comunidadnetjuarez.org/blogs/default.aspx</link><description>Más que un foro virtual. Más que preguntas y respuestas. Somos una comunidad &lt;br&gt;que se ayuda para producir desarrolladores profesionales de alto rendimiento.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator><item><title>[VSTO] Debugging VSTO applications</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/03/02/vsto-debugging-vsto-applications.aspx</link><pubDate>Tue, 02 Mar 2010 19:32:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2308</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>One very useful trick to debug VSTO applications is this “cheeky” flag: VSTO_SUPPRESSDISPLAYALERTS . It’s a environment variable to enable error messages about dodgy exceptions, like COM exceptions. For example, I was getting a strange behavior in my Office Word application when I was trying to add a new Plain Text Control: However, my VSTO application didn’t show me any messages or warning about any error, until I added this environment variable VSTO_SUPPRESSDISPLAYALERTS to my system with value...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/03/02/vsto-debugging-vsto-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2308" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/VSTO/default.aspx">VSTO</category></item><item><title>[WPF] Custom Check Box Template</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/02/26/wpf-custom-check-box-template.aspx</link><pubDate>Fri, 26 Feb 2010 20:01:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2307</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>Once again, let’s enjoy the WPF’s flexibility to change any style and template. In this case, I’ve customised the Check Box’s style to get the next appearance: Unchecked Checked Focus Mouse Over You can download the code from here. My example is based on this good MSDN article about Check Box’s template . There you can also find templates for other controls....(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/02/26/wpf-custom-check-box-template.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2307" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/WPF/default.aspx">WPF</category></item><item><title>[WCF] Delegation between WCF and CRM Services</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/02/23/wcf-delegation-between-wcf-and-crm-services.aspx</link><pubDate>Tue, 23 Feb 2010 19:37:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2305</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>Impersonation and Delegation are important concepts around the services' world. Impersonation restricts client access to resources in the local machine where is running the service and Delegation restricts client access to resources on other machine. In my scenario, I was trying to access from a WCF service to Dynamics CRM 4.0 services using Delegation. In WCF, Delegation is a special type of Impersonation, which can be configured easily according to the next good articles: http://msdn.microsoft.com/en-us/library/ms730088.aspx...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/02/23/wcf-delegation-between-wcf-and-crm-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2305" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Recuerdos</title><link>http://comunidadnetjuarez.org/blogs/eliezer/archive/2010/02/11/recuerdos.aspx</link><pubDate>Fri, 12 Feb 2010 06:21:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2301</guid><dc:creator>La Neurona Digital</dc:creator><slash:comments>0</slash:comments><description>Hay tantas cosas que se quedaron guardadas, tantas cosas que me hubiera gustado escuchar, aprender y reflexionar. Aunque no tengo una memoria digital, tengo en mi mente recuerdos tan nítidos como ese árbol de navidad que cobijaba nuestros regalos, o como Read More......(&lt;a href="http://comunidadnetjuarez.org/blogs/eliezer/archive/2010/02/11/recuerdos.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2301" width="1" height="1"&gt;</description></item><item><title>Eventos enrutados para Windows Forms</title><link>http://comunidadnetjuarez.org/blogs/jonas/archive/2010/02/07/eventos-enrutados-para-windows-forms.aspx</link><pubDate>Sun, 07 Feb 2010 17:30:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2297</guid><dc:creator>¿Sueña el algoritmo con ovejas eléctricas?</dc:creator><slash:comments>0</slash:comments><description>Cuando se presentó WPF hace ya algunos años, éste venía con un nuevo modelo de eventos que resultaban muy potentes, los eventos enrutados. Podemos definir los eventos enrutados como un tipo de evento que puede invocar controladores o varios agentes de Read More......(&lt;a href="http://comunidadnetjuarez.org/blogs/jonas/archive/2010/02/07/eventos-enrutados-para-windows-forms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2297" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/.NET/default.aspx">.NET</category><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/Windows+Forms/default.aspx">Windows Forms</category></item><item><title>CRM Case Study. Alfapeople and TTT Moneycorp</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/20/crm-case-study-alfapeople-and-ttt-moneycorp.aspx</link><pubDate>Wed, 20 Jan 2010 21:38:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2289</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>Below you can watch the video of a Microsoft case study about one of the main customer of my current company Alfapeople Ltd: TTT Moneycorp . Here I’ve enjoyed working in interesting and challenging projects related to CRM, WCF and WPF In addition, in the next link http://www.microsoftmovies.co.uk/dynamics/general/ you can watch more case studies about different businesses and Microsoft solutions in UK. Enjoy :)...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/20/crm-case-study-alfapeople-and-ttt-moneycorp.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2289" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Que no nos tomen el pelo</title><link>http://comunidadnetjuarez.org/blogs/jonas/archive/2010/01/17/que-no-nos-tomen-el-pelo.aspx</link><pubDate>Sun, 17 Jan 2010 19:05:20 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2288</guid><dc:creator>¿Sueña el algoritmo con ovejas eléctricas?</dc:creator><slash:comments>0</slash:comments><description>Dados los últimos acontecimientos que llevamos padeciendo durante las últimas semanas me veo obligado a transmitir mi descontento con la nueva ley que el gobierno quiere aprobar para que sea una comisión particular y no el poder judicial quien tenga potestad Read More......(&lt;a href="http://comunidadnetjuarez.org/blogs/jonas/archive/2010/01/17/que-no-nos-tomen-el-pelo.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2288" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/Noticias/default.aspx">Noticias</category><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/Sociedad/default.aspx">Sociedad</category><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/Off-Topic/default.aspx">Off-Topic</category><category domain="http://comunidadnetjuarez.org/blogs/jonas/archive/tags/Reflexiones/default.aspx">Reflexiones</category></item><item><title>[CRM4] Thanks Rollup 8. Error adding a user to CRM 4</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/15/crm4-thanks-rollup-8-error-adding-a-user-to-crm-4.aspx</link><pubDate>Fri, 15 Jan 2010 18:47:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2286</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>According to the CRM Update Rollup 8 , they have resolved the following error: “After you install Update Rollup 3 or Update Rollup 4, you cannot add a user to more than one organization in the same deployment of Microsoft Dynamics CRM if the user exists in a child domain" …and definitely they have, because I tested it the last week. However, the scenario wasn’t exactly a parent/child domain, but a trusted link domain were instead. Download CRM 4 Rollup 8...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/15/crm4-thanks-rollup-8-error-adding-a-user-to-crm-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2286" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/CRM/default.aspx">CRM</category></item><item><title>[CRM4] Searches and Views</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/14/crm4-searches-and-views.aspx</link><pubDate>Thu, 14 Jan 2010 17:12:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2285</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>Searches are fundamental in any CRM. Dynamics CRM provides different ways to search records from any entity. The most powerful search is the Advanced Find , which allows normal users to create custom queries and save them as new views, so that they can reuse them: Why do some attributes not show up? Only searchable attributes are showed up in Advanced Find Looking at CRM Metadata a bit deeply, this “Searchable” property is translated to “ ValidForAdvancedFind ” property in AttributeMetadata. However,...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/14/crm4-searches-and-views.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2285" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/CRM/default.aspx">CRM</category></item><item><title>No te lo tomes Im-Personal (impersonate=true) Parte 2/2</title><link>http://comunidadnetjuarez.org/blogs/eliezer/archive/2010/01/13/no-te-lo-tomes-im-personal-impersonate-true-parte-2-2.aspx</link><pubDate>Wed, 13 Jan 2010 07:20:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2283</guid><dc:creator>La Neurona Digital</dc:creator><slash:comments>0</slash:comments><description>Antes de entrar de lleno a lo que es la impersonalización , hay que comentar algunas cosas básicas sobre la configuración de los sitios web (al menos con .Net) Hay un archivo XML llamado Web.Config que es donde se definen/guardan las configuraciones de Read More......(&lt;a href="http://comunidadnetjuarez.org/blogs/eliezer/archive/2010/01/13/no-te-lo-tomes-im-personal-impersonate-true-parte-2-2.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2283" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/eliezer/archive/tags/Tecnologia/default.aspx">Tecnologia</category><category domain="http://comunidadnetjuarez.org/blogs/eliezer/archive/tags/Programacion/default.aspx">Programacion</category><category domain="http://comunidadnetjuarez.org/blogs/eliezer/archive/tags/Software/default.aspx">Software</category></item><item><title>[CRM4] Add/Remove Activities and Notes relationships</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/12/crm4-add-remove-activities-and-notes-relationships.aspx</link><pubDate>Tue, 12 Jan 2010 16:59:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2282</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>When you create a new entity in CRM 4, you have to define if it will have Note and Activities relationships. After you’ve created it, you won’t be able to change it (important to remember it!). However, sometimes we forget it :) and we need to add or remove these relationships later. In that case, we can do the next trick: Export the corresponding entity that you want to add / remove Note and Activities relationships Delete this entity from CRM In the XML file that you’ve exported with the customisations,...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/12/crm4-add-remove-activities-and-notes-relationships.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2282" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/CRM/default.aspx">CRM</category></item><item><title>Por los derechos fundamentales en la red</title><link>http://comunidadnetjuarez.org/blogs/jonas/archive/2010/01/12/por-los-derechos-fundamentales-en-la-red.aspx</link><pubDate>Tue, 12 Jan 2010 16:44:01 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2281</guid><dc:creator>¿Sueña el algoritmo con ovejas eléctricas?</dc:creator><slash:comments>0</slash:comments><description>Consideramos imprescindible la retirada de la disposición final primera de la Ley de Economía Sostenible por los siguientes motivos: 1 -Viola los derechos constitucionales en los que se ha de basar un estado democrático en especial la presunción de inocencia, Read More......(&lt;a href="http://comunidadnetjuarez.org/blogs/jonas/archive/2010/01/12/por-los-derechos-fundamentales-en-la-red.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2281" width="1" height="1"&gt;</description></item><item><title>[WPF/WCF] DataGrid + DoubleClick + MVVM + Loading Splash (description &amp; code)</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/07/wpf-wcf-datagrid-doubleclick-mvvm-loading-splash-description-code.aspx</link><pubDate>Thu, 07 Jan 2010 17:02:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2278</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>Using the DataGrid WPF Toolkit, this post shows a simple client/server application to fill a DataGrid according to the information that is provided by a WCF service. When any row receives a double click, a new document (jpeg or docx for this example) is opened by an external application. The application is designed using MVVM pattern, where View and ViewModel are placed in the client side and Model in the server side. In our example, we will show a set of “Alerts” in a DataGrid , so that we will...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2010/01/07/wpf-wcf-datagrid-doubleclick-mvvm-loading-splash-description-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2278" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/WCF/default.aspx">WCF</category><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/WPF/default.aspx">WPF</category></item><item><title>[DataBase] Quick way to test DB connection: UDL files</title><link>http://comunidadnetjuarez.org/blogs/rtebar/archive/2009/12/16/database-quick-way-to-test-db-connection-udl-files.aspx</link><pubDate>Wed, 16 Dec 2009 18:44:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2271</guid><dc:creator>Escuchoyo</dc:creator><slash:comments>0</slash:comments><description>Many times we need to test quickly database connections. An easy and handy way is to use UDL files. From your desktop, try to create a new file and rename its extension with “.udl” if you do double click in the new file, you will get a familiar dialog to configure your DB connection string and test it:...(&lt;a href="http://comunidadnetjuarez.org/blogs/rtebar/archive/2009/12/16/database-quick-way-to-test-db-connection-udl-files.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2271" width="1" height="1"&gt;</description><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/utilities/default.aspx">utilities</category><category domain="http://comunidadnetjuarez.org/blogs/rtebar/archive/tags/database/default.aspx">database</category></item><item><title>Test Driven Development: Pruebas de Software a priori</title><link>http://comunidadnetjuarez.org/blogs/eliezer/archive/2009/11/30/test-driven-development-pruebas-de-software-a-priori.aspx</link><pubDate>Mon, 30 Nov 2009 20:32:00 GMT</pubDate><guid isPermaLink="false">b14c8f85-9ed7-4095-98ee-deffe49c73ab:2267</guid><dc:creator>La Neurona Digital</dc:creator><slash:comments>0</slash:comments><description>En Abril del 2007 di una platica en la UACJ que llevo el mismo titulo de este post. Dicha platica se dio dentro de las actividades de la Sociedad de Estudios en Computacion , sociedad que liderean los profesores Nahitt Padilla, Saul Gonzalez y Arnulfo Read More......(&lt;a href="http://comunidadnetjuarez.org/blogs/eliezer/archive/2009/11/30/test-driven-development-pruebas-de-software-a-priori.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://comunidadnetjuarez.org/aggbug.aspx?PostID=2267" width="1" height="1"&gt;</description></item></channel></rss>