<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comentarios en: Archivos zip en C#</title>
	<atom:link href="http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/</link>
	<description>Mundo geek, bitácora sobre todo lo geek: software, gadgets, tecnología, internet, ...</description>
	<lastBuildDate>Sat, 26 May 2012 01:36:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Por: Jaime Olivares</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-305020</link>
		<dc:creator>Jaime Olivares</dc:creator>
		<pubDate>Thu, 27 Aug 2009 07:08:46 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-305020</guid>
		<description>Hola a todos.
Por favor revisen mi libreria ZipStorer en http://zipstorer.codeplex.com
Es muy pequeña y usa internamente la clase DeflateStream de .net
Puede guardar y recuperar archivos de un archivo .zip en forma comprimida (deflate) o sin comprimir.
Saludos,
Jaime.</description>
		<content:encoded><![CDATA[<p>Hola a todos.<br />
Por favor revisen mi libreria ZipStorer en <a href="http://zipstorer.codeplex.com" rel="nofollow">http://zipstorer.codeplex.com</a><br />
Es muy pequeña y usa internamente la clase DeflateStream de .net<br />
Puede guardar y recuperar archivos de un archivo .zip en forma comprimida (deflate) o sin comprimir.<br />
Saludos,<br />
Jaime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: kiefer</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-303095</link>
		<dc:creator>kiefer</dc:creator>
		<pubDate>Thu, 30 Jul 2009 21:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-303095</guid>
		<description>Lo dicho, me esta seduciendo el C#</description>
		<content:encoded><![CDATA[<p>Lo dicho, me esta seduciendo el C#</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: IPanonima</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302975</link>
		<dc:creator>IPanonima</dc:creator>
		<pubDate>Mon, 27 Jul 2009 21:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302975</guid>
		<description>Hombre, para eso incluye código de 7-zip, de Igor Pavlov. O usa la dll. Todo GNU LGPL, excepto el módulo de rar, que es privativo.

Y lo de así de sencillo... a ver, por algo llaman a C# lenguaje de alto nivel y a C++ de medio nivel :)</description>
		<content:encoded><![CDATA[<p>Hombre, para eso incluye código de 7-zip, de Igor Pavlov. O usa la dll. Todo GNU LGPL, excepto el módulo de rar, que es privativo.</p>
<p>Y lo de así de sencillo&#8230; a ver, por algo llaman a C# lenguaje de alto nivel y a C++ de medio nivel <img src='http://mundogeek.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jordi</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302870</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Thu, 23 Jul 2009 15:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302870</guid>
		<description>Buscad INFO-ZIP en Google y su dll ZIP.dll .... Una maravilla oiga ;)</description>
		<content:encoded><![CDATA[<p>Buscad INFO-ZIP en Google y su dll ZIP.dll &#8230;. Una maravilla oiga <img src='http://mundogeek.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Marcelo Fernández</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302868</link>
		<dc:creator>Marcelo Fernández</dc:creator>
		<pubDate>Thu, 23 Jul 2009 10:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302868</guid>
		<description>Entiendo que no hay tanto en español como para C# y Java, pero esto está cambiando:

http://www.gulic.org/almacen/diveintopython-5.4-es/
http://pyspanishdoc.sourceforge.net/
http://python.org.ar/pyar/AprendiendoPython

Y quisiera agregar que acá en Argentina, el grupo de programadores Python tiene algunos desarrolladores del lenguaje en sí y es extremadamente útil y ameno como para tener ayuda casi instantánea:

http://python.org.ar/pyar/ListaDeCorreo

Saludos</description>
		<content:encoded><![CDATA[<p>Entiendo que no hay tanto en español como para C# y Java, pero esto está cambiando:</p>
<p><a href="http://www.gulic.org/almacen/diveintopython-5.4-es/" rel="nofollow">http://www.gulic.org/almacen/diveintopython-5.4-es/</a><br />
<a href="http://pyspanishdoc.sourceforge.net/" rel="nofollow">http://pyspanishdoc.sourceforge.net/</a><br />
<a href="http://python.org.ar/pyar/AprendiendoPython" rel="nofollow">http://python.org.ar/pyar/AprendiendoPython</a></p>
<p>Y quisiera agregar que acá en Argentina, el grupo de programadores Python tiene algunos desarrolladores del lenguaje en sí y es extremadamente útil y ameno como para tener ayuda casi instantánea:</p>
<p><a href="http://python.org.ar/pyar/ListaDeCorreo" rel="nofollow">http://python.org.ar/pyar/ListaDeCorreo</a></p>
<p>Saludos</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Korso</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302847</link>
		<dc:creator>Korso</dc:creator>
		<pubDate>Thu, 23 Jul 2009 01:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302847</guid>
		<description>¿Por casualidad no conoceréis algo equivalente (y así de sencillo) para c++? Con que comprima en *.zip un archivo me sobra.</description>
		<content:encoded><![CDATA[<p>¿Por casualidad no conoceréis algo equivalente (y así de sencillo) para c++? Con que comprima en *.zip un archivo me sobra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: nintux</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302846</link>
		<dc:creator>nintux</dc:creator>
		<pubDate>Thu, 23 Jul 2009 01:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302846</guid>
		<description>Hay muy poca documentación de python en castellano, a ver cuándo te animas a continuar :P</description>
		<content:encoded><![CDATA[<p>Hay muy poca documentación de python en castellano, a ver cuándo te animas a continuar <img src='http://mundogeek.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Jordi</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302827</link>
		<dc:creator>Jordi</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302827</guid>
		<description>No me preguntéis como funciona, pues lo use hace un montón de tiempo y ya ni me acuerdo (se que es muy fácil y que lo tengo en una dll..)
http://www.info-zip.org/</description>
		<content:encoded><![CDATA[<p>No me preguntéis como funciona, pues lo use hace un montón de tiempo y ya ni me acuerdo (se que es muy fácil y que lo tengo en una dll..)<br />
<a href="http://www.info-zip.org/" rel="nofollow">http://www.info-zip.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: menek</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302824</link>
		<dc:creator>menek</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302824</guid>
		<description>Y DotNetZip funciona sin problemas en Mono.</description>
		<content:encoded><![CDATA[<p>Y DotNetZip funciona sin problemas en Mono.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: IPanonima</title>
		<link>http://mundogeek.net/archivos/2009/07/22/archivos-zip-en-c/#comment-302814</link>
		<dc:creator>IPanonima</dc:creator>
		<pubDate>Wed, 22 Jul 2009 19:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://mundogeek.net/?p=3668#comment-302814</guid>
		<description>OK, algún día me pondré con ello en serio...

¿Y para variables de usuario cómo es?</description>
		<content:encoded><![CDATA[<p>OK, algún día me pondré con ello en serio&#8230;</p>
<p>¿Y para variables de usuario cómo es?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

