C# a beginner's guide

This book offers a step-by-step approach to learning object-oriented programming with C# and the .NET Framework while preparing you for data driven-development. More than 150 easy-to-follow examples are included. The book covers Visual Studio for development and debugging, collections and advanced C...

Full description

Bibliographic Details
Main Author: McGee, Pat
Format: eBook
Language:English
Published: New York McGraw-Hill Education 2015
Series:A beginner's guide
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Includes bibliographical references and index
  • Introduction to C# Coding and Debugging
  • Variables, Constants, Arrays, and Enumerations
  • Numeric Operators and routines
  • Methods and Scope
  • Conditional Structures and Loops
  • String Manipulation
  • Date and Time Handling
  • Encapsulation Through Object-Oriented Programming
  • Inheritance
  • Generic Types and Collections
  • Delegates, Anonymous Functions and Events
  • Interfaces
  • Database Setup
  • The Entity Framework
  • LINQ to Entities : Query Syntax
  • LINQ to Entities : Method-Based Syntax
  • Join Queries with LINQ to Entities
  • Traditional database development
  • File Input Output
  • XML Handling
  • JSON Handling