Sign In
David Kline
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Announcements
Books
Command Line
Configuration
Debugging
Diagnostics
Events
GUI
Networking && Web Services
P/Invoke
Performance
Quick Tips
Reflection
Testing
Tips and Tricks
Windows Communication Foundation
XML
Archive
Archives
April 2008
(1)
March 2008
(1)
February 2008
(1)
December 2007
(4)
November 2007
(5)
October 2007
(5)
September 2007
(6)
August 2007
(3)
July 2007
(5)
June 2007
(3)
May 2007
(5)
April 2007
(3)
March 2007
(4)
February 2007
(1)
January 2007
(4)
December 2006
(3)
November 2006
(3)
October 2006
(5)
September 2006
(4)
August 2006
(4)
July 2006
(3)
June 2006
(3)
May 2006
(8)
April 2006
(6)
March 2006
(6)
February 2006
(6)
January 2006
(4)
December 2005
(6)
November 2005
(7)
October 2005
(7)
September 2005
(7)
August 2005
(5)
July 2005
(5)
June 2005
(5)
May 2005
(9)
April 2005
(6)
March 2005
(5)
February 2005
(5)
January 2005
(4)
December 2004
(6)
November 2004
(5)
October 2004
(2)
September 2004
(5)
August 2004
(9)
July 2004
(14)
June 2004
(8)
April, 2005
MSDN Blogs
>
David Kline
>
April, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Kline
Exploring The NetCF WebCrawler Sample III - Visual Studio 2005 Beta 2
Posted
over 7 years ago
by
DavidKlineMS
1
Comments
In the first part of this series, I discussed how the WebCrawler uses an HTTP HEAD request to determine if the URL can be crawled (points to an HTML page). The Visual Studio.NET 2003 version of the WebCrawler used a very simple check of the Content-Type...
David Kline
Determining the NetCF version while debugging
Posted
over 7 years ago
by
DavidKlineMS
1
Comments
Have you ever wondered, while debugging, what the exact version of the .NET Compact Framework was being used by the debuggee? If so, Visual Studio's Immediate Window can help. Several months ago, I discussed how to cause a NetCF v1 application to run...
David Kline
Running NetCF v1 Applications on v2 - Part II
Posted
over 7 years ago
by
DavidKlineMS
6
Comments
Several months ago, I posted on using an application configuration file to instruct your NetCF v1 application to run against NetCF v2. As with Beta 1, this file must be named <appname>.exe.config and must be located in the same directory as your...
David Kline
.NET Compact Framework v2 Beta 2 is Now Available!
Posted
over 7 years ago
by
DavidKlineMS
0
Comments
Just a note that the .NET Compact Framework v2 Beta2 release is now available! You can either get it as part of Visual Studio 2005 Beta 2 or the .NET Framework SDK Beta 2. The version number for Beta 2 is 2.0.5056. If you are using Visual Studio 2005...
David Kline
Using Run to Cursor to set one time breakpoints
Posted
over 7 years ago
by
DavidKlineMS
1
Comments
A week or so ago, I posted on using Visual Studio's Watch window to modify an application's user interface. This week, I'd like to show you another of my favorite Visual Studio debugger features: Run to Cursor . Once again, I will use the NetCF WebCrawler...
David Kline
Easy data entry using the debugger
Posted
over 7 years ago
by
DavidKlineMS
1
Comments
If you've ever used a Pocket PC device, you are likely familiar with the SIP keyboard -- it's that little mini keyboard that pops up on the bottom of the screen. When debugging, you can save yourself some time by entering data into your text boxes using...
Page 1 of 1 (6 items)