Browse by Tags

All Tags » LINQ » Rant (RSS)
you can tell from the title there’s a Friday rant coming can’t you ?  Well yeh, sometimes what should be a simple task of writing code becomes painstakingly slow.  Take for example this one line of code:   Dim doc = XDocument.Load( "abc...
with no comments
Filed under: , , , , , ,
I was just reading a work around for timestamps with LINQ or WCF, and I must be stupid, but I just don't get it. In fact, ever since dotnet came out mapping timestamp to a byte array or SqlBinary, I never got why they did that. Timestamp is 8 bytes...
with no comments
Filed under: , , ,
If you want to download the videos to watch later, or to happily play them faster, skip ahead etc, then you can grab the .wmv files instead of having to watch them in a browser in silverlight. I like to increase the play speed in parts and silverlight...
6 comment(s)
Filed under: , , , , ,
Paul Vick released some statistics in relation to VB , which for discussion sake I'll repeat here : Visual Basic is the #1 .NET language (as reported by Forrester Research) Visual Basic is the #1 downloaded and #1 registered Express Edition (topping...
Beth and I have been having a argument all in fist fight discussion about dynamic code in VB. My point to Beth in the discussion was that all the code she showed could in fact be made work reasonably easily with Strict On, such is the power of the CallByName...
with no comments
Filed under: , , ,
I was just reading Roger Jennings blog and note he logged a bug in Orcas . What scared me was the response Roger got. It seems his bug was acknowledged pretty quickly, and some 5 hours later they said : Thanks for your feedback. We have reproduced this...
3 comment(s)
Filed under: , , ,
Recently a fellow MVP pointed out the addition of the TransferRequest method to the HttpServerUtility class. The documentation falsely states it as being .NET 3.0 when in fact the change is made in .NET 3.5 Beta. You'd think stating the file versions...
3 comment(s)
Filed under: , , , ,
I was just reading Ralf's post about some future directions for XML and one thing that struck me is there is still a mismatch between "Data" and "OO". XML is really just descriptive data, at least it is at present. Of course it doesn't have to be, it...
3 comment(s)
Filed under: , ,
I was just reading Avner's blog entry about the latest LINQ bits and VB 9.0 , in particular the bit about the Value Extension Property. How cool is that !!!! :) So it occurred to me that perhaps extension properties are better than "normal" properties...
3 comment(s)
Filed under: , , ,
Yag 's blogging about the PDC and he's let the cat out of the bag ... well almost... That's right, this Friday stay tuned to your PC's for some amazing videos about the future of programming. Paul Vick and Amanda Silver will rock your world with the amazing...
with no comments
Filed under: , , ,