Compartilhar via


Eric White's Blog

The Yield Contextual Keyword

[Blog Map] [Table of Contents] [Next Topic] Yield Return is a means to more elegantly implement the...

Author: Eric White - Independant Consultant Date: 10/04/2006

Overview of a Functional Transform

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogThere are lots of ways to transform...

Author: Eric White - Independant Consultant Date: 10/04/2006

Retrieving the Two Code/Comment Groups

[Back to the Table of Contents] This blog is inactive. New blog: EricWhite.com/blogNow, we want to...

Author: Eric White - Independant Consultant Date: 10/04/2006

Separating Out the Code and Comments

[Back to the Table of Contents] This blog is inactive. New blog: EricWhite.com/blogNext, we want to...

Author: Eric White - Independant Consultant Date: 10/04/2006

Conclusion

[Blog Map] [Table of Contents]First, if you finished the tutorial, I am very interested to know that...

Author: Eric White - Independant Consultant Date: 10/03/2006

Complete Listing of ParseWordML

[Blog Map] [Table of Contents] [Next Topic] The following code is attached to this page. This blog...

Author: Eric White - Independant Consultant Date: 10/03/2006

The Final Results

[Blog Map] [Table of Contents] [Next Topic] We need one more query to retrieve the comments: This...

Author: Eric White - Independant Consultant Date: 10/03/2006

Filtering Out the Groups that we Don’t Want

[Blog Map] [Table of Contents] [Next Topic]We are not interested in the groups that don’t...

Author: Eric White - Independant Consultant Date: 10/03/2006

Retrieving the Text of the Paragraphs

[Blog Map] [Table of Contents] [Next Topic] Our next goal is to retrieve the text of the paragraphs...

Author: Eric White - Independant Consultant Date: 10/03/2006

Refactoring using a Pure Function

[Blog Map] [Table of Contents] [Next Topic] It would be useful to refactor this example to clean up...

Author: Eric White - Independant Consultant Date: 10/03/2006

Retrieving the Paragraphs

[Blog Map] [Table of Contents] [Next Topic] Our first goal is to retrieve all paragraphs in the...

Author: Eric White - Independant Consultant Date: 10/03/2006

Parsing WordML

[Back to the Table of Contents] This blog is inactive. New blog: EricWhite.com/blogThe first problem...

Author: Eric White - Independant Consultant Date: 10/03/2006

Pure Functions

[Blog Map] [Table of Contents] [Next Topic]FP introduces the notion of pure functions/methods. A...

Author: Eric White - Independant Consultant Date: 10/03/2006

Programming in a Functional Style

[Blog Map] [Table of Contents] [Next Topic]We're now ready to talk more about some of the core FP...

Author: Eric White - Independant Consultant Date: 10/03/2006

Aggregation

[Blog Map] [Table of Contents] [Next Topic] There are many times when composing queries that you...

Author: Eric White - Independant Consultant Date: 10/03/2006

Local Variable Type Inference

[Blog Map] [Table of Contents] [Next Topic]Local variable type inference is a feature in C# 3.0...

Author: Eric White - Independant Consultant Date: 10/03/2006

Extension Methods

[Blog Map] [Table of Contents] [Next Topic] This blog is inactive.New blog: EricWhite.com/blogBlog...

Author: Eric White - Independant Consultant Date: 10/03/2006

Lambda Expressions

[Blog Map] [Table of Contents] [Next Topic] Note: This article is a topic in a much larger tutorial...

Author: Eric White - Independant Consultant Date: 10/03/2006

Quick Intro to Query Expressions

[Blog Map] [Table of Contents] [Next Topic] Due to all the buzz about LINQ and the related products,...

Author: Eric White - Independant Consultant Date: 10/03/2006

What this Tutorial Covers

[Blog Map] [Table of Contents] [Next Topic]Aside from the semantics of the C# 3.0 code, there are a...

Author: Eric White - Independant Consultant Date: 10/03/2006

Introduction to the FP Tutorial

[Blog Map] [Table of Contents] [Next Topic]Some time ago, I was talking to some members of a team...

Author: Eric White - Independant Consultant Date: 10/03/2006

Notes on Implementing the Visitor Pattern using Extension Methods

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogWell, I've checked with one of the...

Author: Eric White - Independant Consultant Date: 09/24/2006

More Notes on LINQ to Text Files

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogFollowing are a few additional notes...

Author: Eric White - Independant Consultant Date: 09/16/2006

LINQ to Text Files

(Sept 30, 2008 - I've changed my approach for querying text files. The new approach is detailed in...

Author: Eric White - Independant Consultant Date: 08/31/2006

New programmer type: Mortenstein

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogWhen talking about programmer types,...

Author: Eric White - Independant Consultant Date: 08/14/2006

Additional Notes on Parsing WordML with XLinq

[Blog Map] This blog is inactive. New blog: EricWhite.com/blog( This is a note added on 8/1/2008 - I...

Author: Eric White - Independant Consultant Date: 08/04/2006

Parsing WordML using XLinq

[Blog Map] This blog is inactive. New blog: EricWhite.com/blog ( This is a note added on 4/17/2008 -...

Author: Eric White - Independant Consultant Date: 08/01/2006

Who are Mort, Elvis, and Einstein?

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogThere is a lot written about Mort,...

Author: Eric White - Independant Consultant Date: 05/11/2006

Learning XLinq

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogIt is an interesting process to come...

Author: Eric White - Independant Consultant Date: 05/11/2006

C# 3.0, LINQ, and XLinq Nomenclature

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogIntroductionThis post contains the...

Author: Eric White - Independant Consultant Date: 05/11/2006

LINQ and XLinq Patterns

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogIt's my opinion that LINQ and XLinq...

Author: Eric White - Independant Consultant Date: 04/26/2006

Introduction

[Blog Map] This blog is inactive. New blog: EricWhite.com/blogI'm a programming writer for MSFT. I...

Author: Eric White - Independant Consultant Date: 04/25/2006

<Previous