<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JorgeOrtiz's Weblog</title>
	<atom:link href="http://jorgeortiz1.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgeortiz1.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 10 Jul 2011 09:10:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jorgeortiz1.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JorgeOrtiz's Weblog</title>
		<link>http://jorgeortiz1.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jorgeortiz1.wordpress.com/osd.xml" title="JorgeOrtiz&#039;s Weblog" />
	<atom:link rel='hub' href='http://jorgeortiz1.wordpress.com/?pushpress=hub'/>
		<item>
		<title>¿Como buscar un objeto particular en una colección? &#8211; Usando Linq y expresiones Lambda.</title>
		<link>http://jorgeortiz1.wordpress.com/2010/10/26/%c2%bfcomo-buscar-un-objeto-particular-en-una-coleccion-usando-linq-y-expresiones-lambda/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/10/26/%c2%bfcomo-buscar-un-objeto-particular-en-una-coleccion-usando-linq-y-expresiones-lambda/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 16:15:29 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Linq]]></category>
		<category><![CDATA[ProgrammingLanguages]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/2010/10/26/%c2%bfcomo-buscar-un-objeto-particular-en-una-coleccion-usando-linq-y-expresiones-lambda/</guid>
		<description><![CDATA[Los metodos de colecciones genericas IndexOf() o Contains() funcionan muy bien cuando se tienen listas de tipos simples como List&#60;string&#62; o List&#60;int&#62;, pero NO cuando se tienen listas de objetos y se desea buscar un objeto con determinadas propiedades, es decir si tenemos una lista como la siguiente: List&#60;claseParticular&#62; lista = new List&#60;claseParticular&#62;(); y tal <a href="http://jorgeortiz1.wordpress.com/2010/10/26/%c2%bfcomo-buscar-un-objeto-particular-en-una-coleccion-usando-linq-y-expresiones-lambda/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=267&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/10/26/%c2%bfcomo-buscar-un-objeto-particular-en-una-coleccion-usando-linq-y-expresiones-lambda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Evitando perder el tiempo en compilación de proyectos de Windows Mobile</title>
		<link>http://jorgeortiz1.wordpress.com/2010/09/27/evitando-perder-el-tiempo-en-compilacion-de-proyectos-de-windows-mobile/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/09/27/evitando-perder-el-tiempo-en-compilacion-de-proyectos-de-windows-mobile/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 22:28:42 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WindowsMobile]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/?p=265</guid>
		<description><![CDATA[He aqui un articulo que nos dice que es PVT(Platform Verification Task) y como evitar que se realice en cada compilación durante el proceso de desarrollo: http://blogs.msdn.com/b/vsdteam/archive/2006/09/15/756400.aspx Tagged: WindowsMobile<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=265&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/09/27/evitando-perder-el-tiempo-en-compilacion-de-proyectos-de-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Como asegurar una única instancia de una aplicación en Windows CE</title>
		<link>http://jorgeortiz1.wordpress.com/2010/09/27/como-asegurar-una-unica-instancia-de-una-aplicacion-en-windows-ce/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/09/27/como-asegurar-una-unica-instancia-de-una-aplicacion-en-windows-ce/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 22:21:56 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WindowsMobile]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/?p=261</guid>
		<description><![CDATA[Para apuntar a una solución de un problema recurrente: http://bitmatic.com/compact-framework/single-instance-applications-in-windows-ce Tagged: WindowsMobile<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=261&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/09/27/como-asegurar-una-unica-instancia-de-una-aplicacion-en-windows-ce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Como optimizar la carga de Formularios en Windows Mobile</title>
		<link>http://jorgeortiz1.wordpress.com/2010/09/27/como-optimizar-la-carga-de-formularios-en-windows-mobile/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/09/27/como-optimizar-la-carga-de-formularios-en-windows-mobile/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 22:18:42 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WindowsMobile]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/?p=259</guid>
		<description><![CDATA[Dos tips para optimizar la carga de formularios en windows mobile: Reducir el numero de llamados a métodos en InitializeComponent: Cambiar: this.controlName.Location = new System.Drawing.Point(0, 0); this.controlName.Size = new System.Drawing.Size(240, 320); Por: this.controlName.Bounds = new Rectangle(0, 0,  240, 320); Inicializar los controles en el arbol de controles top-down Cambiar: this.panelName.Controls.Add(this.controlName); Por: this.panelName.Parent = this; this.controlName.Parent <a href="http://jorgeortiz1.wordpress.com/2010/09/27/como-optimizar-la-carga-de-formularios-en-windows-mobile/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=259&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/09/27/como-optimizar-la-carga-de-formularios-en-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows 7 Home Basic No tiene consola de administración de IIS</title>
		<link>http://jorgeortiz1.wordpress.com/2010/08/18/windows-7-home-basic-no-tiene-consola-de-administracion-de-iis/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/08/18/windows-7-home-basic-no-tiene-consola-de-administracion-de-iis/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 17:02:13 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Developing]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/?p=251</guid>
		<description><![CDATA[IIS viene limitado para este sistema operativo, no trae la consola de administración o el inetmgr.exe, así que si se pretende montar un ambiente de desarrollo hay que hacer un upgrade de SO. http://forums.iis.net/p/1162822/1940994.aspx Si se tiene una contraseña de actualización con este formato: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX , se puede utilizar la herramienta windows anytime upgrade sin <a href="http://jorgeortiz1.wordpress.com/2010/08/18/windows-7-home-basic-no-tiene-consola-de-administracion-de-iis/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=251&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/08/18/windows-7-home-basic-no-tiene-consola-de-administracion-de-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>WCF desde cero.</title>
		<link>http://jorgeortiz1.wordpress.com/2010/08/18/wcf-desde-cero/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/08/18/wcf-desde-cero/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 16:30:43 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/2010/08/18/wcf-desde-cero/</guid>
		<description><![CDATA[No sabia nada de WCF, ahora al menos sé que existe y muy en términos generales que ofrece, pronto comenzaré a trabajar con esto y ya postearé cosas interesantes que vayan surgiendo por ahora solo un resumen from scratch: Facilita el desarrollo de aplicaciones orientadas a servicios Unifica e integra tecnologias de computación distribuida como <a href="http://jorgeortiz1.wordpress.com/2010/08/18/wcf-desde-cero/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=247&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/08/18/wcf-desde-cero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Como solucionar Interbloqueos (DeadLocks)</title>
		<link>http://jorgeortiz1.wordpress.com/2010/07/08/como-solucionar-interbloqueos-deadlocks/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/07/08/como-solucionar-interbloqueos-deadlocks/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:47:07 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/2010/07/08/como-solucionar-interbloqueos-deadlocks/</guid>
		<description><![CDATA[http://support.microsoft.com/kb/832524#top y el mismo artículo pero en ingles: http://support.microsoft.com/kb/832524/en-us/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=246&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/07/08/como-solucionar-interbloqueos-deadlocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Don&#8217;t redirect after setting a Session variable (or do it right)</title>
		<link>http://jorgeortiz1.wordpress.com/2010/07/07/dont-redirect-after-setting-a-session-variable-or-do-it-right/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/07/07/dont-redirect-after-setting-a-session-variable-or-do-it-right/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 16:26:46 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Developing]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/2010/07/07/dont-redirect-after-setting-a-session-variable-or-do-it-right/</guid>
		<description><![CDATA[http://weblogs.asp.net/bleroy/archive/2004/08/03/Don_2700_t-redirect-after-setting-a-Session-variable-_2800_or-do-it-right_2900_.aspx Tagged: Web Developing<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=243&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/07/07/dont-redirect-after-setting-a-session-variable-or-do-it-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Problemas de renderizacion de letras con acentos</title>
		<link>http://jorgeortiz1.wordpress.com/2010/07/07/problemas-de-renderizacion-de-letras-con-acentos/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/07/07/problemas-de-renderizacion-de-letras-con-acentos/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 15:30:15 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Developing]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/2010/07/07/problemas-de-renderizacion-de-letras-con-acentos/</guid>
		<description><![CDATA[El problema de renderizacion de letras con acentos en navegadores web es un problema bastante comun, por lo que puede ser necesario implementar alguna funcion que reemplaze aquellas letras con acentos por sus respectivos HTML encodings, he aquí un link con un listado de varios de estos: http://www.thesauruslex.com/typo/eng/enghtml.htm Tagged: Web Developing<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=240&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/07/07/problemas-de-renderizacion-de-letras-con-acentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
		<item>
		<title>Como pasar una entrevista de Ingeniería de Software para Silicon Valley</title>
		<link>http://jorgeortiz1.wordpress.com/2010/05/10/como-pasar-una-entrevista-de-ingenieria-de-software-para-silicon-valley/</link>
		<comments>http://jorgeortiz1.wordpress.com/2010/05/10/como-pasar-una-entrevista-de-ingenieria-de-software-para-silicon-valley/#comments</comments>
		<pubDate>Mon, 10 May 2010 02:45:47 +0000</pubDate>
		<dc:creator>jorgeortiz1</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WorkingLife]]></category>

		<guid isPermaLink="false">http://jorgeortiz1.wordpress.com/?p=236</guid>
		<description><![CDATA[Mis primeros pasos para entrar al mundo laboral del Software, preparación de la Hoja de Vida, entrevistas y pruebas técnicas, &#8230;te preparan en la Universidad para esto?, es decir saber causar una excelente impresión?, comparto aquí un interesante post acerca de las entrevistas: http://paultyma.blogspot.com/2007/03/howto-pass-silicon-valley-software.html Tagged: WorkingLife<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jorgeortiz1.wordpress.com&amp;blog=3562437&amp;post=236&amp;subd=jorgeortiz1&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://jorgeortiz1.wordpress.com/2010/05/10/como-pasar-una-entrevista-de-ingenieria-de-software-para-silicon-valley/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jorgeortiz1</media:title>
		</media:content>
	</item>
	</channel>
</rss>
