Converting VB LINQ to C LINQ- July 30, 2008 VB.Net to C Converter is one of the few conversion tools that knows about LINQ and lambdas and the other 3.5 stuff. I turned to a trial version of the product after going in circles on this VB code conversion: Dim q = From c In dc.Categories, _ p In...(read more)http://weblogs.asp.net/kencox/archive/2008/07/30/converting-vb-linq-to-c-linq.aspx Announcing the Microsoft Virtual Earth ASP .Net Server Control- July 28, 2008 See the post !: http:blogs.msdn.comvirtualeartharchive20080728announcing-the-microsoft-virtual-earth-asp-net-server-control.aspx...(read more)http://weblogs.asp.net/kencox/archive/2008/07/28/announcing-the-microsoft-virtual-earth-as... IntelliSense Fosters Inattention- July 26, 2008 I count on IntelliSense a lot when programming - especially in C which (arrggh!) is case-sensitive. However, I just had a case where IntelliSense led me to make a mistake that cost me half an hour. I was happily working in LINQ and had the following...(read more)http://weblogs.asp.net/kencox/archive/2008/07/26/intellisense-fosters-inattention.aspx Caught Up In a Language War- July 25, 2008 Alas, CVB language bigotry rears its ugly head again. My book, ASP.NET 3.5 For Dummies got its first negative review from a purchaser on Amazon.com solely because I used VB instead of C in the examples. As I stated in the book's introduction, I chose...(read more)http://weblogs.asp.net/kencox/archive/2008/07/25/caught-up-in-a-language-war.aspx Visual Studio 2008 Command Window and 'The first 100' Items- July 18, 2008 Here I am debugging JavaScript in an ASP.NET 3.5 site using Visual Studio 2008. In the Command Window, I type: grid to see the properties of a JavaScript object. So far so good until the Command window reports: < More... (The first 100 of 429 items...(read more)http://weblogs.asp.net/kencox/archive/2008/07/18/visual-studio-2008-command-window-and-the... |