COMMUNITY: How to properly ask a question on Forums
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
LIVE
CAREER
MEMBERS
JOBS
Training
About Autofac
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Gaurav Gahlot (8)
El Mahdi Archane (1)
Sourav Kayal (1)
Related resources for Autofac
No resource found
Leveraging Lazy Instantiation In Our Application
12/18/2017 12:24:43 AM.
In this video, I have talked about optimizing an application by using Lazy Initialization in an application that is using dependency injection and is therefore loosely coupled.Enjoy the video.
Using Lazy<T, TMetadata> In Dependency Injection
12/11/2017 7:27:00 PM.
Lazy<T,TMetadata> is a type provided by MEF to hold indirect references to exports. Here, in addition to the exported object itself, you also get export metadata, or information that describes t
Direct Dependencies And Enumeration
10/9/2017 10:47:31 AM.
In this post, we will be talking about the two most commonly used types of relationships, namely, direct dependency relationship and enumeration.
Why "Service Locator" is an "Anti-Pattern" for Dependency Injection
9/30/2017 12:29:15 PM.
The Service Locator is used as a replacement for the new operator. The problem with service pattern is that it hides a class's dependencies and is a bonafide anti-pattern. In fact, it takes away a
Dependency Injection Using Autofac
9/25/2017 2:00:55 AM.
In this video, I have talked about dependency injection using Autofac.
Dependency Injection - Part 7 - Service Locator Pattern
9/18/2017 5:36:45 PM.
Service locator pattern is one of the most commonly used patterns. In general, this pattern is used along with other patterns like Adapter Pattern, Observer Pattern, Dependency Injection Principles an
Dependency Injection - Part Six - Autofac's "AsImplementedInterfaces"
9/11/2017 3:30:00 PM.
While I was exploring Autofac, I found AsImplementedInterfaces quite interesting. Not only because it is useful, but also because if we are not careful with its use, we may end up with unexpected appl
Dependency Injection - Part Five - Using A DI Container (Autofac)
8/29/2017 12:54:39 AM.
A DI container takes the responsibility of instantiating and providing the dependency instances, irrespective of the level of dependencies. As a result, it is a container that manages the scope of the
Using Autofac With Web API
3/20/2017 2:25:08 PM.
This article helps you to understand how to use AutoFac with Web API.
Implement Dependency Injection Using Autofac IoC Container
6/9/2014 4:39:30 PM.
This article provides a basic understanding of de-coupled architecture and the concept of Inversion of Control.