documentation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Where can i find documentation about dotnet framework? Do you recomand me a book?


(e-mail address removed)
 
Use msdn or msdn2 for v1 or v2 of the .net compact framework. What you are
actually looking at is documentation on the .NET Framework and you will have
to look explicitly for which members are "supported by compact framework".

Note that intellisense is your friend but not always 100% accurate in vs.net
2003 (perfect in vs2005):
http://www.danielmoth.com/Blog/2005/04/intellisense-for-smart-device-project.html

Read the book reviews at amazon (I have reviewed all of them):
http://tinyurl.com/7ghc8

Cheers
Daniel
 
When I began my Pocket PC app a couple of years ago, I found that the
documentation in VS.NET 2003 was quite good (MSDN) as was the Microsoft site
for the .NET Compact Framework, including the FAQs.

As for books, I found that I was referencing the "Microsoft .NET Compact
Framework" by Andy Wigley and Stephen Wheelwright quite a bit in those early
days, and it is still a good reference. The above book was the only one I
had in my library so it got me right through to completion of my application
for the Pocket PC.

I recently purchased "Writing Mobile Code" by Ivo Salmre and I am currently
reading it cover to cover, so I am not finished with it yet. It was released
this year (2005) so it is still a new book. While it certainly has some
coding examples in it, I do like the common-sense approach Ivo gives to
thinking about good design and performance and his many tips. Apparently,
Ivo was the Lead Program Manager for the design of the .NET Compact
Framework v1 so his experience in solving some design problems definitely
shows through. Though having read only half of the book, I would definitely
recommend it for anyone's .NET Compact Framework library.

Regards,
Neville Lang
 
Back
Top