<?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/"
	>

<channel>
	<title>Writing Something &#187; ean13</title>
	<atom:link href="http://www.serdarb.com/tag/ean13/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serdarb.com</link>
	<description>Serdar's</description>
	<lastBuildDate>Tue, 01 Jun 2010 08:07:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C# ile EAN 13</title>
		<link>http://www.serdarb.com/csharp-c/c-ile-ean-13/</link>
		<comments>http://www.serdarb.com/csharp-c/c-ile-ean-13/#comments</comments>
		<pubDate>Fri, 08 May 2009 12:23:48 +0000</pubDate>
		<dc:creator>serdar</dc:creator>
				<category><![CDATA[Csharp - C#]]></category>
		<category><![CDATA[ean13]]></category>

		<guid isPermaLink="false">http://www.serdarb.com/?p=605</guid>
		<description><![CDATA[Bu yazıda, EAN-13 (European Article Number) standardında barkot oluşturan ve oluşturduğu barkottan geri dönüş (encode / decode) yapan örnek kodu bulacaksınız.
linkler
codeproject
wikipedia

using System;
using System.Text;
&#160;
public static class Ean13BarcodeHelper
&#123;
public static string EncodeData&#40;string inData&#41;
&#123;
    if &#40;inData.Length != 12&#41;
        throw new ApplicationException&#40;&#34;Barkod data uzunluğu hatalı&#34;&#41;;
&#160;
    for &#40;int [...]]]></description>
		<wfw:commentRss>http://www.serdarb.com/csharp-c/c-ile-ean-13/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
