|
Microsoft Visual C# 2005: An Introduction to Object-Orientated Programming 2nd Edition
Microsoft Visual C# 2005, Second Edition provides the beginning programmer with a guide to developing programs in C#, a language developed by Microsoft as part of their Visual Studio .NET platform. With C#, you can build small, reusable components that are well-suited to twenty-first century Web-based programming applications. Although similar to Java
and C++, many features of C# make it easier to learn and ideal for the beginning programmer. You can program in C# using a simple text editor and the command prompt, or you can manipulate program components using Visual Studio's sophisticated Integrated Development Environment. This book provides you with the tools to use both techniques.
CONTENTS:
Chapter One A First Program Using C#
Chapter Two Using Data
Chapter Three Making Decisions
Chapter Four Looping
Chapter Five Using Arrays
Chapter Six Using Methods
Chapter Seven Using Classes and Objects
Chapter Eight Introduction To Inheritance
Chapter Nine Exception Handling
Chapter Ten Using GUI Objects And The Visual Studio IDE
Chapter Eleven Using Controls
Chapter Twelve Handling Events
Chapter Thirteen Files And Streams
|