forked from ninject/ninject.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlearn.html
34 lines (32 loc) · 1.11 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
---
layout: default
title: Learn
---
<h2 class="section-header">
Learn more about Ninject
</h2>
<div id="grid-container" class="container_12">
<div class="grid_12">
<p>
The best place to learn about Ninject is from the <a href="http://wiki.github.com/ninject/ninject">official wiki</a> on Github.
</p>
<p>
Additional resources:
</p>
<ul>
<li><a href="http://kohari.org">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>
<script type="text/javascript">
$(function() {
initializeDefaultLayout();
});
</script>