Click here to Skip to main content
15,884,237 members
Articles / Web Development / CSS

Basics of ASP.NET MVC 3: Part-III (Dependency Injection)

Rate me:
Please Sign up or sign in to vote.
4.83/5 (4 votes)
26 Mar 2012CPOL2 min read 50.7K   1.1K   29  
Explains basic information and steps for creating an MVC3 application with the Dependency Injection (DI) pattern.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC3Demo", "MVC3Demo\MVC3Demo.csproj", "{056295F6-96C8-4101-AB7D-0A9ABEF4C30A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVC3Demo.Test", "MVC3Demo.Test\MVC3Demo.Test.csproj", "{1AD44FE3-DCD0-4025-906D-D36ECE80EB5E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{20130253-B154-4D95-9BCA-71D3E61E3993}"
	ProjectSection(SolutionItems) = preProject
		Local.testsettings = Local.testsettings
		MVC3Demo.vsmdi = MVC3Demo.vsmdi
		TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
	EndProjectSection
EndProject
Global
	GlobalSection(TestCaseManagementSettings) = postSolution
		CategoryFile = MVC3Demo.vsmdi
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{056295F6-96C8-4101-AB7D-0A9ABEF4C30A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{056295F6-96C8-4101-AB7D-0A9ABEF4C30A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{056295F6-96C8-4101-AB7D-0A9ABEF4C30A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{056295F6-96C8-4101-AB7D-0A9ABEF4C30A}.Release|Any CPU.Build.0 = Release|Any CPU
		{1AD44FE3-DCD0-4025-906D-D36ECE80EB5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1AD44FE3-DCD0-4025-906D-D36ECE80EB5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1AD44FE3-DCD0-4025-906D-D36ECE80EB5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1AD44FE3-DCD0-4025-906D-D36ECE80EB5E}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
Artha is a Technical Lead in Windows Phone, WPF [MVVM, PRISM], ASP.NET [MVC 3.0 & 4.0], C#.NET, VB.NET and ASP.

Windows Phone

Microsoft Developer Network


Published Tools in Visual Studio Galleries


Published Source Codes in CodePlex


Microsoft Virtual Academy Profile


Published Articles in Code Project


Microsoft Certified Professional Developer (MCPD) Microsoft ASP.NET Developer 3.5 (070-564, 070-536, 070-562, 070 315)

Comments and Discussions