본문 바로가기

worklog/C#

What the C or C++ Programmer Needs to Know About C# and the .NET Framework

찰스 페졸드님께서 


Applications = Code + Markup

A Guide to the Microsoft Windows Presentation Foundation 

    (한국 번역서의 제목은 '찰스 페졸드의 WPF')


라는 책을 내셧을 때, 


C# 기초에 대한 내용을 책에 넣지 않고


.NET Book Zero
What the C or C++ Programmer Needs to
Know about C# and the .NET Framework


라는 PDF 파일을 저자의 웹사이트에 무료 공개하였다.


짧게 말하자면 '찰스페졸드의 WPF'의 Chapter 0 이라고 생각하면 된다.


저자가 무료 배포한 pdf와 예제소스를 첨부해서 공부하자.


PDF 파일의 목차는 아래와 같다.


*.Net Book Zoro  ( DotNetBookZero11.pdf / DotNetBookZeroSourceCode10.zip)

    Chapter 1. Why This Book? ........................................................... 2 

    Chapter 2. Why .NET?...................................................................... 5

    Chapter 3. Runtimes and SDKs...................................................... 7 

    Chapter 4. Edit, Compile, Run, Disassemble ............................. 11 

    Chapter 5. Strings and the Console ............................................ 22 

    Chapter 6. Primitive Data Types ................................................... 51 

    Chapter 7. Operators and Expressions ....................................... 68

    Chapter 8. Selection and Iteration ............................................... 75 

    Chapter 9. The Stack and the Heap.............................................. 83 

    Chapter 10. Arrays............................................................................ 88 

    Chapter 11. Methods and Fields.................................................... 95 

    Chapter 12. Exception Handling.....................................................108 

    Chapter 13. Classes, Structures, and Objects...............................117 

    Chapter 14. Instance Methods........................................................126 

    Chapter 15. Constructors.................................................................135 

    Chapter 16. Concepts of Equality .................................................144 

    Chapter 17. Fields and Properties.................................................153 

    Chapter 18. Inheritance ..................................................................166 

    Chapter 19. Virtuality ......................................................................175 

    Chapter 20. Operator Overloading ...............................................191 

    Chapter 21. Interfaces.......................................................................202 

    Chapter 22. Interoperability ...........................................................206 

    Chapter 23. Dates and Times .........................................................210 

    Chapter 24. Events and Delegates ................................................221 

    Chapter 25. Files and Streams .......................................................226 

    Chapter 26. String Theory ..............................................................250 

    Chapter 27. Generics ........................................................................253 

    Chapter 28. Nullable Types ............................................................259 





'worklog > C#' 카테고리의 다른 글

Thread  (0) 2018.08.25
C# 버전 별 추가된 기능  (0) 2018.08.19
Call by Reference (param, ref, out)  (0) 2018.06.30
Environment 클래스  (0) 2018.06.30
C# 웹 컴파일러  (0) 2018.06.30