<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
  <title type="text">Latest Episodes from Tekpub</title>
  <generator uri="http://tekpub.com">Tekpub</generator>
  <id>http://tekpub.com/feed/rss</id>
  
  <link href="http://tekpub.com/" rel="alternate" />
  <updated>2012-02-09 20:36:31 UTC</updated>
  <subtitle type="text">Latest Episodes from Tekpub</subtitle>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/tekpub/episodes" /><feedburner:info uri="tekpub/episodes" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><entry>
    <title>3 - Indexes</title>
    <link href="http://tekpub.com/view/raven/3" type="text/html" rel="alternate" />
    <id>3 - Indexes</id>
    <author>
      <name>Ayende Rahien, Rob Conery</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Raven_slide" src="/images/raven_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;RavenDB's indexes help you query your document store effectively - but unlike relational systems, RavenDB allows you to build and use an index while it's being created. Indexing effectively is at the core of what RavenDB is all about and if you don't do it, Raven will do it for you...&lt;/p&gt;</content>
    <published>2012-02-09</published>
  </entry>
  <entry>
    <title>5 - Using Raven in an Application</title>
    <link href="http://tekpub.com/view/raven/5" type="text/html" rel="alternate" />
    <id>5 - Using Raven in an Application</id>
    <author>
      <name>Ayende Rahien, Rob Conery</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Raven_slide" src="/images/raven_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;In this episode Oren shows Rob the easiest way to use RavenDB in an ASP.NET MVC 3 application and we take some detours into various architectural approaches that Raven might fit into.&lt;/p&gt;</content>
    <published>2012-02-09</published>
  </entry>
  <entry>
    <title>2 - Understanding Document Names</title>
    <link href="http://tekpub.com/view/raven/2" type="text/html" rel="alternate" />
    <id>2 - Understanding Document Names</id>
    <author>
      <name>Ayende Rahien, Rob Conery</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Raven_slide" src="/images/raven_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;In this short episode we explain how documents are named with RavenDB - and why.&lt;/p&gt;</content>
    <published>2012-02-09</published>
  </entry>
  <entry>
    <title>1 - Why You Should Care About RavenDB</title>
    <link href="http://tekpub.com/view/raven/1" type="text/html" rel="alternate" />
    <id>1 - Why You Should Care About RavenDB</id>
    <author>
      <name>Ayende Rahien, Rob Conery</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Raven_slide" src="/images/raven_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;We've all heard of NoSQL and Document Stores - so it comes as no surprise that many get rather bored of Yet Another Document Store. In this episode, we try to tackle that issue head on - showing you what RavenDB is, how it works, and why you should care.&lt;/p&gt;</content>
    <published>2012-02-09</published>
  </entry>
  <entry>
    <title>4 - Queries</title>
    <link href="http://tekpub.com/view/raven/4" type="text/html" rel="alternate" />
    <id>4 - Queries</id>
    <author>
      <name>Ayende Rahien, Rob Conery</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Raven_slide" src="/images/raven_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;Querying a document store is unlike querying a relational system - it's a lot simpler and a lot more fun. In this episode Oren shows Rob how to harness the power of Raven's underlying query engine: Lucene...&lt;/p&gt;</content>
    <published>2012-02-09</published>
  </entry>
  <entry>
    <title>25 - Covariance and Contravariance</title>
    <link href="http://tekpub.com/view/csharp4/25" type="text/html" rel="alternate" />
    <id>25 - Covariance and Contravariance</id>
    <author>
      <name>Jon Skeet, Rob Conery</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Csharp4_slide" src="/images/csharp4_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;In this episode Jon melts Rob's brain as he tries to explain the new Covariance and Contravariance features in C# 4.0. This is a very advanced episode - you should be comfortable with generics, LINQ, and C# in general.&lt;/p&gt;</content>
    <published>2012-01-18</published>
  </entry>
  <entry>
    <title>1 - Episode 1 - The Basics</title>
    <link href="http://tekpub.com/view/peepcode_vim/1" type="text/html" rel="alternate" />
    <id>1 - Episode 1 - The Basics</id>
    <author>
      <name>Geoffrey Grosenbach, Andrew Stewart</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Peepcode_vim_slide" src="/images/peepcode_vim_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;In our 50-minute Vim tutorial, experienced Vim master, water polo captain, and former British intelligence officer Andrew Stewart teaches you the very basics of Vim. You don’t need any previous knowledge of Vim—we’ll take you from the beginning.

