No announcements
Found 3863878 threads
-
0 Votes
implement DI with constrctor and setter injection using unity
You can specify a Lifetime Manager with RegisterType().Answered | 1 Replies | 1033 Views | Created by Mou_kolkata - Monday, January 21, 2013 7:25 PM | Last reply by Stefan Hoffmann - Tuesday, January 22, 2013 7:57 AM -
0 Votes
Dependency Injection design pattern
Hi, Instead of a Factory, you should use a Container.Answered | 1 Replies | 1230 Views | Created by Ali Raza - Tuesday, December 3, 2013 10:54 AM | Last reply by JA Reyes - Tuesday, December 3, 2013 11:13 AM -
0 Votes
Getting null reference error while implementing Dependency Injection in ASP.NET WebForms using Unity.
User108214351 posted Dependency Injection in ASP.NET doesn't work with constructors because the ASP.NET pipeline doesn't allow you to intercept ...Unanswered | 1 Replies | 514 Views | Created by Anonymous - Wednesday, August 13, 2014 2:40 AM | Last reply by Anonymous - Thursday, August 21, 2014 7:58 PM -
4 Votes
How many way dependency injection can be implemented in c#
U said : Don't get confused between Inversion of Control and Dependency Injection.Answered | 11 Replies | 1551 Views | Created by Mou_kolkata - Thursday, September 25, 2014 9:42 AM | Last reply by Andy ONeill - Thursday, October 2, 2014 8:12 PM -
1 Votes
Regarding Dependency Injection
Is the Dependency Injection related only ASP.NET?Answered | 1 Replies | 657 Views | Created by Jeff0803 - Monday, July 13, 2020 10:38 PM | Last reply by DA924x - Tuesday, July 14, 2020 12:14 AM -
2 Votes
MVVM ViewModel Instantiation Using Unity
I would suggest you check:Answered | 9 Replies | 4563 Views | Created by bike9999 - Thursday, October 2, 2014 9:27 PM | Last reply by JayChase - Wednesday, October 8, 2014 9:36 AM -
5 Votes
differrence between dependency inversion and dependency injection
Basically you change compiler errors when having unsatisfied references with run-time errors.Answered | 5 Replies | 1803 Views | Created by boobyy - Friday, April 12, 2013 7:43 AM | Last reply by boobyy - Thursday, April 18, 2013 6:09 PM -
1 Votes
Does This Need Dependency Injection Or Not?
Using dependency injection for every object is overkill and adds unnecessary complexity.Answered | 6 Replies | 1657 Views | Created by witdaj - Friday, September 7, 2012 10:36 PM | Last reply by Reed Copsey, Jr - Saturday, September 8, 2012 12:51 AM -
1 Votes
How to solve the conflict in Unity Httpmodule ( Dependency Injection ) with Mebbership provider LoginStatus LoggedOut eventhandler in Webforms .net framework 4.0?
Hi Tin, Your question is about ASP.NET, please post in ASP.NET forum, more experts will give you help.Answered | 1 Replies | 1566 Views | Created by Tin Michael - Friday, August 23, 2013 6:49 AM | Last reply by Caillen - Monday, August 26, 2013 2:05 AM -
1 Votes
Creating an interface using Dependency injection pattern
Ramakrishna Ramakrishna If your aim is to do this via dependency injection then you can have a window ...Answered | 7 Replies | 510 Views | Created by Ramakrishna Devarakonda - Wednesday, June 17, 2015 10:58 AM | Last reply by Andy ONeill - Wednesday, June 17, 2015 11:38 AM -
0 Votes
Dependency injection for static properties
Hi, Unity application block looks interesting.Answered | 7 Replies | 12231 Views | Created by Navaneeth - Tuesday, May 27, 2008 4:09 PM | Last reply by Navaneeth - Monday, June 2, 2008 1:10 AM -
0 Votes
Unity application Block With Biztalk
The ESB Toolkit 2.0 actually already references the Unity application block.Answered | 4 Replies | 6070 Views | Created by Mohit Kumar Gupta - Tuesday, April 13, 2010 11:41 AM | Last reply by Ben Cline1 - Tuesday, April 13, 2010 4:55 PM -
0 Votes
Dependency Injection in Azure Functions
You can instead inject a Factory Class and call its method with the run time data to return the required service.Answered | 2 Replies | 636 Views | Created by Ravi Kiran05 - Thursday, October 24, 2019 2:00 AM | Last reply by Ravi Kiran05 - Thursday, October 24, 2019 1:46 PM -
0 Votes
Dependency Injection using Unity Framework
User-1635195291 posted Hi kshama, Here you go, Basics of ASP.NET MVC 3 Dependency ...Answered | 3 Replies | 103 Views | Created by Anonymous - Monday, July 29, 2013 6:31 AM | Last reply by Anonymous - Tuesday, July 30, 2013 11:40 PM -
0 Votes
Using angularjs with webforms in asp.net
Because you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET ...Answered | 1 Replies | 1707 Views | Created by compnerd0708 - Wednesday, January 14, 2015 4:55 PM | Last reply by Amanda Zhu - Thursday, January 15, 2015 5:49 AM -
0 Votes
Using Dependency Injection (Castle Windsor) in Sharepoint 2007
Open your SharePoint application’s Global.asax file typically located in the folder C:\Inetpub\wwwroot\wss\VirtualDirectories\%sharepoint application%, and change the 'Inherits' attribute to ...Answered | 1 Replies | 7627 Views | Created by anderskj1 - Thursday, June 12, 2008 7:42 PM | Last reply by Russ Giddings - Tuesday, January 6, 2009 4:41 PM -
0 Votes
Implementing/using ASP.NET IHttpAsyncHandler
I saw (before posting here) that ASP.NET 4.5 does provide such a capability out of the box but I'm not sure if we can use .NET 4.5 in ...Answered | 3 Replies | 7232 Views | Created by Shiv Kumar - Wednesday, November 16, 2011 12:42 PM | Last reply by Shiv Kumar - Saturday, November 19, 2011 8:15 PM -
0 Votes
Asp.net WebForms + Dependecy Injection + Unity + Entity Framework
For control in mvc asp.net 4.0 do contact Microsoft directly.Unanswered | 1 Replies | 4414 Views | Created by vl2 - Tuesday, June 21, 2011 9:01 PM | Last reply by miss.eleanor - Wednesday, June 22, 2011 5:06 AM -
0 Votes
Dependency Injection for WCF: Should I use Contract Behavior or Service Behaviors?
Hi Michael, It depends on what you want.Answered | 1 Replies | 4871 Views | Created by Michael Sync - Tuesday, July 20, 2010 5:05 AM | Last reply by Fabio Cozzolino - Tuesday, July 20, 2010 1:58 PM -
0 Votes
oauth authentication in asp.net webforms
> I was trying from the past one month with Office 365 API and REST APIs but ,facing the problem in generating the access token.I can't able to get any reference code for ...Answered | 1 Replies | 965 Views | Created by rajaram thatikonda - Friday, November 27, 2015 9:32 AM | Last reply by Edward8520 - Monday, November 30, 2015 5:19 AM - Items 1 to 20 of 3863878 Next ›
No announcements