Re: Info On XML-to-Dataset For CE by Johnny
Johnny
Mon Jun 21 00:31:16 CDT 2004
Two excellent suggestions:
a.. "The Definitive Guide to the .NET Compact Framework" by Larry Roof with
Dan Fergus. Apress publishing. Top-notch overall-strategy book which
includes VB.NET and C# code samples for everything.
a.. "SQL Server CE Database Development with the .NET Compact Framework" by
Rob Tiffany, also pulished by Apress.
Both have great coverage of the subject. The former (much larger) shows both
C# and VB.NET samples for each subject. The latter only shows VB.NET, but it
should give enough context that, if you really want C#, you can get it.
John O.
"Art Cabot" <anonymous@discussions.microsoft.com> wrote in message
news:1e89401c4559e$c5556c00$a101280a@phx.gbl...
> I'm trying to master the transfer of data from an XML file
> to a disconnected dataset running on a Windows CE device,
> but the examples I've found in the documentation and the
> VB.NET Resource Kit seem to use functions, classes, etc.
> that don't work under the .NET Compact Framework.
>
> Can anybody recommend a book and/or a class that
> specifically targets programming for a mobile device like
> an Intermec mobile computer?