Team LiB
Previous Section Next Section

A Word About the Examples

I encourage you to enter at least some of the examples by hand in both languages. I feel it is good to be familiar with the two flagship languages of .NET: VB .NET and C#. You will see some cases where VB is better than C# and some cases where C# is better for a particular task than VB.

For those of you who want to run the examples without the pain of writing them, you can download all the code from the Downloads section of the Apress Web site (http://www.apress.com).

All the examples in this book have gone through a thorough review process. They are not professional-level, robust products, but they should work as intended. I take responsibility for all programming errors in this book. If you find an error, please let me know about it and I will post the corrected code on the Apress Web site. You can reach me at nicksymmonds@attbi.com.


Team LiB
Previous Section Next Section