-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
147 lines (147 loc) · 7.34 KB
/
_config.yml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
auto: false
server: false
lsi: false
markdown: rdiscount
highlighter: rouge
permalink: /:year/:month/:day/:title
paginate: 10
wikiversions:
- name: 3.2
value: 3
- name: master
value: 0
- name: 3.0
value: 2
- name: 2.0
value: 1
projects:
- name: ninject
revisions:
0:"",
1:"6174f3a58c221179ef2f00ea3540143ea1d7cc51",
2:"80edfcedf68f89c195348ff374f27dfc4ff763f3",
3:""
- name: ninject.web.mvc
revisions:
0:"",
1:"5f9adb0cc1b24d6e0da86ed75cfb88fe86669d5d",
2:"5f9adb0cc1b24d6e0da86ed75cfb88fe86669d5d",
3:""
- name: ninject.extensions.factory
revisions:
0:"",
1:"",
2:"",
3:""
- name: ninject.extensions.xml
revisions:
0:"",
1:"",
2:"",
3:""
extensions:
- title: Ninject.Web.Common
description: This is the base for all WEB extensions and the WCF extension. It must be installed whenever you use one of them.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.web.common
- title: Ninject.Web.Mvc
description: Allows integration between Ninject and <a href="http://asp.net/mvc">ASP.NET MVC</a>. MVC1 + MVC2 support are implemented by Nate Kohari.
email: [email protected]
author: Remo Gloor
website: http://github.com/ninject/ninject.web.mvc
- title: Ninject.Web
description: Allows integration between Ninject and ASP.NET WebForms. Originally by Nate Kohari, ported to Ninject 2.0 by Ian Davis.
email: [email protected]
author: Ian Davis
website: https://github.com/ninject/ninject.web
- title: Ninject.Extensions.Wcf
description: Allows integration between Ninject and the Windows Communication Framework (WCF). Initially by Ian Davis, hugely refactored and improved by Remo Gloor.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.wcf
- title: Ninject.Extensions.Conventions
description: Provides configuration by conventions for Ninject.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.conventions
- title: Ninject.Extensions.Factory
description: Adds support for automatically cenerated fatories that create new instances using ninject.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.factory
- title: Ninject.Extensions.Interception
description: Originally by Nate Kohari, ported to Ninject 2.0 and enhanced by Ian Davis
email: [email protected]
author: Ian Davis
website: https://github.com/ninject/ninject.extensions.interception
- title: Ninject.Extensions.NamedScope
description: Added three new Scope types, InNamedScope to define that objects are the scope for their dependencies, InCallScope to define that one instance is created for each resolve on the kernel and InParentScope to add transient tracking support.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.namedscope
- title: Ninject.Extensions.ContextPreservation
description: Preserves the context over factories. That way you know where the factory that issued the resolve request lives. This extension is often used together with Named Scope.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.contextpreservation
- title: Ninject.Extensions.ChildKernel
description: Adds support for container hierarchies to Ninject.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.childkernel
- title: Ninject.Extensions.DependencyCreation
description: Allows that at the creation of one objects several others are created too. This is usually used toghether with an event broker to create completely decoupled designs, where components do not know eachother directly anymore.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.dependencycreation
- title: Ninject.Web.Mvc.FluentValidation
description: Adds support for MVC fluent validation.
email:
author: Sean Chambers
website: https://github.com/ninject/ninject.web.mvc.fluentvalidation
- title: Ninject.Extensions.Logging
description: Adds support for injection of loggers (log4net or nlog). Originally by Nate Kohari, ported to Ninject 2.0 by Ian Davis.
email: [email protected]
author: Ian Davis
website: https://github.com/ninject/ninject.extensions.logging
- title: Ninject.Extensions.bbvEventBroker
description: Allows a many-to-many publish/subscribe model between loosely-coupled components held together by weaks events to automatically disconnect publishers/subscribers. This extension uses the powerful <a href="http://code.google.com/p/bbvcommon/wiki/EventBrokerTutorial">bbvEventBroker</a>
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.bbveventbroker
- title: Ninject.Extensions.WeakEventMessageBroker
description: Allows a many-to-many publish/subscribe model between loosely-coupled components held together by weaks events to automatically disconnect publishers/subscribers. Originally based on Ninject.Extensions.MessageBroker.
email: [email protected]
author: Ian Davis
website: https://github.com/ninject/ninject.extensions.weakeventmessagebroker
- title: Ninject.Extensions.MessageBroker
description: Allows a many-to-many publish/subscribe model between loosely-coupled components. Originally by Nate Kohari, ported to Ninject 2.0 by Ian Davis.
email: [email protected]
author: Ian Davis
website: https://github.com/ninject/ninject.extensions.messagebroker
- title: Ninject.Extensions.Xml
description: Allows users to define bindings using XML rather than code. Originally by Nate Kohari. Greatly refactored and added extensibility support for the Ninject extensions by Remo Gloor.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.extensions.xml
- title: Ninject.MockingKernel
description: Provides auto-mocking container infrastructure. Currently comes with built in support for <a href="http://moq.me/">Moq</a>, <a href="http://www.ayende.com/projects/rhino-mocks.aspx">RhinoMocks</a> and <a href="http://nsubstitute.github.com/">NSubstitute</a>.
email: [email protected]
author: Remo Gloor
website: https://github.com/ninject/ninject.mockingkernel
- title: Ninject.Extensions.WF
description: Provides support for the injection for workflows of the workflow foundation.
email: [email protected]
author: Daniel Marbach
website: https://github.com/ninject/ninject.extensions.wf
- title: Ninject.Extensions.Quartz
description: Provides a default implementation for the Quartz.NET Job Scheduler. It provides an ISchedulerFactory implementation, and optionally provides the IScheduler as a singleton.
email: [email protected]
author: Mark Huber
website: https://github.com/dtinteractive/Ninject.Extensions.Quartz
- title: Ninject.Extensions.Azure
description: Adds support for Microsoft Azure Worker Roles.
email: [email protected]
author: Philipp Dolder
website: https://github.com/ninject/ninject.extensions.azure