<?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>Mudu's Blog &#187; BBB</title>
	<atom:link href="http://kladde.org/~meid/blog/index.php/category/bbb/feed/" rel="self" type="application/rss+xml" />
	<link>http://kladde.org/~meid/blog</link>
	<description>Entschuldigung, darf ich Ihren fachlichen Disput da mal stören?</description>
	<lastBuildDate>Mon, 16 Nov 2009 10:20:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PostgreSQL mit .NET via ODBC</title>
		<link>http://kladde.org/~meid/blog/index.php/postgresql-mit-net-via-odbc/</link>
		<comments>http://kladde.org/~meid/blog/index.php/postgresql-mit-net-via-odbc/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:34:07 +0000</pubDate>
		<dc:creator>Matthias Meid</dc:creator>
				<category><![CDATA[BBB]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://kladde.org/~meid/blog/?p=55</guid>
		<description><![CDATA[Wichtig: Im Zusammenhang mit der LAP 2007 steht der Inhalt selbstverständlich wie alle anderen Dokumente unter der Bierlizenz (siehe LAP-Wiki). :)
Die Herren, für morgen ein kleines Sample, wie aus .NET auf eine PostgreSQL-Datenbank zugegriffen wird:
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Odbc;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
using(OdbcConnection cn = new OdbcConnection("Dsn=DateNDrive"))
{
cn.Open();
// Important: It seems necessary that [...]]]></description>
		<wfw:commentRss>http://kladde.org/~meid/blog/index.php/postgresql-mit-net-via-odbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IEEE 802.1X authentication mit SP3: &quot;Wired AutoConfig&quot; (PEAP)</title>
		<link>http://kladde.org/~meid/blog/index.php/ieee-8021x-authentication-mit-sp3-wired-autoconfig/</link>
		<comments>http://kladde.org/~meid/blog/index.php/ieee-8021x-authentication-mit-sp3-wired-autoconfig/#comments</comments>
		<pubDate>Tue, 20 May 2008 08:24:11 +0000</pubDate>
		<dc:creator>Matthias Meid</dc:creator>
				<category><![CDATA[BBB]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://kladde.org/~meid/blog/index.php/2008/05/20/ieee-8021x-authentication-mit-sp3-wired-autoconfig/</guid>
		<description><![CDATA[Am Wochenende Service Pack 3 (Windows XP) installiert, und Mittwoch in der Schule erstmal kein Internet. Sonst allerdings habe ich noch keine Probleme mit dem Update bemerkt.
Mein Problem war, dass die Authentifizierung am Netzwerk nicht mehr geklappt hat, und das "Authentication"-Tab im Eigenschaften-Dialog der Local Area Network (LAN) Connection weg war. Dies lag daran, dass [...]]]></description>
		<wfw:commentRss>http://kladde.org/~meid/blog/index.php/ieee-8021x-authentication-mit-sp3-wired-autoconfig/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Got MVC?</title>
		<link>http://kladde.org/~meid/blog/index.php/got-mvc/</link>
		<comments>http://kladde.org/~meid/blog/index.php/got-mvc/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 19:33:39 +0000</pubDate>
		<dc:creator>Matthias Meid</dc:creator>
				<category><![CDATA[BBB]]></category>
		<category><![CDATA[IT]]></category>

		<guid isPermaLink="false">http://kladde.org/~meid/blog/?p=24</guid>
		<description><![CDATA[Nächsten Dienstag steht eine Prüfung in Informatik an. "GUI-Bastelstunde in Java" ist das Thema, dazu gehört auch das MVC-Pattern.
Heute Abend habe ich zum ersten Mal in meinem Leben eine funktionierende MVC-Anwendung geschrieben, mithilfe einer hübschen Anleitung, die ich im Internet gefunden habe. An dieser Stelle herzlichen Dank an Joseph Bergin. Einen kleinen Teil hat auch [...]]]></description>
		<wfw:commentRss>http://kladde.org/~meid/blog/index.php/got-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
