<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://geeks.ms/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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>ILUMINA TU CÓDIGO</title><link>http://geeks.ms/blogs/rmayo/default.aspx</link><description>LA REVOLUCIÓN SILENCIOSA</description><dc:language /><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><itunes:summary>LA REVOLUCIÓN SILENCIOSA</itunes:summary><itunes:explicit>no</itunes:explicit><language /><item><title>Interactuar con Windows MarketPlace desde Windows Phone 7</title><link>http://geeks.ms/blogs/rmayo/archive/2011/01/13/interactuar-con-windows-marketplace-desde-windows-phone-7.aspx</link><pubDate>Thu, 13 Jan 2011 15:38:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:187267</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=187267</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=187267</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2011/01/13/interactuar-con-windows-marketplace-desde-windows-phone-7.aspx#comments</comments><description>Microsoft al crear el nuevo sistema operativo para movilidad, gener&amp;oacute; a su vez el portal MarketPlace, donde puede encontrar todo lo necesario para el citado sistema operativo. En un terminal en el que este instalado WP7 accedes a MarketPlace a trav&amp;eacute;s de los Hub o el navegador. Pero mi inquietud surgi&amp;oacute; cuando queria interactuar de forma personalizada con el portal. Para ello voy a exponeros como pod&amp;eacute;is interactuar desde un terminal con WP7 en MarketPlace. Comenzaremos creando...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2011/01/13/interactuar-con-windows-marketplace-desde-windows-phone-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=187267" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Springboard Series Tour en CESNAVARRA</title><link>http://geeks.ms/blogs/rmayo/archive/2011/01/13/springboard-series-tour-en-cesnavarra.aspx</link><pubDate>Thu, 13 Jan 2011 09:30:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:187231</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=187231</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=187231</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2011/01/13/springboard-series-tour-en-cesnavarra.aspx#comments</comments><description>&amp;iquest;Conoces el Springboard Series Tour ? Es el evento para los profesionales de Sistemas TIC, gerentes y directores de Sistemas de cualquier empresa y cualquier persona en general interesada en la mejor administraci&amp;oacute;n de sus sistemas inform&amp;aacute;ticos . La gira de este a&amp;ntilde;o ense&amp;ntilde;ar&amp;aacute; todo lo que hace falta conocer para desplegar Windows7 y Office 2010 sin problemas, como gestionar los diversos accesos a nuestros sistemas de empresa con seguridad y confianza y todo...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2011/01/13/springboard-series-tour-en-cesnavarra.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=187231" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Springboard+Series+Tour/default.aspx">Springboard Series Tour</category></item><item><title>Tipos de estilos en WPF &amp; Silverlight</title><link>http://geeks.ms/blogs/rmayo/archive/2010/12/22/tipos-de-estilos-en-wpf-amp-silverlight.aspx</link><pubDate>Wed, 22 Dec 2010 13:36:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:186260</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=186260</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=186260</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/12/22/tipos-de-estilos-en-wpf-amp-silverlight.aspx#comments</comments><description>Estilo Heredado: Permite definir un estilo como recurso para personalizar cualquier control de la interfaz de usuario. Definición: &amp;lt; Style x : Key =&amp;quot;estilo1&amp;quot; &amp;gt; &amp;lt; Setter Property =&amp;quot;Control.FontFamily&amp;quot; Value =&amp;quot;Arial&amp;quot;/&amp;gt; &amp;lt; Setter Property =&amp;quot;Control.FontSize&amp;quot; Value =&amp;quot;22&amp;quot;/&amp;gt; &amp;lt; Setter Property =&amp;quot;Control.Background&amp;quot; Value =&amp;quot;Red&amp;quot;/&amp;gt; &amp;lt;/ Style &amp;gt; Aplicación: &amp;lt; Button Content =&amp;quot;Pincha Aqu&amp;#237;!!&amp;quot; Height...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/12/22/tipos-de-estilos-en-wpf-amp-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=186260" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/WPF/default.aspx">WPF</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item><item><title>Trio de ases en Windows Phone 7</title><link>http://geeks.ms/blogs/rmayo/archive/2010/12/09/trio-de-ases-en-windows-phone-7.aspx</link><pubDate>Thu, 09 Dec 2010 12:05:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:185791</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=185791</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=185791</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/12/09/trio-de-ases-en-windows-phone-7.aspx#comments</comments><description>Si lo tuyo es el desarrollo en entornos de movilidad, no deberías perderte el evento del próximo 14 de diciembre que realizaremos en los Centros de Excelencia Software de Navarra, donde contaremos con:&amp;#160; Eduardo Ortega , MVP en Movilidad perteneciente al Centro de Innovación en Movilidad de Microsoft Isabel Gómez, Evangelista de Fabricantes de Software en Microsoft Ibérica Iñaki Ayucar , MVP en DirectX/XNA y fundador de la empresa SIMAX &amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#160;...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/12/09/trio-de-ases-en-windows-phone-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=185791" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Utilizar Sample Data en Silverlight a través de Expression Blend</title><link>http://geeks.ms/blogs/rmayo/archive/2010/12/07/utilizar-sample-data-en-silverlight-a-trav-233-s-de-expression-blend.aspx</link><pubDate>Tue, 07 Dec 2010 13:28:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:185731</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=185731</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=185731</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/12/07/utilizar-sample-data-en-silverlight-a-trav-233-s-de-expression-blend.aspx#comments</comments><description>Cuando comenzamos un nuevo proyecto , este consta de una parte de diseño y otra de desarrollo. En la mayoría de los desarrollos, el diseñador cuando&amp;#160; incluye elementos en la interfaz de usuario, no suele saber como estos son visualizados por el usuario final. Dicho objetivo lo consigue cuando el diseño es implementado con la parte elaborada por el desarrollador. Para este inconveniente, Microsoft nos plantea una solución a través de Expression Blend 4. Es la posibilidad de enlazar los distintos...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/12/07/utilizar-sample-data-en-silverlight-a-trav-233-s-de-expression-blend.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=185731" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item><item><title>Vive una nueva dimensión de la movilidad con Windows Phone 7</title><link>http://geeks.ms/blogs/rmayo/archive/2010/11/25/vive-una-nueva-dimensi-243-n-de-la-movilidad-con-windows-phone-7.aspx</link><pubDate>Thu, 25 Nov 2010 17:12:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:185256</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=185256</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=185256</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/11/25/vive-una-nueva-dimensi-243-n-de-la-movilidad-con-windows-phone-7.aspx#comments</comments><description>El próximo 14 de diciembre de 11h a 14h en los CES , podréis vivir una nueva experiencia en lo que a movilidad se refiere. Para ello contamos con el MVP en movilidad Eduardo Ortega, perteneciente al Centro de Innovación en Movilidad de Microsoft , Isabel Gómez, Evangelista de Fabricantes de Software en Microsoft Ibérica e Iñaki Ayucar, MVP en DirectX/XNA fundador de la empresa SIMAX Con Windows Phone 7 Microsoft ha dado una nueva dimensión a su plataforma de movilidad, centrándose además del área...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/11/25/vive-una-nueva-dimensi-243-n-de-la-movilidad-con-windows-phone-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=185256" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Obtener las propiedades de configuración en un terminal Windows Phone 7</title><link>http://geeks.ms/blogs/rmayo/archive/2010/11/24/obtener-las-propiedades-de-un-terminal-windows-phone-7.aspx</link><pubDate>Wed, 24 Nov 2010 13:13:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:185207</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=185207</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=185207</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/11/24/obtener-las-propiedades-de-un-terminal-windows-phone-7.aspx#comments</comments><description>Muchas aplicaciones necesitan saber que versión es el terminal, Firmware, fabricante o la cantidad de memoria en uso. ¿cómo podemos obtener estas propiedades?? Simplemente tenemos que usar la clase DeviceExtendedProperties , de la que podemos obtener propiedades como: Fabricante del Terminal Nombre del Terminal Versión de Firmware del Terminal Versión Hardware del Terminal Memoria Total del Terminal Uso actual de la memoria de la aplicación Uso de la memoria de pico de la aplicación Simplemente tenemos...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/11/24/obtener-las-propiedades-de-un-terminal-windows-phone-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=185207" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Sincronización contactos y calendario Outlook con Windows Phone 7</title><link>http://geeks.ms/blogs/rmayo/archive/2010/11/18/sincronizaci-243-n-contactos-y-calendario-outlook-con-windows-phone-7.aspx</link><pubDate>Thu, 18 Nov 2010 17:48:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:184989</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>18</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=184989</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=184989</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/11/18/sincronizaci-243-n-contactos-y-calendario-outlook-con-windows-phone-7.aspx#comments</comments><description>Windows Phone 7 sincroniza tanto tus contactos como tu calendario a través de una cuenta compatible con Exchange ActiveSync (Protocolo de sincronización utilizado por Microsoft). El problema que se me ha planteado es sincronizar contactos y calendario de Outlook con Windows Phone 7. El gestor de correo no es compatible con los requerimientos mencionados con anterioridad. La solución , exportar tus contactos y citas del calendario a Hotmail a través de una cuenta Windows Live ID. Los pasos a seguir...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/11/18/sincronizaci-243-n-contactos-y-calendario-outlook-con-windows-phone-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=184989" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Outlook/default.aspx">Outlook</category></item><item><title>Recomendaciones para crear Interfaz de usuario en Silverlight (XAML)</title><link>http://geeks.ms/blogs/rmayo/archive/2010/11/15/recomendaciones-para-crear-interfaz-de-usuario-en-silverlight-xaml.aspx</link><pubDate>Mon, 15 Nov 2010 12:48:45 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:184809</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=184809</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=184809</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/11/15/recomendaciones-para-crear-interfaz-de-usuario-en-silverlight-xaml.aspx#comments</comments><description>Los desarrolladores que empezáis a elaborar vuestros primeros proyectos y desarrollos en Silverlight. Deseo haceros llegar una serie de recomendaciones que son aconsejables a la hora de trabajar con el XAML de la interfaz de usuario Utiliza en todo momento estilos y plantillas . Estos elementos te ayudarán a simplificar tu desarrollo, evitando repeticiones de código y pérdida de tiempo. Agrega los estilos y plantillas en un archivo independiente, de este modo podrás compartir dichos elementos a través...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/11/15/recomendaciones-para-crear-interfaz-de-usuario-en-silverlight-xaml.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=184809" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item><item><title>Material Webcast Movilízate con WP7 &amp; Silverlight 4</title><link>http://geeks.ms/blogs/rmayo/archive/2010/11/11/material-webcast-movil-237-zate-con-wp7-amp-silverlight-4.aspx</link><pubDate>Thu, 11 Nov 2010 11:44:17 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:184669</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=184669</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=184669</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/11/11/material-webcast-movil-237-zate-con-wp7-amp-silverlight-4.aspx#comments</comments><description>El Webcast que realice el 10 de Noviembre sobre desarrollo de aplicaciones basadas en Silverlight para una posterior implementación en Windows Phone 7. Ya tenéis disponible tanto la grabación del webcast, la presentación y las demos, solo tendréis que hacer clic sobre los diferentes iconos para acceder al contenido de los mismos....(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/11/11/material-webcast-movil-237-zate-con-wp7-amp-silverlight-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=184669" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Tutorial “Enrutamiento con Bing Maps y Silverlight”</title><link>http://geeks.ms/blogs/rmayo/archive/2010/11/09/tutorial-enrutamiento-con-bing-maps-y-silverlight.aspx</link><pubDate>Tue, 09 Nov 2010 13:28:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:184567</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=184567</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=184567</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/11/09/tutorial-enrutamiento-con-bing-maps-y-silverlight.aspx#comments</comments><description>Quién más o quien menos alguna vez a dedicado un espacio de tiempo ha localizar un local,un lugar, un punto de interés o a preparar una ruta a la hora de viajar. Por otro lado son cada vez más las empresas que utilizan la geolocalización como instrumento de trabajo, es por este motivo que planteo la segunda parte de las opciones que nos ofrece el API de Bing Maps. En este artículo vamos a utilizar por un lado la geolocalización que he especificado en artículos anteriores y además vamos aprovechar...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/11/09/tutorial-enrutamiento-con-bing-maps-y-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=184567" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Bing+Maps/default.aspx">Bing Maps</category></item><item><title>Movilízate con Windows Phone 7 &amp; Silverlight</title><link>http://geeks.ms/blogs/rmayo/archive/2010/10/22/movil-237-zate-con-windows-phone-7-amp-silverlight.aspx</link><pubDate>Fri, 22 Oct 2010 08:21:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:183657</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=183657</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=183657</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/10/22/movil-237-zate-con-windows-phone-7-amp-silverlight.aspx#comments</comments><description>El próximo día 10 de Noviembre a las 19:00 realizaré un WebCast sobre el desarrollo de aplicaciones de Windows Phone 7 basadas en Silverlight. Dicho WebCast constará de la siguiente agenda: -Arquitectura WP7 -Herramientas para desarrollar WP7 a través de Silverlight -Animaciones en WP7(ejemplo) -WP7 &amp;amp; API de Twitter(ejemplo) -Media y almacenamiento aislado(ejemplo) -implementación de una aplicación en un terminal con WP7 Si deseas inscribirte accede pincha aqui o sobre el banner. Para saber más...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/10/22/movil-237-zate-con-windows-phone-7-amp-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=183657" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Error  en Windows Phone 7 “Zune software is not launched. Retry after making sure that Zune software is launched”</title><link>http://geeks.ms/blogs/rmayo/archive/2010/10/14/error-en-windows-phone-7-zune-software-is-not-launched-retry-after-making-sure-that-zune-software-is-launched.aspx</link><pubDate>Thu, 14 Oct 2010 14:24:30 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:183320</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=183320</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=183320</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/10/14/error-en-windows-phone-7-zune-software-is-not-launched-retry-after-making-sure-that-zune-software-is-launched.aspx#comments</comments><description>He estado instalando la nueva instalación de las Tools de Windows Phone 7 , he creado una nueva solución y cual ha sido mi sorpresa, que al implementar la solución para que se ejecute en el emulador Visual Studio me muestra el siguiente error Zune software is not launched. Retry after making sure that Zune software is launched. En ese momento te preguntas para que necesitas Zune, pero todo tiene su explicación. Necesitas Zune si la solución la vas a implementar en el dispositivo, ya que es un requisito...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/10/14/error-en-windows-phone-7-zune-software-is-not-launched-retry-after-making-sure-that-zune-software-is-launched.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=183320" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Obtener datos de un servicio implementado en Windows Azure y presentarlos en Windows Phone 7 a través de un DataGrid</title><link>http://geeks.ms/blogs/rmayo/archive/2010/10/01/obtener-datos-de-un-servicio-implementado-en-windows-azure-y-presentarlos-en-windows-phone-7-a-trav-233-s-de-un-datagrid.aspx</link><pubDate>Fri, 01 Oct 2010 11:44:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:182694</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=182694</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=182694</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/10/01/obtener-datos-de-un-servicio-implementado-en-windows-azure-y-presentarlos-en-windows-phone-7-a-trav-233-s-de-un-datagrid.aspx#comments</comments><description>Como viene siendo habitual en gran parte de mis art&amp;iacute;culos, la tendencia es aprovechar las capacidades de nos ofrecen las distintas plataformas Microsoft, con el fin de obtener el mayor rendimiento de las aplicaciones que desarrollamos.En este caso vamos a crear un servicio WCF que alojaremos en Windows Azure. Seguidamente crearemos una aplicaci&amp;oacute;n de Windows Phone 7 basada en Silverlight que realizar&amp;aacute; la petici&amp;oacute;n de una serie de datos, en funci&amp;oacute;n de un par&amp;aacute;metro...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/10/01/obtener-datos-de-un-servicio-implementado-en-windows-azure-y-presentarlos-en-windows-phone-7-a-trav-233-s-de-un-datagrid.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=182694" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/WCF/default.aspx">WCF</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Azure/default.aspx">Azure</category></item><item><title>Taller Desarrollo de Aplicaciones de Negocio basadas en Silverlight 4</title><link>http://geeks.ms/blogs/rmayo/archive/2010/09/15/taller-desarrollo-de-aplicaciones-de-negocio-basadas-en-silverlight-4.aspx</link><pubDate>Wed, 15 Sep 2010 12:39:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:181932</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=181932</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=181932</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/09/15/taller-desarrollo-de-aplicaciones-de-negocio-basadas-en-silverlight-4.aspx#comments</comments><description>Desde los centros de Excelencia Software hemos publicado el nuevo cat&amp;aacute;logo de Talleres y Jornadas CES 2&amp;ordm; Semestre 2010 . Entre los que se encuentra el taller que voy a impartir los pr&amp;oacute;ximos 25 y 26 de Octubre. En el realizar&amp;eacute; laboratorios centrados en el Desarrollo de Aplicaciones de Negocio basadas en Silverlight 4, Windows Phone 7, Bing Maps, Azure, etc.. Si deseas conocer m&amp;aacute;s detalles sobre dicho taller puedes acceder al mismosdesde aqu&amp;iacute; . Por otro lado...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/09/15/taller-desarrollo-de-aplicaciones-de-negocio-basadas-en-silverlight-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=181932" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category></item><item><title>Problemas al Implementar un servicio WCF en WP7</title><link>http://geeks.ms/blogs/rmayo/archive/2010/09/09/problemas-al-implementar-un-servicio-wcf-en-wp7.aspx</link><pubDate>Thu, 09 Sep 2010 12:47:47 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:181665</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=181665</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=181665</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/09/09/problemas-al-implementar-un-servicio-wcf-en-wp7.aspx#comments</comments><description>Al desarrollar el código del ejemplo del artículo anterior , tuve un problema a la hora de implementar el servicio WCF en mi aplicación WP7. El error que Visual Studio 2010 me mostraba era el siguiente: “custom tool error failed to generate code for the service reference”, mirando y buscando por la red encontré una solución que propone Michael B McLaughlin desde su blog. Esencialmente lo que tenemos que hacer es abrir una consola de comando como Administrador. Acceder desde esta a la ruta C:\Program...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/09/09/problemas-al-implementar-un-servicio-wcf-en-wp7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=181665" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Creación y utilización de un servicio WCF en Windows Phone 7</title><link>http://geeks.ms/blogs/rmayo/archive/2010/09/09/creaci-243-n-y-utilizaci-243-n-de-un-servicio-wcf-en-windows-phone-7.aspx</link><pubDate>Thu, 09 Sep 2010 12:18:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:181664</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=181664</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=181664</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/09/09/creaci-243-n-y-utilizaci-243-n-de-un-servicio-wcf-en-windows-phone-7.aspx#comments</comments><description>En estos &amp;uacute;ltimos d&amp;iacute;as en los que estado probando las distintas formas de obtener datos desde una fuente (Web Services,WPF, REST, etc..), he creado un servicio de WCF que m&amp;aacute;s tarde he usado en Windows Phone 7. En este post voy a elaborar un servicio sencillo, en el que el usuario introduzca un nombre en la interfaz de WP7 esta petici&amp;oacute;n es pasada al servicio que obtiene los detalles del contacto(Nombre, Apellido, tel&amp;eacute;fono,etc..) desde una base de datos (que crearemos...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/09/09/creaci-243-n-y-utilizaci-243-n-de-un-servicio-wcf-en-windows-phone-7.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=181664" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Windows+Phone+7/default.aspx">Windows Phone 7</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Alternativas a Dialog Boxes en WPF y Silverlight</title><link>http://geeks.ms/blogs/rmayo/archive/2010/09/02/alternativas-a-dialog-boxes-en-wpf-y-silverlight.aspx</link><pubDate>Thu, 02 Sep 2010 11:16:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:181382</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=181382</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=181382</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/09/02/alternativas-a-dialog-boxes-en-wpf-y-silverlight.aspx#comments</comments><description>Muchas veces necesitamos abrir una serie de ventanas secundarias, para mostrar un mensaje informativo, un error, etc..Una alternativa es la utilizaci&amp;oacute;n de los famosos Dialog Boxes, aunque esta opci&amp;oacute;n no es recomendable si la aparici&amp;oacute;n de estos mensajes es muy frecuente. Debido a la limitaci&amp;oacute;n de esta funcionalidad en XBAP de WPF y Silverlight, ahora propongo una soluci&amp;oacute;n alternativa para cada una de las plataformas nombradas con anterioridad. Para WPF la alternativa...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/09/02/alternativas-a-dialog-boxes-en-wpf-y-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=181382" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/WPF/default.aspx">WPF</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category></item><item><title>Geolocalizando Tweets de Silverlight a través de Bing Maps</title><link>http://geeks.ms/blogs/rmayo/archive/2010/08/19/geolocalizando-tweets-de-silverlight-a-trav-233-s-de-bing-maps.aspx</link><pubDate>Thu, 19 Aug 2010 12:40:00 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:180878</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=180878</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=180878</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/08/19/geolocalizando-tweets-de-silverlight-a-trav-233-s-de-bing-maps.aspx#comments</comments><description>Desde hace unos meses, a veces con aciertos otras con fallos, Twitter permite la geolocalizaci&amp;oacute;n de todas las actualizaciones de estado(Tweets). Aprovechando esta funci&amp;oacute;n y utilizando las Funciones de Bing Maps y Silverlight . Voy a crear un Iframe, dicho elemento podemos a&amp;ntilde;adirlo como complemento de nuestra web (este es mi caso). Dicho complemento lo que nos va mostrar son las diferentes entradas catalogadas como #Silverlight en Twitter. Pero adem&amp;aacute;s un mapa con la ubicaci&amp;oacute;n...(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/08/19/geolocalizando-tweets-de-silverlight-a-trav-233-s-de-bing-maps.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=180878" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/API+Twitter/default.aspx">API Twitter</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Bing+Maps/default.aspx">Bing Maps</category></item><item><title>Dinamizando la Geocodificación de Bing Maps en un proyecto Silverlight</title><link>http://geeks.ms/blogs/rmayo/archive/2010/08/11/dinamizando-la-geocodificaci-243-n-de-bing-maps-en-un-proyecto-silverlight.aspx</link><pubDate>Wed, 11 Aug 2010 08:19:07 GMT</pubDate><guid isPermaLink="false">2a2e7ade-7474-448b-9de5-1515d8bb7d1b:180516</guid><dc:creator>RAÚL MAYO</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/rsscomments.aspx?PostID=180516</wfw:commentRss><wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://geeks.ms/blogs/rmayo/commentapi.aspx?PostID=180516</wfw:comment><comments>http://geeks.ms/blogs/rmayo/archive/2010/08/11/dinamizando-la-geocodificaci-243-n-de-bing-maps-en-un-proyecto-silverlight.aspx#comments</comments><description>Dentro de los talleres orientados a aplicaciones de negocio de la plataforma Silverlight, que en próximas fechas desarrollaré en el Centro de Excelencia Software Microsoft , he tenido que trabajar con la Geocodificación que Bing Maps pone a nuestra disposición a través de una serie de servicio. Pero que significa esta palabra tan rimbombante ( Geocodificación ), pues es el proceso de asignar coordenadas geográficas (e.g. latitud-longitud) a puntos del mapa (direcciones, puntos de interés, etc.)....(&lt;a href="http://geeks.ms/blogs/rmayo/archive/2010/08/11/dinamizando-la-geocodificaci-243-n-de-bing-maps-en-un-proyecto-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://geeks.ms/aggbug.aspx?PostID=180516" width="1" height="1"&gt;</description><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Silverlight+4/default.aspx">Silverlight 4</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Bing+Maps/default.aspx">Bing Maps</category><category domain="http://geeks.ms/blogs/rmayo/archive/tags/Geocoding/default.aspx">Geocoding</category></item></channel></rss>