<?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>Mi Blog Personal</title>
	<atom:link href="http://luichanfe.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://luichanfe.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 28 Dec 2009 19:28:02 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='luichanfe.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/60d6723ee31b409f07d0d6a3fbbfcf28?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Mi Blog Personal</title>
		<link>http://luichanfe.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://luichanfe.wordpress.com/osd.xml" title="Mi Blog Personal" />
		<item>
		<title>Preguntas</title>
		<link>http://luichanfe.wordpress.com/2008/11/22/preguntas/</link>
		<comments>http://luichanfe.wordpress.com/2008/11/22/preguntas/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 16:09:46 +0000</pubDate>
		<dc:creator>luichanfe</dc:creator>
				<category><![CDATA[Informática]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://luichanfe.wordpress.com/?p=14</guid>
		<description><![CDATA[Preguntas sobre .NET de misión Misión Géminis 48 que se diviertan 

Sobre la administración de memoria del CLR y los tipos de datos:



A.  Los tipos de datos de valor se almacenan en el Heap


B.  El valor de los tipos de datos de referencia se almacena en el Stack


C.  La referencia al valor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=luichanfe.wordpress.com&blog=4637951&post=14&subd=luichanfe&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Preguntas sobre .NET de misión <span><a href="http://www.microsoft.com/spanish/msdn/latam/Geminis48/"><span style="font-weight:bold;">Misión Géminis 48</span></a><strong><span style="font-weight:bold;"> que se diviertan</span></strong><span style="font-weight:bold;"> </span><a href="http://www.microsoft.com/spanish/msdn/latam/Geminis48/"><span style="font-weight:bold;"><br />
</span></a></span></p>
<p><span><span style="font-family:Arial;">Sobre la administración de memoria del CLR y los tipos de datos:</span></span></p>
<table style="width:590px;height:82px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;font-size:small;">A.  Los tipos de datos de valor se almacenan en el Heap</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;font-size:small;">B.  El valor de los tipos de datos de referencia se almacena en el Stack</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;font-size:small;"><span style="font-family:Arial;">C.  La referencia al valor de los tipos de datos de referencia se almacena en el Stack</span></span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;font-size:small;">D.  A y C son ciertas</span></td>
</tr>
</tbody>
</table>
<p><span><span><span style="font-family:Arial;"><br />
<span>Qué hace la siguiente sentencia ($a)?b:c;?</span></span></span></span></p>
<table style="width:589px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">A.  Si la variable $a existe retorna la constante b, o la c en otro caso</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">B.  Si la variable $a existe retorna la constante c, o la b en otro caso</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">C.  Si la variable $a existe retorna las constantes b y c</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">D.  No es una sentencia válida y genera error</span></td>
</tr>
</tbody>
</table>
<p><span style="color:red;"><br />
</span><span><span style="font-family:Arial;">Con respecto a herencia, los Lenguajes .NET soportan:</span></span></p>
<table style="width:603px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> A.  Herencia Múltiple</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> B.  Herencia Simple</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> C.  Opciones A y B</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> D.  No soporta</span></td>
</tr>
</tbody>
</table>
<p><span><span style="font-family:Arial;">Usted debe crear una página web que usa concatenación de strings para recopilar datos de múltiples mensajes de correo electrónico y formatear los datos para mostrarlos. ¿Cuál es la mejor opción?</span></span></p>
<table style="width:605px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> A.  Escribir código que use el método Concat del objeto String</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> B.  Escribir código que use el método Append del objeto StringBuilder</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> C.  Escribir código que use los operadores + o &amp; para concatenar los textos</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> D.  Escribir código que use el Substring del objeto String</span></td>
</tr>
</tbody>
</table>
<p><span><span style="font-family:Arial;">Para registrar la variable de sesión $a se utiliza:</span></span></p>
<table style="width:601px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> A.  session_register($a);</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> B.  session(“a”);</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> C.  session_register(var $a);</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> D.  session_register(“a”);</span></td>
</tr>
</tbody>
</table>
<p><span><span style="font-family:Arial;"><br />
<span>Dado el siguiente código, ¿Qué valor queda contenido en la variable cadena1?</span><br />
<span> $cadena = “abc”;</span><br />
<span> $cadena1 = “”;</span><br />
<span> $i = 1;</span><br />
<span> while($cadena)</span><br />
<span> {</span><br />
<span> $cadena1 .= substr($cadena, strpos( $cadena, $cadena[$i - 1]), 1);</span><br />
<span> $i++;</span><br />
<span> if(($i % 3) == 0)</span><br />
<span> $i = 0;</span><br />
<span> }</span></span></span></p>
<table style="width:617px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> A.  abcabc</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> B.  abc</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> C.  La ejecución es incorrecta arrojando un error</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> D.  La ejecución es incorrecta y no arroja error</span></td>
</tr>
</tbody>
</table>
<p><span><span style="font-family:Arial;">Usted debe crear una clase que trabaje con grandes cantidades de memoria. En lugar que el runtime libere los recursos automáticamente, la clase debe estar habilitada para liberar los recuros explícitamente cuando una instancia de la clase no se necesita más. ¿Qué interfaz debe implementar su clase?</span></span></p>
<table style="width:605px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">A.  IComparable</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">B.  ICloneable</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">C.  IDisposable</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">D.  INullable</span></td>
</tr>
</tbody>
</table>
<p><span><span style="font-family:Arial;">¿Qué imprime el siguiente código?<br />
</span><span style="font-family:Arial;"> $i = 0;<br />
while($i &lt;</span></span><span><span style="font-family:Arial;">10)<br />
{<br />
echo $i++;<br />
}</span></span><span> </span></p>
<table style="width:600px;height:94px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">A.  Los números del 0 al 9</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">B.  Los números del 1 al 10</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">C.  Los números del 1 al 9</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;">D.  Los números del 0 al 10</span></td>
</tr>
</tbody>
</table>
<p><span><span style="font-family:Arial;">¿Cuál es la manera práctica de hacer un “imports” general de un namespace a toda la app web en ASP.NET 2.0? </span></span></p>
<table style="width:605px;height:113px;" border="0" align="center">
<tbody>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> A.  En la opcion imports de las propiedades del sitio web</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> B.  Agregar el namespace en la clase de la página maestra, si se usa</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> C.  Agregar en la sección  el namesapace requerido</span></td>
</tr>
<tr style="color:#666666;">
<td><span style="font-family:Arial;"> D. No es posible de forma general, se debe adicionar la sentencia imports nombre_namespace antes de la definición de cada clase que lo necesite</span></td>
</tr>
</tbody>
</table>
<p>Teoría para .NET y código para PHP &#8230;.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/luichanfe.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/luichanfe.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/luichanfe.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/luichanfe.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/luichanfe.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/luichanfe.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/luichanfe.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/luichanfe.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/luichanfe.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/luichanfe.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=luichanfe.wordpress.com&blog=4637951&post=14&subd=luichanfe&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://luichanfe.wordpress.com/2008/11/22/preguntas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/936577a16c86a41b7fe2da13ec5d10f0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luichanfe</media:title>
		</media:content>
	</item>
		<item>
		<title>Cells on Camp Santiago del Estero</title>
		<link>http://luichanfe.wordpress.com/2008/08/28/cells-on-camp-santiago-del-estero/</link>
		<comments>http://luichanfe.wordpress.com/2008/08/28/cells-on-camp-santiago-del-estero/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 18:45:11 +0000</pubDate>
		<dc:creator>luichanfe</dc:creator>
				<category><![CDATA[Informática]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Santiago del Estero]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[cells on camp]]></category>
		<category><![CDATA[Genti]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://luichanfe.wordpress.com/?p=3</guid>
		<description><![CDATA[Finalizaron las jornadas del Cells on Camp de Microsoft aqui en Santiago del Estero organizadas por GENTI. La verdad que para mi las mejores hasta ahora de todas las realizadas aqui en este páramo en donde nos sentimos tan solos y tan aislados del mundo y que en estas jornadas aprovechamos para sentirnos mas cerca. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=luichanfe.wordpress.com&blog=4637951&post=3&subd=luichanfe&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Finalizaron las jornadas del Cells on Camp de Microsoft aqui en Santiago del Estero organizadas por <a href="http://www.gentisde.com.ar" target="_blank">GENTI</a>. La verdad que para mi las mejores hasta ahora de todas las realizadas aqui en este páramo en donde nos sentimos tan solos y tan aislados del mundo y que en estas jornadas aprovechamos para sentirnos mas cerca. Todo gracias a la gente que ha venido a participar.</p>
<p>Aqui algunas de las fotos:</p>
<p><a href="http://luichanfe.files.wordpress.com/2008/08/dsc03142.jpg"><img class="aligncenter size-medium wp-image-4" src="http://luichanfe.files.wordpress.com/2008/08/dsc03142.jpg?w=225&#038;h=300" alt="" width="225" height="300" /></a></p>
<p>Pablo Listingart y Maria Fernanda Luna de Microsoft</p>
<p><a href="http://luichanfe.files.wordpress.com/2008/08/dsc031561.jpg"><img class="aligncenter size-medium wp-image-7" src="http://luichanfe.files.wordpress.com/2008/08/dsc031561.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>Gustavo Fridman Microsoft Live Solution Specialist</p>
<p><a href="http://luichanfe.files.wordpress.com/2008/08/dsc031551.jpg"><img class="aligncenter size-medium wp-image-9" src="http://luichanfe.files.wordpress.com/2008/08/dsc031551.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a></p>
<p>Walter Diaz Costas, Pablo Gangui, Edu Peralta, Aldo Roldan, Augusto Alvarez y Mauricio Diaz Navarro.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/luichanfe.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/luichanfe.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/luichanfe.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/luichanfe.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/luichanfe.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/luichanfe.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/luichanfe.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/luichanfe.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/luichanfe.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/luichanfe.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/luichanfe.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/luichanfe.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=luichanfe.wordpress.com&blog=4637951&post=3&subd=luichanfe&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://luichanfe.wordpress.com/2008/08/28/cells-on-camp-santiago-del-estero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/936577a16c86a41b7fe2da13ec5d10f0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">luichanfe</media:title>
		</media:content>

		<media:content url="http://luichanfe.files.wordpress.com/2008/08/dsc03142.jpg?w=225" medium="image" />

		<media:content url="http://luichanfe.files.wordpress.com/2008/08/dsc031561.jpg?w=300" medium="image" />

		<media:content url="http://luichanfe.files.wordpress.com/2008/08/dsc031551.jpg?w=300" medium="image" />
	</item>
	</channel>
</rss>