Click here to Skip to main content
15,881,172 members
Articles / Web Development / ASP.NET

Understanding and Implementing Repository and Unit of Work Pattern in ASP.NET MVC Application

Rate me:
Please Sign up or sign in to vote.
4.90/5 (33 votes)
12 Apr 2013CPOL6 min read 139.1K   3K   75  
In this article we will try to see what is Repository and Unit of Work Pattern in an ASP.NET MVC application.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RepoUowSample", "RepoUowSample\RepoUowSample.csproj", "{4DFAAA47-48AE-4864-9E32-F6D819F4BD21}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4DFAAA47-48AE-4864-9E32-F6D819F4BD21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4DFAAA47-48AE-4864-9E32-F6D819F4BD21}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4DFAAA47-48AE-4864-9E32-F6D819F4BD21}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4DFAAA47-48AE-4864-9E32-F6D819F4BD21}.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
Architect
India India

I Started my Programming career with C++. Later got a chance to develop Windows Form applications using C#. Currently using C#, ASP.NET & ASP.NET MVC to create Information Systems, e-commerce/e-governance Portals and Data driven websites.

My interests involves Programming, Website development and Learning/Teaching subjects related to Computer Science/Information Systems. IMO, C# is the best programming language and I love working with C# and other Microsoft Technologies.

  • Microsoft Certified Technology Specialist (MCTS): Web Applications Development with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Accessing Data with Microsoft .NET Framework 4
  • Microsoft Certified Technology Specialist (MCTS): Windows Communication Foundation Development with Microsoft .NET Framework 4

If you like my articles, please visit my website for more: www.rahulrajatsingh.com[^]

  • Microsoft MVP 2015

Comments and Discussions