Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Anonymous Metho... » Iterators   (RSS)

More thoughts on Iterators

So I had a short email exchange with a collegue about iterators. He mentioned that I should put in in my blog. Seemed reasonable, so here it is: Subject: Iterator generated code ... I'm looking at porting a hand-coded enumerator to use iterators (this
Posted by grantri | 3 Comments

Remoting...

First off, I don't even pretend to have a good comprehension of how remoting works. What I do know is that right now the compiler generated classes derive directly from Object, and somehow this is bad for remoting, instead they should derive from MarshalByReferenceObject.
Posted by grantri | 1 Comments

A good author writes better than a good developer

So here's a recent MSDN article that I actually had the chance of reviewing several months ago. They've done a much better job at capturing the good new stuff in C# than I could ever do. http://msdn.microsoft.com/vcsharp/default.aspx?pull=/msdnmag/issues/04/05/c20/default.aspx

Some Cool New Features

I've been looking over some of my last few posts and they could easily come across as if I thought iterators and anonymous methods were the worst language features every added, and will never serve a good purpose. If anything I think the opposite (or
Posted by grantri | 6 Comments

Anonymous method (and Iterator) perf

probably a few of you hav asked how to make iterators and anonymous methods fast. Well hopefully if you understand how the compiler translates them, it should be relatively easy to optimize them. The first thing to remember is that for all practical purposes
Posted by grantri | 0 Comments
 
Page view tracker