You’ll learn to:
&lt;ul&gt;
&lt;li&gt;Install Vim for your platform&lt;/li&gt;
&lt;li&gt;Use Vim for simple editing via SSH&lt;/li&gt;
&lt;li&gt;Configure Vim with sensible defaults (basic and advanced configurations are included in the code download)&lt;/li&gt;
&lt;li&gt;Use operators and commands to manipulate text&lt;/li&gt;
&lt;li&gt;Work with files, windows and buffers&lt;/li&gt;
&lt;li&gt;Install plugins&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;</content>
    <published>2012-01-06</published>
  </entry>
  <entry>
    <title>2 - Episode 2 - Intermediate</title>
    <link href="http://tekpub.com/view/peepcode_vim/2" type="text/html" rel="alternate" />
    <id>2 - Episode 2 - Intermediate</id>
    <author>
      <name>Geoffrey Grosenbach, Andrew Stewart</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Peepcode_vim_slide" src="/images/peepcode_vim_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;Part I of the Vim tutorial series introduced you to the basics of Vim: installation, basic editing, operators, and file navigation. This sequel will teach you to productively use Vim’s text editing, movement, and manipulation capabilities. In this 59 minute advanced vim tutorial, you’ll learn from experienced Vim master Andrew Stewart (voiced by Internet celebrity Dan Benjamin).
&lt;p&gt;
Topics covered:
&lt;ul&gt;
&lt;li&gt;Precision movement&lt;/li&gt;
&lt;li&gt;Movement, selection, and editing with marks&lt;/li&gt;
&lt;li&gt;Text manipulation&lt;/li&gt;
&lt;li&gt;Search, replace, and execute&lt;/li&gt;
&lt;li&gt;Advanced configuration and abbreviations&lt;/li&gt;
&lt;li&gt;Navigation and manipulation with folds&lt;/li&gt;
&lt;li&gt;Auto-completion&lt;/li&gt;
&lt;li&gt;Command recording and playback&lt;/li&gt;
&lt;li&gt;Using and organizing plugins with Tim Pope’s Pathogen&lt;/li&gt;
&lt;li&gt;Installation and basic usage of top plugins: Git &amp; Fugitive, Surround, Ragtag, Endwise, Rails.vim, Snipmate, tComment&lt;/li&gt;
&lt;li&gt;Reading, searching, and navigating the built-in documentation&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;</content>
    <published>2012-01-06</published>
  </entry>
  <entry>
    <title>1 - Meet CoffeeScript</title>
    <link href="http://tekpub.com/view/peepcode_coffeescript/1" type="text/html" rel="alternate" />
    <id>1 - Meet CoffeeScript</id>
    <author>
      <name>Geoffrey Grosenbach</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Peepcode_coffeescript_slide" src="/images/peepcode_coffeescript_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;For this special production, we've teamed up with Peepcode to bring you this exceptional introduction to CoffeeScript. We're offering this production for free to all of our monthly and annual subscribers - but if you'd like to download it you certainly can over at Peepcode!&lt;/p&gt;</content>
    <published>2011-12-19</published>
  </entry>
  <entry>
    <title>1 - The CoffeeScript Talk</title>
    <link href="http://tekpub.com/view/ft_speaker/1" type="text/html" rel="alternate" />
    <id>1 - The CoffeeScript Talk</id>
    <author>
      <name>Scott Hanselman</name>
    </author>
    <content type="html">&lt;p&gt;&lt;img alt="Ft_speaker_slide" src="/images/ft_speaker_slide.png?1328824378" width="380" /&gt;&lt;/p&gt;&lt;p&gt;Watch as Scott learns CoffeeScript and designs his slides, creates his demos and then delivers his talk.&lt;/p&gt;</content>
    <published>2011-12-09</published>
  </entry>
</feed>

