Browse by Tags

All Tags » LINQ (RSS)

Scott Guthrie presents at NDDNUG by findleyd

Scott gave a whirlwind presentation to a standing room only crowd at the North Dallas Dot Net User Group tonight. A wide range of topics were covered from IDE tips and tricks to ASP.NET tips to MS AJAX to LINQ and DLINQ (I still like to call it DLINQ...

Suggestions for distributing CTPs as VirtualPC images by findleyd

I finally got around to trying the Sept. CTP of Orcas. I loaded up the VPC images on VPC7 Beta (which seems to perform much better than VPC2004). If this is going to be the way that MS is going to release CTPs in the future here are a few suggestions...
Filed under: , , , , ,

A great article on functional programming... by findleyd

http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main...

What should a "Stream" operator look like in C#? by findleyd

Streams were one of the core concepts that I latched onto with Cw. It elevated enumerable lists as a first class problem domain. The fact that int* really was IEnumerable <int> melted away as an implementation detail and allowed me to begin to think...
More Posts