-
Notifications
You must be signed in to change notification settings - Fork 7
/
learn.html
47 lines (40 loc) · 1.43 KB
/
learn.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: Learn
---
<div id="grid-container" class="container_12">
<div class="grid_12">
<h3>Learn more about Ninject</h3>
</div>
<div class="grid_12">
<p>
The best place to learn about Ninject is from the <a href="http://www.ninject.org/wiki.html">documentation</a> or the <a href="https://github.com/ninject/ninject/wiki">official wiki</a> on Github.
</p>
<p>
Additional resources:
</p>
<ul>
<li><a href="http://nate.io">Nate's blog</a></li>
<li><a href="http://innovatian.com/blog/">Ian's blog</a></li>
<li><a href="http://www.planetgeek.ch/author/remo-gloor/">Remos's blog</a></li>
<li><a href="http://www.planetgeek.ch/author/danielmarbach/">Dani's blog</a></li>
<li><a href="http://stackoverflow.com/tags/ninject">Stack Overflow questions tagged with "ninject"</a></li>
</ul>
<p>
If you'd like to make additions to the wiki, or you have additional resources you'd like listed, please let us know!
</p>
</div>
<div class="grid_12">
<h3>Books</h3>
</div>
<div class="grid_12">
<p>
<a href="http://www.packtpub.com/mastering-ninject-for-dependency-injection/book">Mastering Ninject for Dependency Injection</a> by Daniel Baharestani
</p>
</div>
</div>
<script type="text/javascript">
$(function() {
initializeDefaultLayout();
});
</script>