Commit Graph

17 Commits (7aaee37b8d6d9feeb27eeca1da0065a8eea2fa5f)

Author SHA1 Message Date
danroth27 f965804df9 Rename ASP.NET 5 to ASP.NET Core and other general cleanups 2016-03-28 16:29:22 -07:00
danroth27 5a12f2ac7e Remove dnx folder and related content 2016-03-25 13:56:44 -07:00
Rick Anderson 0c56f3b2c1 Add Nicholas Blumhardt DI blog
From: David Fowler Sent: Thursday, March 10,
Subject: Excellent article on dependency injection

As we're making DI a first class citizen in the new ASP.NET stack, it's important to understand some of the reasoning and patterns behind this. I just found this article written by autofac author and ex msft employee Nicholas Blumhardt. It's a great way to get a proper mental model of a dependency injection system and container:

http://blogs.msdn.com/b/nblumhardt/archive/2008/12/27/container-managed-application-design-prelude-where-does-the-container-belong.aspx
2016-03-15 11:52:52 -10:00
danroth27 88130df2c5 Remove mvc sphinx project files and intersphinx links 2016-03-02 11:19:51 -08:00
Steve Smith 728307ae80 Fix Typo
Service -> Services
2016-02-29 09:03:42 -08:00
Daniel Roth 6846f3da46 Fix DI sample link. 2016-02-16 14:50:58 -08:00
Zhiliang Xu 343d9d7721 Fix the line numbers of code snippets
Fix the line numbers of code snippets when referencing to dependency-injection/sample/src/DependencyInjectionSample/Startup.cs
2016-01-30 16:41:09 -08:00
Greg Lincoln ae94418d5a Update AutoFac example in DI article for RC1. 2015-12-21 13:53:28 -08:00
Barry Dorrans bcc486f506 Add new section on DI and update the old DI syntax to the new syntax.
Removing namespaces to make the samples easier.
2015-12-21 11:40:28 -05:00
Steve Smith 776d2b9603 Updated to RC1
Responded to feedback. Fixes #725
2015-12-16 18:14:55 -08:00
danroth27 a5860bafdd Property injection is not supported by default 2015-12-14 16:31:52 -08:00
Matt Mazzola 51afe05b6d Correct line numbers intended to reference service registration with different life cycles.
The articles was incorrect referencing a portion of Startup.cs from lines 88-91 which was unrelated about development settings. The intention was to show the portion of Startup.cs on lines 66-71 where the services are registered with different life cycles (transient, scoped, singleton, and instance).
2015-12-03 18:27:10 -05:00
danroth27 83f074dc6e Update literalincludes for RC1 common samples 2015-11-18 03:37:22 -08:00
danroth27 d3f50045db Fixup links and code samples 2015-11-17 21:38:12 -08:00
Steve Smith 37bef203d1 Add Dependency Injection article 2015-11-17 18:31:12 -08:00
Mike Wasson cae7c02bb8 Add cross-project links 2015-06-11 12:33:59 -07:00
danroth27 b7613c2893 Create new MVC project 2015-06-01 15:45:30 -07:00