|
Beginning Visual C# 2008
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. This book is divided into
sections including: The C# Language - Basic language skills using console application in which the 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; and, 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.
Contents:
I
The C# Language.1
Introducing C#.2
Writing a C# Program.3
Variables and Expressions.4
Flow Control.5
More About Variables.6
Functions.7
Debugging and Error Handling.8
Introduction to Object-Oriented Programming.9
Defining Classes.10
Defining Class Members.11
Collections, Comparisons, and Conversions.12
Generics.13
Additional OOP Techniques.14
C# 3.0 Language Enhancements.II
Windows Programming.15
Basic Windows Programming.16
Advanced Windows Forms Features.17
Using Common Dialogs.18
Deploying Windows Applications.III
Web Programming.19
Basic Web Programming.20
Advanced Web Programming.21
Web Services.22
Ajax Programming.23
Deploying Web Applications.IV
Data Access.24
File System Data.25
XML.26
Introduction to LINQ.27
LINQ to SQL.28
ADO.NET and LINQ over DataSet.29
LINQ to XML.V
Additional Techniques.30
Attributes.31
XML Documentation.32
Networking.33
Intro to GDI+.34
Windows Presentation Foundation.35
Windows Communication Foundation.36
Windows Workflow Foundation.Index.
|