Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
.net

Even better way to use Linq over DataTable.Rows

Posted on: January 30, 2006March 29, 2020

Sahil posted even better way to use Linq over DataTable.Rows collection than the one I blogged about. Use extension method OfType<T> (sounds like a VB.NET method) on non-generic IEnumerable […]

Uncategorized

Running on Community Server 2 beta3

Posted on: January 25, 2006March 29, 2020

I just updated Community Server 1.1 to CS2 beta3 and the thing looks really good. So far there were no showstoppers, just minor glitches. And obviously, posting works as […]

Uncategorized

Community Server 2 beta 3 is out

Posted on: January 25, 2006March 29, 2020

Community Server 2 beta 3 is out – I certainly hope that they’ve fixed AM/PM bug which prevented you posting anything when the server was hosted on non-us […]

.net

Microsoft Expression Interactive Designer January 2006 Community Technology Preview (CTP) (aka Sparkle) is available for download

Posted on: January 24, 2006March 29, 2020

Go, get Microsoft Expression Interactive Designer January 2006 Community Technology Preview (CTP) (aka Sparkle) here: http://www.microsoft.com/downloads/details.aspx?familyid=ed9f5fb2-4cfc-4d2c-9af8-580d644e3d1d&displaylang=en

.net / Slovenia

Slides from my "What’s new in Visual Studio 2005, .net 2 framework and programming languages" event are now online

Posted on: January 20, 2006March 29, 2020

I talked in front of a full room (about 55 attendees) and it was quite a good experience sharing the knowledge. And as I’ve promised I made avaliable the slides I […]

.net

Is Linq going to interfere with normal C# 2.0 projects

Posted on: January 17, 2006March 29, 2020

I see such questions here and there: “Is Linq going to interfere with normal C# 2.0 projects?”. Here is my guess. There are two parts of the issue. […]

.net

Linq over DataTable.Rows

Posted on: January 15, 2006March 29, 2020

Currently you can’t directly use Linq over and DataSet/DataTable/DataRowCollection/etc. class. Trying something like this won’t work: var q = from r in table.Rows select r; Enabling Linq over […]

.net / Slovenia

One day presentation of "What’s new in Visual Studio 2005/.net 2"

Posted on: January 12, 2006March 29, 2020

I’ll be talking about “What’s new in Visual Studio 2005/.net 2” for Microsoft Slovenia ISV partners. This will be a whole day event and it will take place on 19 […]

Windows

Is floppy disk drive dead? Apparently not.

Posted on: January 8, 2006March 29, 2020

Do you think that a floppy drive is a relict from the past that you won’t need ever again? Think again: Recently I found myself installing Windows XP […]

.net / DevExpress

Building XpoLinq

Posted on: January 6, 2006March 29, 2020

Developer Express recently released first beta version of their XPO2 ORM product to their subscribers (currently there are also betas of both XtraCharts and XtraLayout – all of […]

Posts navigation

Page 1 Page 2 Next page
Niche Blog by Fahim Murshed