<?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: Convertir SQL a LinQ</title>
	<atom:link href="http://hanzcocchi.net/convertir-sql-a-linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://hanzcocchi.net/convertir-sql-a-linq/</link>
	<description>.Net, Internet, Tecnología, algo personal.</description>
	<lastBuildDate>Sun, 15 Jan 2012 01:59:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Por: TATIANA</title>
		<link>http://hanzcocchi.net/convertir-sql-a-linq/comment-page-1/#comment-25404</link>
		<dc:creator>TATIANA</dc:creator>
		<pubDate>Thu, 17 Jun 2010 16:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://hanzcocchi.net/?p=718#comment-25404</guid>
		<description>CREATE procedure [dbo].[usp_Proc2]
@cedula int
as
select CLIENTE.Nombre, Apellido, Sum(Precio)as TotalPrecio From PRODUCTO inner join PEDIDO on 
ProductoId=Pe_ProductoId inner join CLIENTE on Cedula=Pe_Cedula where Cedula=@cedula
GROUP BY CLIENTE.Nombre, Apellido</description>
		<content:encoded><![CDATA[<p>CREATE procedure [dbo].[usp_Proc2]<br />
@cedula int<br />
as<br />
select CLIENTE.Nombre, Apellido, Sum(Precio)as TotalPrecio From PRODUCTO inner join PEDIDO on<br />
ProductoId=Pe_ProductoId inner join CLIENTE on Cedula=Pe_Cedula where Cedula=@cedula<br />
GROUP BY CLIENTE.Nombre, Apellido</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: Carlos rodriguez</title>
		<link>http://hanzcocchi.net/convertir-sql-a-linq/comment-page-1/#comment-13628</link>
		<dc:creator>Carlos rodriguez</dc:creator>
		<pubDate>Fri, 17 Jul 2009 00:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://hanzcocchi.net/?p=718#comment-13628</guid>
		<description>esta muy bueno el programa, me saca de dudas de sintaxis..</description>
		<content:encoded><![CDATA[<p>esta muy bueno el programa, me saca de dudas de sintaxis..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

