Последние авторы
1 ----
2
3 ==== Внутренние ссылки: ====
4
5 ====== Дочерние страницы: ======
6
7 {{children/}}
8
9 ====== Обратные ссылки: ======
10
11 {{velocity}}
12 #set ($links = $doc.getBacklinks())
13 #if ($links.size() > 0)
14 #foreach ($docname in $links)
15 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
16 * [[$escapetool.xml($rdoc.fullName)]]
17 #end
18 #else
19 No back links for this page!
20 #end
21 {{/velocity}}
22
23 ----
24
25 |(% style="width:40px" %) |(% style="width:1445px" %)[[Внедрение зависимостей в .NET ~~| Марк Симан>>path:/bin/view/%D0%9A%D0%BD%D0%B8%D0%B3%D0%B8/%D0%92%D0%BD%D0%B5%D0%B4%D1%80%D0%B5%D0%BD%D0%B8%D0%B5%20%D0%B7%D0%B0%D0%B2%D0%B8%D1%81%D0%B8%D0%BC%D0%BE%D1%81%D1%82%D0%B5%D0%B9%20%D0%B2%20.NET%20%7C%20%D0%9C%D0%B0%D1%80%D0%BA%20%D0%A1%D0%B8%D0%BC%D0%B0%D0%BD/]]
26 |(% style="width:40px" %) |(% style="width:1445px" %)(((
27 |(% style="width:80px" %)IoC|(% style="width:238px" %)Inversion of Control|(% style="width:422px" %)Инверсия управления|(% style="width:745px" %)
28 |(% style="width:80px" %)DI|(% style="width:238px" %)Dependency Injection|(% style="width:422px" %)Внедрение зависимостей|(% style="width:745px" %)
29 |(% style="width:80px" %)AOP|(% style="width:238px" %)Aspect-oriented programming|(% style="width:422px" %)Аспектно-ориентированное программирование (АОП)|(% style="width:745px" %)
30 | | | |
31 )))
32 |(% style="width:40px" %) |(% style="width:1445px" %)Inversion of Control vs Dependency Injection
33 [[https:~~/~~/stackoverflow.com/questions/6550700/inversion-of-control-vs-dependency-injection>>url:https://stackoverflow.com/questions/6550700/inversion-of-control-vs-dependency-injection]]