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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
David Kline
Debugging NetCF applications using cordbg -- Part III
Posted
over 9 years ago
by
DavidKlineMS
3
Comments
In Part II of NetCF debugging with cordbg, I talked about my favorite debugger modes. Today, I want to discuss the cordbg commands which are not supported when debugging .NET Compact Framework projects. Please note that this list is accurate as of...
David Kline
Why do I get SocketExceptions on NetCF when setting some socket options?
Posted
over 9 years ago
by
DavidKlineMS
3
Comments
I am frequently asked why NetCF applications encounter a SocketException when attempting to use some socket options, when applications written to the full .NET Framework do not. The companion question is invariably "Is this a bug in NetCF?". If the result...
David Kline
Debugging NetCF Applications using cordbg.exe - Part II
Posted
over 9 years ago
by
DavidKlineMS
9
Comments
In Part I of NetCF debugging with cordbg, I showed you how to get the debugger connected to your process. In this part, I'm going to talk a little about cordbg's mode command. But before we get to that, I had a question from a reader as to why the...
David Kline
Debugging .NET Compact Framework applications using the .NET SDK command line debugger (cordbg.exe) - Part I
Posted
over 9 years ago
by
DavidKlineMS
9
Comments
I've gotten a number of requests for instructions on how to use the .NET SDK's command line debugger (cordbg.exe) to debug NetCF applications. While you would think this should be pretty straight forward, there are a number of hoops to jump through. ...
David Kline
"I don't want to walk him... they'll wave the chickens at me"
Posted
over 9 years ago
by
DavidKlineMS
1
Comments
Yesterday, the SF Giants began selling rubber chickens decorated with the team colors and logo. According to the article in the link below, fans are instructed to wave them at the first sign of an intentional walk. With Barry Bonds on the team, I wonder...
David Kline
Deserializing OR'ed flags without the XmlSerializer
Posted
over 9 years ago
by
DavidKlineMS
5
Comments
Most applications need to save state from time to time. On the full .NET Framework, this is quite easy, just use the XmlSerializer to serialize your state object. On the .NET Compact Framework, there is no public XmlSerializer (at least, not for version...
David Kline
Increasing web service client performance
Posted
over 9 years ago
by
DavidKlineMS
0
Comments
As the demand for web enabled smart devices grows, more and more mobile applications will be using web services. Many of the folks who are already using web services with the .NET Compact Framework (NetCF) have come to me with performance issues. More...
David Kline
Howdy folks
Posted
over 9 years ago
by
DavidKlineMS
1
Comments
All logs need an introduction post, so.... here it is :) I've been at Microsoft for a good long time (since 1991) and have been involved with a number of very cool products (Windows 95, Windows NT/2000, DirectX). Prior to joining Microsoft, I attended...
Page 1 of 1 (8 items)