WebLog of Ken Cox
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 4.0
.NET ASP.NET
AJAX
ASP.NET
asp.net 3.5
asp.net 4
aspose
Atlas
Azure
bindingfailure
books
C#
caching
Canadians @ MVP Summit 2008
Chrome
Cloud computing
Code Snippets Manager
Community News
components
CSS
DataContext
Datagrid
DevTeach
Dummies
Dynamic Data
Energize IT
Entity Framework
Entity Framework Profiler
entitydatasource
Errors
Excel
General Software Development
GotDotNet
ie6
IIS
IntelliSense
internet explorer
JavaScript
jQuery
JSON
KendoUI
LINQ
listview
MIX
MSDN
msmq
MVC
MVP
NET
oracle
Orcas
Outsourcing
PDF
RadGrid
reviews
roles
Security
Sharepoint
Silverlight
Silverlight 2
siteMap
SQL Server
sqldatasource
SqlTableProfileProvider
Starter Kits
TechDays_CA
Telerik
TFS
tools
UAC
UpdatePanel
Validation
VB
ViewState
Virtual Earth
Vista
Visual Basic
Visual Studio
Visual Studio 2008
Visual Studio 2010
Visual Web Developer
Visual Web Developer 2008
Volta
VSTO
WCF
Web Services
web.config
websitespark
Windows 7
Windows Azure
Windows Home Server
Windows Phone 7
Windows Server 2008
Word
WP7
WPF
WSH
xaml
xmlserialization
News
ASP.NET 3.5 For Dummies
Navigation
Home
Blogs
Archives
June 2013 (2)
April 2013 (1)
November 2012 (2)
October 2012 (1)
September 2012 (2)
August 2012 (2)
July 2012 (1)
June 2012 (1)
May 2012 (3)
April 2012 (3)
June 2011 (1)
April 2011 (3)
March 2011 (2)
January 2011 (1)
December 2010 (2)
November 2010 (5)
October 2010 (2)
September 2010 (3)
August 2010 (7)
July 2010 (2)
June 2010 (3)
May 2010 (3)
April 2010 (4)
March 2010 (1)
February 2010 (2)
December 2009 (3)
November 2009 (5)
October 2009 (6)
September 2009 (5)
August 2009 (2)
July 2009 (1)
May 2009 (1)
April 2009 (2)
March 2009 (3)
February 2009 (5)
January 2009 (7)
November 2008 (3)
October 2008 (8)
September 2008 (5)
August 2008 (5)
July 2008 (6)
June 2008 (3)
May 2008 (6)
April 2008 (2)
March 2008 (5)
February 2008 (7)
January 2008 (9)
December 2007 (3)
November 2007 (6)
October 2007 (3)
September 2007 (2)
August 2007 (3)
June 2007 (3)
May 2007 (5)
April 2007 (3)
March 2007 (2)
February 2007 (2)
January 2007 (3)
December 2006 (1)
November 2006 (4)
October 2006 (4)
September 2006 (4)
August 2006 (2)
July 2006 (4)
June 2006 (3)
May 2006 (4)
April 2006 (1)
March 2006 (4)
February 2006 (2)
January 2006 (1)
December 2005 (1)
November 2005 (2)
October 2005 (4)
September 2005 (1)
August 2005 (1)
July 2005 (2)
June 2005 (1)
April 2005 (2)
March 2005 (1)
February 2005 (3)
January 2005 (1)
November 2004 (1)
October 2004 (2)
September 2004 (1)
August 2004 (2)
July 2004 (3)
June 2004 (4)
Web Links
KenCox.ca
July 2008 - Posts
5
Comments
Converting VB LINQ to C# LINQ
by
Ken Cox [MVP]
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...
Filed under:
.NET
,
ASP.NET
,
LINQ
,
asp.net 3.5
1
Comments
Announcing the Microsoft Virtual Earth ASP .Net Server Control
by
Ken Cox [MVP]
See the post !: http://blogs.msdn.com/virtualearth/archive/2008/07/28/announcing-the-microsoft-virtual-earth-asp-net-server-control.aspx
Filed under:
.NET
,
ASP.NET
,
Virtual Earth
6
Comments
IntelliSense Fosters Inattention
by
Ken Cox [MVP]
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...
Filed under:
.NET
,
asp.net 3.5
,
Visual Studio 2008
,
IntelliSense
7
Comments
Caught Up In a Language War
by
Ken Cox [MVP]
Alas, C#/VB 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...
Filed under:
ASP.NET
,
C#
,
Dummies
,
asp.net 3.5
,
VB
1
Comments
Visual Studio 2008 Command Window and 'The first 100' Items
by
Ken Cox [MVP]
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...
Filed under:
ASP.NET
,
asp.net 3.5
,
Visual Studio 2008
1
Comments
My Book Excerpts at the Beginner Developer Learning Centre
by
Ken Cox [MVP]
Hey folks, Microsoft has licensed four chapters of my book, ASP.NET 3.5 For Dummies ! You can browse the chapters at http://msdn.microsoft.com/en-us/beginner/cc409659.aspx in the Microsoft Visual Studio Express Editions Beginner Developer Learning Centre...
Filed under:
.NET
,
ASP.NET
,
Dummies
,
asp.net 3.5
More Posts