Beginning Microsoft Visual C# 2008 (Wrox Beginning Guides)

Beginning Microsoft Visual C# 2008 (Wrox Beginning Guides)
Authors
Karli Watson, Christian Nagel, Jacob Hammer Pedersen, Jon D. Reid, Morgan Skinner, Eric White
ISBN
047019135X
Published
05 May 2008
Purchase online
amazon.com

The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including: The C# Language: Basic language skills using console application.

Page 1 of 2
  1. Editorial Reviews
  2. Customer Reviews

Editorial Reviews

The book is aimed at novice programmers who wish to learn programming with C# and the .NET framework. The book starts with absolute programming basics. It then moves into Web and Windows programming, data access (databases and XML), and more advanced technologies such as graphics programming with GDI+ and basic networking. The book is divided into sections including:

  • The C# Language: Basic language skills using console application. Content moves from the absolute basics to fairly involved OOP skills.
  • Windows Vista Programming: Using basic Windows applications, reinforcing earlier OOP and debugging skills.
  • Web Programming: Putting together basic Web applications, highlighting differences between Web and Windows programming.
  • Data Access: Accessing all kinds of data sources from Web and Windows applications, including SQL usage, XML, file system data, and Web Services.
  • Additional Techniques: "The fun stuff", including Windows Presentation Foundation, Windows Workflow, Windows Communication Foundation, GDI+, networking, Windows Services, and so on.

The book makes complicated subjects seem easy to learn, and it inspires readers to investigate areas further on their own by providing references to additional material, and exercise questions that require significant effort and personal research to complete.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“In order to understand recursion, one must first understand recursion.”