Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
ninject
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
ninject
1–30 of 1048
Mark all as read
Report group
0 selected
Ravi Krishna
1/11/24
Azure Worker Role Crashes in Ninject
Hi Everyone, We have worker role which executes lots of incoming messages on different threads. We
unread,
Azure Worker Role Crashes in Ninject
Hi Everyone, We have worker role which executes lots of incoming messages on different threads. We
1/11/24
Danil
10/20/22
Could not load type 'System.Web.IHttpModule'
What's wrong? Please help! :c
unread,
Could not load type 'System.Web.IHttpModule'
What's wrong? Please help! :c
10/20/22
Humberto Trellez
9/13/22
Ninject & RestSharp 108
Hi team, Currently I am working in one project that use Ninject for inject one nuget package that use
unread,
Ninject & RestSharp 108
Hi team, Currently I am working in one project that use Ninject for inject one nuget package that use
9/13/22
Don Young Jeong
,
gerfen
2
6/25/21
Can't resolve InRequestScope
Try adding this to your file... ``` using Ninject.Web.Common; ``` On Thursday, June 24, 2021 at 11:39
unread,
Can't resolve InRequestScope
Try adding this to your file... ``` using Ninject.Web.Common; ``` On Thursday, June 24, 2021 at 11:39
6/25/21
Srijon Roy
,
Lukas Angerer
2
12/17/20
Can we bind an Interface to multiple Providers<T> with ninject?
Generally speaking: yes, that is possible. Can you be a bit more specific about what you are trying
unread,
Can we bind an Interface to multiple Providers<T> with ninject?
Generally speaking: yes, that is possible. Can you be a bit more specific about what you are trying
12/17/20
Rene Škarabot
,
Assil Abdulrahim
2
5/4/20
Using Ninject in .dll non executable plugin
The short answer is YES. "Is it possible to use Ninject in non-executable dlls, which do not
unread,
Using Ninject in .dll non executable plugin
The short answer is YES. "Is it possible to use Ninject in non-executable dlls, which do not
5/4/20
Tim Power
,
Frederick Brier
3
4/16/20
Ninject.Web.Common
BTW, if Ninject.Web.Common is all you are using, I don't see the problem. I'm not saying the
unread,
Ninject.Web.Common
BTW, if Ninject.Web.Common is all you are using, I don't see the problem. I'm not saying the
4/16/20
DSK Chakravarthy
,
Tim Power
3
4/16/20
Ninject.MVC5 : How tos??
You'll also need Ninject.Web.Common On Thursday, December 28, 2017 at 1:52:19 AM UTC-6, DSK
unread,
Ninject.MVC5 : How tos??
You'll also need Ninject.Web.Common On Thursday, December 28, 2017 at 1:52:19 AM UTC-6, DSK
4/16/20
Kixoka
8/21/19
Is ninject still being developed/maintained?
Is ninject still being developed or maintained? Also the wiki seems to be broken as I am unable to
unread,
Is ninject still being developed/maintained?
Is ninject still being developed or maintained? Also the wiki seems to be broken as I am unable to
8/21/19
unyffl
6/21/19
NinjectWebCommon - MVC - Bindings Not Working
I think I'm misunderstanding something. I've successfully setup my NinjectWebCommon and
unread,
NinjectWebCommon - MVC - Bindings Not Working
I think I'm misunderstanding something. I've successfully setup my NinjectWebCommon and
6/21/19
Sajan s
5/6/19
How to Intercept specific method based on attribute or any key.
Hi All, we are building AOP logging framework using Ninject . we have to intercept few methods in
unread,
How to Intercept specific method based on attribute or any key.
Hi All, we are building AOP logging framework using Ninject . we have to intercept few methods in
5/6/19
simv...@gmail.com
5/1/19
WebJob memory leak
Hi guys, We're using Ninject for both Web project and Azure WebJob for background worker. Not so
unread,
WebJob memory leak
Hi guys, We're using Ninject for both Web project and Azure WebJob for background worker. Not so
5/1/19
Sajan s
,
Bruno Juchli
7
4/30/19
ninject.extensions.interception Error during load
Thanks for your reply Junchli yep its worked and interceptor called every properties and methods . Is
unread,
ninject.extensions.interception Error during load
Thanks for your reply Junchli yep its worked and interceptor called every properties and methods . Is
4/30/19
shaoli...@gmail.com
,
Mrinal Kamboj
4
2/11/19
Binding error creating factory (Bug?)
Yes as you have correctly understood for calling anything like "Getxxx", would need a named
unread,
Binding error creating factory (Bug?)
Yes as you have correctly understood for calling anything like "Getxxx", would need a named
2/11/19
Mrinal Kamboj
1/21/19
Can the Func<string,T> delegate injection also be done using open generics
Following is my interface design: public interface IDomainRepository<in TRequest,out TResponse>
unread,
Can the Func<string,T> delegate injection also be done using open generics
Following is my interface design: public interface IDomainRepository<in TRequest,out TResponse>
1/21/19
Charles Owen
10/3/18
InThread Scope in a Web App?
Is there any use case for using Thread Scope in a web application beyond having some background
unread,
InThread Scope in a Web App?
Is there any use case for using Thread Scope in a web application beyond having some background
10/3/18
Kévin Jalais
9/23/18
Xamarin.Mac and Portable.Ninject
Hi everybody, I am developing a Xamarin.Forms application and I am using Portable.Ninject as IoC
unread,
Xamarin.Mac and Portable.Ninject
Hi everybody, I am developing a Xamarin.Forms application and I am using Portable.Ninject as IoC
9/23/18
hossei...@gmail.com
5/11/18
NinjectWebCommon.cs not added to project
10 down vote favorite 3 I'm developing a MVC5 project on Visual Studio 2015 Version 15.4. I'm
unread,
NinjectWebCommon.cs not added to project
10 down vote favorite 3 I'm developing a MVC5 project on Visual Studio 2015 Version 15.4. I'm
5/11/18
Anlo
, …
Frederick Brier
9
4/6/18
Is this an InSingletonScope() bug?
This appears to be a defect in Ninject. A couple of posts [http://kerryritter.com/ninject-
unread,
Is this an InSingletonScope() bug?
This appears to be a defect in Ninject. A couple of posts [http://kerryritter.com/ninject-
4/6/18
Steven Confessore
, …
Assil Abdulrahim
3
3/29/18
Ninject 4 and netcoreapp1.1 (deprecated?)
var readonlyKernel = new KernelConfiguration(new Bindings()).BuildReadonlyKernel(); Where Bindings is
unread,
Ninject 4 and netcoreapp1.1 (deprecated?)
var readonlyKernel = new KernelConfiguration(new Bindings()).BuildReadonlyKernel(); Where Bindings is
3/29/18
Harold Harkema
2/20/18
Is there a way to retrieve the dependency graph?
Is there a way to retrieve the dependency graph? Something like this: https://groups.google.com/forum
unread,
Is there a way to retrieve the dependency graph?
Is there a way to retrieve the dependency graph? Something like this: https://groups.google.com/forum
2/20/18
spaceradar...@gmail.com
,
Bruno Juchli
4
12/15/17
how to pass interface as constructor parameter? Can not do it with WithConstructorArgument
i already fixed it On Friday, December 15, 2017 at 4:16:02 AM UTC-6, spaceradar...@gmail.com wrote:
unread,
how to pass interface as constructor parameter? Can not do it with WithConstructorArgument
i already fixed it On Friday, December 15, 2017 at 4:16:02 AM UTC-6, spaceradar...@gmail.com wrote:
12/15/17
spaceradar...@gmail.com
12/15/17
Looking Ninject eqequivalent uivalent to structuremap code snippet
Can someone tell the equivalent to the snippet of code shown below in Ninject? The code below is used
unread,
Looking Ninject eqequivalent uivalent to structuremap code snippet
Can someone tell the equivalent to the snippet of code shown below in Ninject? The code below is used
12/15/17
spaceradar...@gmail.com
12/15/17
Ninject bind to concrete class and calling class's method on binding, UserManger class , Configure method
0 down vote favorite THe snippet of code below is used in structuremap. It allow binding to the
unread,
Ninject bind to concrete class and calling class's method on binding, UserManger class , Configure method
0 down vote favorite THe snippet of code below is used in structuremap. It allow binding to the
12/15/17
William Behning
,
Omri Yair
2
11/15/17
.net core
joining the question, as far as I understand you should change the startup.cs like so: public
unread,
.net core
joining the question, as far as I understand you should change the startup.cs like so: public
11/15/17
Martin Mikhail
10/18/17
ninject.mvc5 3.2.1.0 and ninject 3.3.1
The nuget package (https://www.nuget.org/packages/Ninject.MVC5/) for ninject.mvc5 has a dependence
unread,
ninject.mvc5 3.2.1.0 and ninject 3.3.1
The nuget package (https://www.nuget.org/packages/Ninject.MVC5/) for ninject.mvc5 has a dependence
10/18/17
Robert Forehand
6/21/17
Using Ninject with WebGL
Hi, I have been looking around the user group here for an answer, as well as plumbing the depths of
unread,
Using Ninject with WebGL
Hi, I have been looking around the user group here for an answer, as well as plumbing the depths of
6/21/17
dbnex B
6/19/17
All Links in Training Section Return 404 Error
All links in the training section @ http://www.ninject.org/learn.html return 404 Error.
unread,
All Links in Training Section Return 404 Error
All links in the training section @ http://www.ninject.org/learn.html return 404 Error.
6/19/17
Ed Bick
,
Michael Powell
2
6/16/17
Missing NinjectWebCommon.cs
On Fri, Jun 16, 2017 at 2:33 PM, Ed Bick <edbi...@gmail.com> wrote: > I have been learning
unread,
Missing NinjectWebCommon.cs
On Fri, Jun 16, 2017 at 2:33 PM, Ed Bick <edbi...@gmail.com> wrote: > I have been learning
6/16/17
Preetam Ramdhave
,
dbnex B
2
6/16/17
Feedback
woow, this is not looking good .... still all 4 training links are dead, I am having the same issue.
unread,
Feedback
woow, this is not looking good .... still all 4 training links are dead, I am having the same issue.
6/16/17