<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.csharpfeeds.com/~d/styles/itemcontent.css"?><rss version="2.0">
			<channel>
				<title>CSharp Feeds</title>
				<link>http://csharpfeeds.com</link>
				<description>CSharpFeeds - All your C# feeds in one place.</description>
	
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.csharpfeeds.com/Csharpfeeds" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="csharpfeeds" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
				<title>More on Zip in .NET [Richard Lee]</title>
				<description>First, I’d like to thank everybody for their comments on the Zip APIs. It’s great to know that I’m working on something that a lot of people will hopefully find useful. I’ll try to address the themes that came up in the comments.  Streams  A lot of the comments mentioned support for streams. The API does support creating a ZipArchive with a stream as the backing store, and input from streams. The following code sample takes the contents of instream and writes a Zip archive to outstream containin
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/gqMTBfAwU4ouSDyemnkDyGU-l3A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gqMTBfAwU4ouSDyemnkDyGU-l3A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/gqMTBfAwU4ouSDyemnkDyGU-l3A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/gqMTBfAwU4ouSDyemnkDyGU-l3A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://blogs.msdn.com/b/bclteam/archive/2010/07/29/more-on-zip-in-net-richard-lee.aspx</link>
				<author>BCLTeam</author>
				<pubDate>Thu, 29 Jul 2010 23:21:29 GMT</pubDate>
			</item>
	
			<item>
				<title>There's a hole in my abstraction, dear Liza, dear Liza</title>
				<description>I had an interesting day at work today. I thought my code had broken... but it turns out it was just a strange corner case which made it work very slowly. Usually when something interesting happens in my code it&amp;#39;s quite hard to blog about it, because of all the confidentiality issues involved. In this case, it&amp;#39;s extremely easy to reproduce the oddity in an entirely vanilla manner. All we need is the Java collections API.  I have a set - a HashSet, in fact. I want to remove some items fro
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/433fqgW67AxsoHC31qerpB4isM4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/433fqgW67AxsoHC31qerpB4isM4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/433fqgW67AxsoHC31qerpB4isM4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/433fqgW67AxsoHC31qerpB4isM4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://feedproxy.google.com/~r/JonSkeetCodingBlog/~3/j5opJYaRESU/there-s-a-hole-in-my-abstraction-dear-liza-dear-liza.aspx</link>
				<author>skeet</author>
				<pubDate>Thu, 29 Jul 2010 20:41:06 GMT</pubDate>
			</item>
	
			<item>
				<title>Graph Colouring, Part Five</title>
				<description>I said last time that I was interested in finding colourings for graphs that have lots of fully connected subgraphs, aka "cliques". For instance, I'd like to find a four-colouring for this sixteen-node graph:

Yuck. What a mess.
What this graph is doing a bad job of conveying is that there are twelve fully connected subsets. {0, 1, 2, 3} forms a clique. So does {0, 1, 4, 5}. And so does {0, 4, 8, 12}. 
It would be great if I had a better way to display full connectedness. How about this: I'll j
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XdFvmh3zOuey73QtJlnE61Q_Lq0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XdFvmh3zOuey73QtJlnE61Q_Lq0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XdFvmh3zOuey73QtJlnE61Q_Lq0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XdFvmh3zOuey73QtJlnE61Q_Lq0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://blogs.msdn.com/b/ericlippert/archive/2010/07/29/graph-colouring-part-five.aspx</link>
				<author>Eric Lippert</author>
				<pubDate>Thu, 29 Jul 2010 13:40:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Iterate, damn you!</title>
				<description>Do you know the hardest thing about presenting code with surprising results? It&amp;#39;s hard to do so without effectively inviting readers to look for the trick. Not that that&amp;#39;s always enough - I failed the last of Neal and Eric&amp;#39;s C# puzzlers at NDC, for example. (If you haven&amp;#39;t already watched the video, please do so now. It&amp;#39;s far more entertaining than this blog post.) Anyway, this one may be obvious to some of you, but there are some interesting aspects even when you&amp;#39;ve got
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i8iOlCi4eImziOTeE9cULQ_zs4Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i8iOlCi4eImziOTeE9cULQ_zs4Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i8iOlCi4eImziOTeE9cULQ_zs4Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i8iOlCi4eImziOTeE9cULQ_zs4Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://feedproxy.google.com/~r/JonSkeetCodingBlog/~3/i942gWel9ag/iterate-damn-you.aspx</link>
				<author>skeet</author>
				<pubDate>Tue, 27 Jul 2010 18:52:23 GMT</pubDate>
			</item>
	
			<item>
				<title>Introducing ASP.NET MVC 3 (Preview 1)</title>
				<description>This morning we posted the “Preview 1” release of ASP.NET MVC 3.&amp;#160; You can download it here.    We’ve used an iterative development approach from the very beginning of the ASP.NET MVC project, and deliver regular preview drops throughout the development cycle.&amp;#160; Our goal with early preview releases like the one today is to get feedback – both on what you like/dislike, and what you find missing/incomplete.&amp;#160; This feedback is super valuable – and ultimately makes the final product m
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/95WpSSONUuyZGuFX4VRjsdFdOQE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/95WpSSONUuyZGuFX4VRjsdFdOQE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/95WpSSONUuyZGuFX4VRjsdFdOQE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/95WpSSONUuyZGuFX4VRjsdFdOQE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://weblogs.asp.net/scottgu/archive/2010/07/27/introducing-asp-net-mvc-3-preview-1.aspx</link>
				<author>ScottGu</author>
				<pubDate>Tue, 27 Jul 2010 16:06:23 GMT</pubDate>
			</item>
	
			<item>
				<title>Graph Colouring, Part Four</title>
				<description>Let's give it a try. Can we colour South America with only four colours? Let's start by stating what all the edges are in the graph of South America:

