Document/View All Over Again…

One thing I didn’t get around to mentioning the other day when I was evaluating if LINQ 2 SQL with the LinqDataSource really is multi-layered or not is my belief that what Microsoft has really (re)created for us is the Document/View architecture all over again.

That post was an evaluation.  This post is a rant.  The two have no place together.

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Thursday, February 21st, 2008

How to code LINQ

Today we finally put all the code we’ve been looking at for the last couple of weeks into practice and take a look at LINQ.  Today’s example will be relatively brief but once you understand the underlying parts, which we’ve covered already, there really isn’t much to actually using LINQ. (more…)

Wednesday, December 26th, 2007

Extension Methods in VB.NET

Last week we took a look at Extension Methods in CSharp.  Today we will continue looking at Extension methods using VB.NET syntax.  It’s obvious by comparing the syntax in VB.NET to the syntax we used in C#, that either there was a strong disagreement as to how to implement Extension Methods syntactically, or the language teams never talk to each other.

(more…)

Tuesday, December 18th, 2007

Find and report unhandled exceptions

OK.. I don’t have time to try this right now.  But, if this works even a little bit, it is probably worth the $300 they want for it.

Find and report unhandled exceptions - Exception Hunter

del.icio.us Tags: ,,

  

Technorati Tags: ,,

Tuesday, December 11th, 2007

Lambda Expressions. Other than LINQ…

… what are they good for?

(more…)

Friday, December 7th, 2007