책 이미지

책 정보
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 언어 > C#
· ISBN : 9780071835831
· 쪽수 : 488쪽
· 출판일 : 2014-12-29
목차
PART I: Programming Basics
Ch 1. Introduction to C# Coding and Debugging
Ch 2. Variables, Constants, Enumerations and Arrays
Ch 3. Numeric Operators and Basic Math Methods
Ch 4. Methods and Scope
Ch 5. Conditional Structures and Loops
Ch 6. String Manipulation
Ch 7. Date and Time Handling
PART II: Object-Oriented Programming
Ch 8. Class and Structs
Ch 9. Inheritance
Ch 10. Generic Types and Collections
PART III: Advanced Structures
Ch 11. Delegates, Anonymous Functions and Events
Ch 12. Interfaces
Ch 13. Attributes
Ch 14. Operator Overloading
PART IV: Data-Driven Development
Ch 15. Database Setup
Ch 16. The Entity Framework
Ch 17. LINQ to Entities - Query Syntax
Ch 18. LINQ to Entities - Method-Based Syntax
Ch 19. Traditional Database Development
Ch 20. Join Queries with LINQ to Entities
Ch 21. File Input Output
Ch 22. XML Handling
Ch 23. JSON Handling