Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest #2

Merged
merged 43 commits into from
Sep 16, 2019
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
9c4335c
English translation
bartov-e Jun 17, 2019
f85e721
Updated readmes
sidristij Jun 20, 2019
2ea742a
Fixed link
sidristij Jun 20, 2019
0cb1ae2
Little fixes of disposable
sidristij Jun 26, 2019
777fba2
New chaper started: entities lifetime
sidristij Jun 27, 2019
4343852
Update chapter 1-Entities
sidristij Jun 27, 2019
6306a61
Merge branch 'master' of http://github.com/sidristij/dotnetbook
sidristij Jun 27, 2019
bad5ffa
Compare with different
sidristij Jun 27, 2019
ed7e9c1
fixes in chapters: style and е/ё letters
sidristij Jun 27, 2019
6ed11e0
About stages of object's lifetime
sidristij Jun 27, 2019
0fa7396
Fixes in 1-EntitiesLifetime chapter
sidristij Jun 27, 2019
36fd22b
Finished with basic results in 1-entities
sidristij Jun 27, 2019
f742e50
ReadMe changed
sidristij Jun 27, 2019
f64a963
Add files via upload
bartov-e Jul 12, 2019
fe4c323
Merge pull request #98 from bartov-e/master
sidristij Jul 12, 2019
664dd0b
мелочь
sidristij Jul 14, 2019
7b0a37d
Update Readme.md
sidristij Aug 6, 2019
f72433b
added new chapter
sidristij Aug 15, 2019
50f5ebd
added links to ToC
sidristij Aug 15, 2019
2f6beb0
ToC upd
sidristij Aug 15, 2019
f283534
Introduction to memory management
sidristij Aug 16, 2019
4758e28
Additional adoptation done
sidristij Aug 16, 2019
eeb47ec
Writing new sent-s about memory mngmnt
sidristij Aug 16, 2019
8add571
about architects choose
sidristij Aug 16, 2019
4742a79
Arch review ready
sidristij Aug 17, 2019
f5a71e8
additional edits in book
sidristij Aug 17, 2019
9c04d1d
Russian part restructured
sidristij Aug 23, 2019
cfdf621
ToC fixed
sidristij Aug 23, 2019
0bf4d82
Updating introduction to the book
sidristij Aug 23, 2019
66163cd
MM Intro changes
sidristij Aug 23, 2019
c29d1f7
text updated
sidristij Aug 23, 2019
d020f79
#102 Making text cleaner
sidristij Aug 31, 2019
fa51f72
Continue after gc basics
sidristij Aug 31, 2019
ee030e4
#102 added link to the next chapter
sidristij Aug 31, 2019
832bd0d
Reading order
sidristij Aug 31, 2019
34de535
fixed relative path
sidristij Aug 31, 2019
7c1cc3b
Book restructured
sidristij Sep 2, 2019
25c1ec6
Adding subchapters links
sidristij Sep 2, 2019
983004e
TOC styles
sidristij Sep 2, 2019
524c2c4
Adding subchapters links
sidristij Sep 2, 2019
b22d915
Adding subchapters links
sidristij Sep 2, 2019
18b197b
remove cover
sidristij Sep 3, 2019
183c605
upd release
sidristij Sep 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added links to ToC
sidristij committed Aug 15, 2019
commit 50f5ebd5cf0021bb9ed299dca1fe67859d7df847
6 changes: 6 additions & 0 deletions book/ru/readme.md
Original file line number Diff line number Diff line change
@@ -13,6 +13,12 @@
1. Large Objects Heap
1. Garbage Collection
1. [Введение в слой управления памяти](./MemoryManagement/1-MemoryManagement-Intro.md)
1. [Выделение памяти под объект](./MemoryManagement/2-MemoryManagement-Allocation.md)
1. [Введение в сборку мусора](./MemoryManagement/3-MemoryManagement-GC-Intro.md)
1. [Фаза маркировки](./MemoryManagement/4-MemoryManagement-GC-Mark-Phase.md)
1. [Фаза планирования](./MemoryManagement/5-MemoryManagement-GC-Planning-Phase.md)
1. [Фазы Sweep/Collect](./MemoryManagement/6-MemoryManagement-GC-Sweep-Collect.md)
1. [Выводы по GC и работе над производительностью](./MemoryManagement/7-MemoryManagement-GC-Results.md)
1. Время жизни объектов и структур данных
1. [Время жизни сущностей](./LifetimeManagement/1-EntitiesLifetime.md)
1. [Шаблон Disposable (Disposable Design Principle)](./LifetimeManagement/2-Disposable.md)