Logo

C# Essentials

Small book cover: C# Essentials

C# Essentials

Publisher: Techotopia

Description:
The C# Essentials online book contains 27 chapters of detailed information intended to provide everything necessary to gain proficiency as a C# programmer. The book begins with a detailed overview of the C# development and runtime environment with overviews of the Common Language Infrastructure (CLI), Common Intermediate Language (CIL) and Virtual Execution System (VES) followed by simple steps to creating both Windows and console based C# applications. A number of chapters are dedicated to the fundamentals of the C# programming language, including topics such as variables, constants, operators, flow control, looping and object oriented programming (including topics such as inheritance and abstract classes). Subsequent chapters focus on issues such as manipulating and formatting strings and working with arrays and collection classes. Once the basics of the C# language have been covered the final stages of the book focus on the design of GUI based applications using C# in conjunction with Visual Studio.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: C# From JavaC# From Java
by
These notes should help you convert a program from Java to C#. This is based on the author's original journey from Java to C#. If you are an experienced Java programmer who wants to find out what C# is all about you might find it useful.
(18815 views)
Book cover: Design Patterns in C#Design Patterns in C#
by
This book will give good designing edges to the developers and enhance their Object Oriented skills. Jean Paul V.A is a Software Developer working on Microsoft Technologies for the past 10 years. He has been passionate about programming...
(14632 views)
Book cover: How to Become a C# ProgrammerHow to Become a C# Programmer
by - LearnItFirst.com LLC
In this free ebook, LearnItFirst.com founder Scott Whigham talks about how you can become a C# programmer by following a step-by-step approach that requires minimum investment, no college degree, and no prior experience.
(20012 views)
Book cover: Dissecting a C# Application: Inside SharpDevelopDissecting a C# Application: Inside SharpDevelop
by - Wrox Press
Dissecting a CSharp Application teaches advanced techniques of .NET programming by getting an insiders' look at the complete Integrated Development Environment, SharpDevelop, written in C#. It includes all advanced features of a modern IDE.
(24524 views)