Good CF books (VB?)

  • Thread starter Thread starter schneider
  • Start date Start date
S

schneider

Any good CF books? VB specific is preferred, but C# is better than
nothing. I use both C# and VB, prefer VB.

XML serialization and FS/IO is my first job to tackle. Seem CF has a
different serialization system?

Thanks,

Schneider
 
The following are the books I've read and like:

Microsoft .NET Compact Framework (Core Reference)
[Visual Basic .NET and Visual C# .NET]
http://www.amazon.com/exec/obidos/A...88/sr=2-1/ref=pd_ka_b_2_1/103-1258205-8603000

..NET Compact Framework Programming with C#
[Visual C# .NET]
http://www.amazon.com/exec/obidos/A...88/sr=2-2/ref=pd_ka_b_2_2/103-1258205-8603000

The Definitive Guide to the .NET Compact Framework
[Visual Basic .NET]
http://www.amazon.com/exec/obidos/A...88/sr=2-3/ref=pd_ka_b_2_3/103-1258205-8603000

Microsoft .NET Compact Framework Kick Start
http://www.amazon.com/exec/obidos/t...4/103-1258205-8603000?_encoding=UTF8&v=glance
[Visual Basic .NET and Visual C# .NET]

A new book that is coming out next month that looks good is:
Programming the .NET Compact Framework
http://www.amazon.com/exec/obidos/t...f=sr_1_8/103-1258205-8603000?v=glance&s=books

I would imagine a lot of new books will be coming out next Summer that
cover the .NET Compact Framework 2.0! YEAH!!!
 
I would concur with the referral for the Microsoft .NET Compact
Framework (Core Reference). As a developer new to CF technologies,
this has been extremely valuable as a reference tool and for working
sample code.
 
schneider said:
Any good CF books? VB specific is preferred, but C# is better than
nothing. I use both C# and VB, prefer VB.

XML serialization and FS/IO is my first job to tackle. Seem CF has a
different serialization system?

Thanks,

Schneider

Thanks, Everyone

I will check them out.

Do any of these books talk about maintaining projects/code in CF and non
CF?

Currently have projects/code which would work with both frameworks.
Would like to be able to build for CF/Non CF/Mono/..

This seems to be a real pain right now...

Thanks,

Schneider
 
Back
Top