blogs.msdn.com

Yet Another Language Geek

  • ️kexugit
  • ️Wed Sep 25 2024
Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Yet Another Language Geek

  • Article
  • 9/25/2024

In this article

A Brief Introduction to the Reactive Extensions for .NET, Rx

Wow, it has been a long time since I have blogged.  Yesterday, we made the first official...

Date: 11/18/2009

The Marvels of Monads

If the word "continuation" causes eyes to glaze over, then the word "monad"...

Date: 01/10/2008

Continuation-Passing Style

There are some technical words that cause quite a stir even amongst geeks.  When someone says...

Date: 12/22/2007

Musings on Software Testing

It was spring 2003, I had just finished a weekend camping in the southern Arizona desert.  I...

Date: 12/07/2007

Volta and You

Yesterday, Volta was made publicly available for the first time.  It is an experimental project...

Date: 12/06/2007

Volta: Redefining Web Development

Anyone who writes web applications knows that web development is not easy.  Developers wrangle...

Date: 12/05/2007

More on Partial Methods

Thank you everyone for the feedback. If you have any more to say then please do express your opinion...

Date: 05/31/2007

In Case You Haven't Heard

It has been a while since I have posted. We have been working hard to get Orcas beta 1 and beta 2...

Date: 05/23/2007

All About Iterators

Design patterns have been all of the rage for a number of years now. We have design patterns for...

Date: 03/23/2007

Performance Engineering

Recently, many people have asked me about the performance of Linq. The questions have ranged from...

Date: 03/20/2007

Extending the World

When people think of C# 3.0 and Linq, they commonly think of queries and databases. The phenomenal...

Date: 03/09/2007

Immutability, Purity, and Referential Transparency

How often do you write code that just works? It seems to happen so rarely that I find myself...

Date: 03/01/2007

Linq to ASCII Art

Last night I was searching for an audio version of Painters and Hackers by Paul Graham. Pretty soon...

Date: 02/23/2007

The Virtues of Laziness

It seems that I riled some people up with my blog post yesterday. After some thought, I think the...

Date: 02/13/2007

Why all the love for lists?

One of the things that I have noticed when participating in interviews with potential candidates is...

Date: 02/12/2007

Baby Names, Nameless Keys, and Mumbling

Baby Names I recently finished reading Freakonomics. It is a fascinating book about a number of...

Date: 02/11/2007

Memoization and Anonymous Recursion

Keith Farmer brought it to my attention that there is at least a little confusion about how closures...

Date: 02/05/2007

Anonymous Recursion in C#

Recursion is beautiful and lambdas are the ultimate abstraction. But how can they be used together?...

Date: 02/02/2007

Currying and Partial Function Application

When I first heard the term Currying, I thought immediately of tasty Thai and Indian food. To my...

Date: 01/29/2007

Video on Linq Queries and Delayed Evaluation

I recently recorded a video with Charlie Calvert about Linq queries and delayed evaluation. You can...

Date: 01/25/2007

Why Functional Programming is Important in a Mixed Environment

While my last post addressed how to go about learning to think functionally, it did not address why...

Date: 01/18/2007

Thinking Functionally

Every programmer has a story about how he got his start. My own journey began at age 14 when I was...

Date: 01/15/2007

About Queries

This concludes my series of posts about queries. I will still discuss them occassionally and if...

Date: 01/09/2007

Another Model for Query Interpretation

An imperative model for interpreting Linq to Objects queries has already been discussed, but are...

Date: 01/08/2007

Having Trouble with Queries

A Funny Joke and a Sad Joke There is a joke that goes something like this: Two men are hopelessly...

Date: 01/04/2007

How Linq to Objects Queries Work

If you have ever tried to step through a Linq to Objects query in the debugger, you may have been...

Date: 01/02/2007

A Model for Query Interpretation

Evaluating Query Expressions After writing the code to translate query expressions and remove...

Date: 12/26/2006

Reading and Writing Queries

Now that we have discussed some of the underpinnings of query expressions, we can turn our attention...

Date: 12/25/2006

Thus Quoth the Humble Programmer

I love Scheme! It is such a beautiful language. I was first introduced to it during college. At that...

Date: 12/22/2006

Transparent Identifiers

My last post described in detail how query expressions in C# are translated, but I have a confession...

Date: 12/22/2006

Comprehending Comprehensions

Not long ago, I was reading through some articles posted on programming.reddit.com when I came...

Date: 12/21/2006

Types of confusion

When I began programming in my early teens, I was very excited to learn about programming and also...

Date: 12/20/2006

Saving the State of Enumerators

Cyrus and I were writing some code together the other day and we used an interesting data structure...

Date: 01/13/2006

captivated foreach statements

I am sure that most people who use C# regularly use the foreach construct. Intimately understanding...

Date: 10/06/2005

the first step

I suppose that I should begin with an introduction. My name is Wes Dyer and I am a developer on the...

Date: 09/28/2005

Additional resources

In this article