const int Brazil = 0;const int FrenchGuiana = 1;const int Suriname = 2;const int Guyana = 3; const int Venezuala = 4;const int Colombia = 5;const int Ecuador = 6;const int Peru = 7;const int Chile = 8;const int Bolivia = 9;const int Paraguay = 10;const int Uruguay = 11;const int Argentina = 12;var SA = new Dictionary&amp;lt;int, int[]&amp;gt;(){&amp;nbsp;&amp;nb
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xxYlmHb9poEcZBCH1D-OfXGo-Zk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xxYlmHb9poEcZBCH1D-OfXGo-Zk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xxYlmHb9poEcZBCH1D-OfXGo-Zk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xxYlmHb9poEcZBCH1D-OfXGo-Zk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://blogs.msdn.com/b/ericlippert/archive/2010/07/26/graph-colouring-part-four.aspx</link>
				<author>Eric Lippert</author>
				<pubDate>Mon, 26 Jul 2010 15:20:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Degrees of reality in sample code</title>
				<description>Yesterday I tweeted a link to an article about overloading that I&amp;#39;d just finished. In that article, all my examples look a bit like this:  using System;         class Test     {     &amp;#160;&amp;#160;&amp;#160; static&amp;#160;void Foo(int x, int y = 5)     &amp;#160;&amp;#160;&amp;#160; {     &amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Console.WriteLine(&amp;quot;Foo(int x, int y = 5)&amp;quot;);     &amp;#160;&amp;#160;&amp;#160; }     &amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;#160;&amp;#160;&amp;#160; static&amp;#160;void Foo(double x)     &amp;#160;&amp;#160;&amp;#160; {
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/FC2vrM9l2a33GDQB-kQKxESOZmM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FC2vrM9l2a33GDQB-kQKxESOZmM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/FC2vrM9l2a33GDQB-kQKxESOZmM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/FC2vrM9l2a33GDQB-kQKxESOZmM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://feedproxy.google.com/~r/JonSkeetCodingBlog/~3/OQ4jqNy9iRE/degrees-of-reality-in-sample-code.aspx</link>
				<author>skeet</author>
				<pubDate>Sun, 25 Jul 2010 20:58:03 GMT</pubDate>
			</item>
	
			<item>
				<title>FakeItEasy Login Service Example Series – Part 7</title>
				<description>This is the seventh and last part in the series of posts where I’m porting Brett Schucherts excelent demo of Mockito in Java to C# and FakeItEasy.  The source for this example series can be found in a Mercurial repository at Google code. Each test implementation and following code update is a separate commit so you can easily update your repository to look at the full code at any given state. Find the repository here.  Part 1 can be found here.  Part 2 can be found here.  Part 3 can be found her
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ChkiCehGxp68QbWe6-AmjPwChvc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ChkiCehGxp68QbWe6-AmjPwChvc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ChkiCehGxp68QbWe6-AmjPwChvc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ChkiCehGxp68QbWe6-AmjPwChvc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://ondevelopment.blogspot.com/feeds/1637545208291237456/comments/default</link>
				<author>Patrik Hägne</author>
				<pubDate>Sat, 24 Jul 2010 11:18:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Entity Framework 4 “Code-First” - Custom Database Schema Mapping</title>
				<description>Last week I blogged about the new Entity Framework 4 “code first” development option.&amp;#160; The EF “code-first” option enables a pretty sweet code-centric development workflow for working with data.&amp;#160; It enables you to:         Develop without ever having to open a designer or define an XML mapping file       Define model objects by simply writing “plain old classes” with no base classes required       Use a “convention over configuration” approach that enables database persistence withou
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kDpOClD3El6dc-2y6cSvF4wKWB0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kDpOClD3El6dc-2y6cSvF4wKWB0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kDpOClD3El6dc-2y6cSvF4wKWB0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kDpOClD3El6dc-2y6cSvF4wKWB0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://weblogs.asp.net/scottgu/archive/2010/07/23/enabling-custom-database-persistence-with-entity-framework-4.aspx</link>
				<author>ScottGu</author>
				<pubDate>Fri, 23 Jul 2010 08:09:00 GMT</pubDate>
			</item>
	
			<item>
				<title>Graph Colouring with Simple Backtracking, Part Three</title>
				<description>OK, we've got our basic data structures in place. 
Graph colouring is a very well-studied problem. It's known to be NP-complete for arbitrary graphs, so (assuming that&amp;nbsp;P!=NP) we're not going to find an always-fast algorithm for colouring an arbitrary graph. However, for typical graphs that we encounter in the wild, the following simple algorithm is pretty good. Start by saying that every node can be every possible colour. Then:
1) Do you have a single possible colouring for every node in t
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RF64gzICwDZWnMjjoIzCWEfI754/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RF64gzICwDZWnMjjoIzCWEfI754/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RF64gzICwDZWnMjjoIzCWEfI754/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RF64gzICwDZWnMjjoIzCWEfI754/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
				<link>http://blogs.msdn.com/b/ericlippert/archive/2010/07/22/graph-colouring-with-simple-backtracking-part-three.aspx</link>
				<author>Eric Lippert</author>
				<pubDate>Thu, 22 Jul 2010 13:54:00 GMT</pubDate>
			</item>
	
			</channel>
		</rss>
