<?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>EbookMeme.com - Download Free eBooks &#187; Dot NET</title>
	<atom:link href="http://ebookmeme.com/category/programming/dot-net/feed" rel="self" type="application/rss+xml" />
	<link>http://ebookmeme.com</link>
	<description>A network for WHO enjoy reading books</description>
	<lastBuildDate>Tue, 22 May 2012 07:33:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Entity Framework 4.1: Expert&#8217;s Cookbook</title>
		<link>http://ebookmeme.com/programming/entity-framework-4-1-experts-cookbook.html</link>
		<comments>http://ebookmeme.com/programming/entity-framework-4-1-experts-cookbook.html#comments</comments>
		<pubDate>Wed, 09 May 2012 15:00:27 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ebookmeme.com/?p=48942</guid>
		<description><![CDATA[<div class="spost"><p>Entity Framework 4.1 allows us to dive into the world of data access without having to write SQL statements. With the power to shape data access by your object model comes questions and this book holds the answers.</p>
<p>Entity Framework 4.1: Expert’s Cookbook holds many examples to help guide you </p>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/entity-framework-4-1-experts-cookbook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Started with Netduino</title>
		<link>http://ebookmeme.com/programming/getting-started-with-netduino.html</link>
		<comments>http://ebookmeme.com/programming/getting-started-with-netduino.html#comments</comments>
		<pubDate>Tue, 24 Apr 2012 08:34:59 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ebookmeme.com/?p=48703</guid>
		<description><![CDATA[<div class="spost"><div>Start building electronics projects with Netduino, the popular open source hardware platform that’s captured the imagination of makers and hobbyists worldwide. This easy-to-follow book provides the step-by-step guidance you need to experiment with Netduino and the .NET Micro Framework.</div>
<div></div>
<div>Through a set of simple projects, you’ll learn how to create </div>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/getting-started-with-netduino.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro NuGet</title>
		<link>http://ebookmeme.com/programming/pro-nuget.html</link>
		<comments>http://ebookmeme.com/programming/pro-nuget.html#comments</comments>
		<pubDate>Sun, 18 Mar 2012 17:36:57 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://ebookmeme.com/?p=47669</guid>
		<description><![CDATA[<div class="spost"><p>Pro NuGet offers you a solid architectural understanding of how to manage software dependencies using NuGet, an open-source package management tool for the .NET Framework. Providing practical guidance through a multitude of examples and more advanced scenarios, this book shows you how to unleash all the power that NuGet offers. </p>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/pro-nuget.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Entity Framework: DbContext</title>
		<link>http://ebookmeme.com/programming/dot-net/programming-entity-framework-dbcontext.html</link>
		<comments>http://ebookmeme.com/programming/dot-net/programming-entity-framework-dbcontext.html#comments</comments>
		<pubDate>Tue, 13 Mar 2012 10:37:13 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Dot NET]]></category>

		<guid isPermaLink="false">http://libproject.net/?p=47506</guid>
		<description><![CDATA[<div class="spost"><p>In addition to Code First, EF 4.1 introduces simpler EF coding patterns with the DbContext, DbSet, ChangeTracker and Validation APIs. This second mini-book will take the reader on a tour of these new features and how to take advantage of them. These new classes and APIs let the user focus </p>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/dot-net/programming-entity-framework-dbcontext.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.NET 4.0 Generics Beginner&#8217;s Guide</title>
		<link>http://ebookmeme.com/programming/net-4-0-generics-beginners-guide.html</link>
		<comments>http://ebookmeme.com/programming/net-4-0-generics-beginners-guide.html#comments</comments>
		<pubDate>Sun, 04 Mar 2012 12:32:54 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://libproject.net/?p=47351</guid>
		<description><![CDATA[<div class="spost"><div>Generics were added as part of .NET Framework 2.0 in November 2005. Although similar to generics in Java, .NET generics do not apply type erasure but every object has unique representation at run-time. There is no performance hit from runtime casts and boxing conversions, which are normally expensive..NET offers type-safe </div>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/net-4-0-generics-beginners-guide.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Entity Framework: Code First</title>
		<link>http://ebookmeme.com/programming/programming-entity-framework-code-first.html</link>
		<comments>http://ebookmeme.com/programming/programming-entity-framework-code-first.html#comments</comments>
		<pubDate>Sat, 31 Dec 2011 14:16:02 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://libproject.net/?p=46729</guid>
		<description><![CDATA[<div class="spost"><p>Take advantage of the Code First data modeling approach in ADO.NET Entity Framework, and learn how to build and configure a model based on existing classes in your business domain. With this concise book, you’ll work hands-on with examples to learn how Code First can create an in-memory model and </p>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/programming-entity-framework-code-first.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding4fun: 10 .Net Programming Projects for Wiimote, Youtube, World of Warcraft, and More</title>
		<link>http://ebookmeme.com/programming/coding4fun-10-net-programming-projects-for-wiimote-youtube-world-of-warcraft-and-more.html</link>
		<comments>http://ebookmeme.com/programming/coding4fun-10-net-programming-projects-for-wiimote-youtube-world-of-warcraft-and-more.html#comments</comments>
		<pubDate>Fri, 04 Nov 2011 07:45:21 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://libproject.net/programming/coding4fun-10-net-programming-projects-for-wiimote-youtube-world-of-warcraft-and-more.html</guid>
		<description><![CDATA[<div class="spost"><p>How would you like to build an Xbox game, use your Nintendo Wiimote to create an electronic whiteboard, or build your own peer-to-peer application? Coding4Fun helps you tackle some cool software and hardware projects using a range of languages and free Microsoft software. Now you can code for fun with </p>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/coding4fun-10-net-programming-projects-for-wiimote-youtube-world-of-warcraft-and-more.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pro Agile .NET Development with SCRUM</title>
		<link>http://ebookmeme.com/programming/pro-agile-net-development-with-scrum.html</link>
		<comments>http://ebookmeme.com/programming/pro-agile-net-development-with-scrum.html#comments</comments>
		<pubDate>Thu, 03 Nov 2011 08:06:15 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://libproject.net/programming/pro-agile-net-development-with-scrum.html</guid>
		<description><![CDATA[<div class="spost"><p>Pro Agile .NET Development with SCRUM guides you through a real-world ASP.NET project and shows how agile methodology is put into practice.</p>
<p>There is plenty of literature on the theory behind agile methodologies, but no book on the market takes the concepts of agile practices and applies these in a </p>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/pro-agile-net-development-with-scrum.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developer&#8217;s Guide to Collections in Microsoft .NET</title>
		<link>http://ebookmeme.com/programming/developers-guide-to-collections-in-microsoft-net.html</link>
		<comments>http://ebookmeme.com/programming/developers-guide-to-collections-in-microsoft-net.html#comments</comments>
		<pubDate>Sun, 30 Oct 2011 12:15:54 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://libproject.net/programming/developers-guide-to-collections-in-microsoft-net.html</guid>
		<description><![CDATA[<div class="spost"><div>Put .NET collections to work—and manage issues with GUI data binding, threading, data querying, and storage. Led by a data collection expert, you&#8217;ll gain task-oriented guidance, exercises, and extensive code samples to tackle common problems and improve application performance. This one-stop reference is designed for experienced Microsoft Visual Basic® and </div>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/developers-guide-to-collections-in-microsoft-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Your Own ASP.NET 4 Web Site Using C# &amp; VB, 4th Edition</title>
		<link>http://ebookmeme.com/programming/build-your-own-asp-net-4-web-site-using-c-vb-4th-edition.html</link>
		<comments>http://ebookmeme.com/programming/build-your-own-asp-net-4-web-site-using-c-vb-4th-edition.html#comments</comments>
		<pubDate>Thu, 20 Oct 2011 22:32:19 +0000</pubDate>
		<dc:creator>mrblue</dc:creator>
				<category><![CDATA[ASP]]></category>
		<category><![CDATA[Dot NET]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://libproject.net/programming/build-your-own-asp-net-4-web-site-using-c-vb-4th-edition.html</guid>
		<description><![CDATA[<div class="spost"><div class="productDescriptionWrapper">
<div>
<p><i>Build Your Own ASP.NET 4 Web Site</i> Using C# &#38; VB is aimed at beginner ASP.NET developers wanting to develop their skills, web designers wanting to move into server-side programming, and experienced developers making the leap from ASP to .NET. Readers will learn:</p>
<ul>
<li>language and  programming basics</li>
<li>how to construct </li></ul></div></div>&#8230;</div>]]></description>
		<wfw:commentRss>http://ebookmeme.com/programming/build-your-own-asp-net-4-web-site-using-c-vb-4th-edition.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

