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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York :
McGraw-Hill Education,
[2015]
|
Colección: | Beginner's guide (McGraw-Hill Education (Firm))
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 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.