Click here to Skip to main content
15,867,885 members
Articles / Web Development / HTML

MVC Techniques with jQuery, JSON, Knockout, and C#

Rate me:
Please Sign up or sign in to vote.
4.94/5 (138 votes)
2 Jan 2012CPOL14 min read 432.5K   22.4K   415  
Developing an Order Entry application with MVC.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindWebApplication", "NorthwindWebApplication\NorthwindWebApplication.csproj", "{EE6252B0-06D7-40A1-B3CF-8672D6909817}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindApplicationServices", "NorthwindApplicationServices\NorthwindApplicationServices.csproj", "{895738DD-18CF-4603-A089-05DB61D30F43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindBusinessServices", "NorthwindBusinessServices\NorthwindBusinessServices.csproj", "{2C99A1E1-5420-45BD-9A41-D75930778E1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindDataAccessServices", "NorthwindDataAccessServices\NorthwindDataAccessServices.csproj", "{1EDA224D-FACD-4A06-AE80-60898685D3C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindDataModel", "NorthwindDataModel\NorthwindDataModel.csproj", "{B657CBE8-1FEE-45E2-B5D3-7CF2C472200C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindViewModel", "NorthwindViewModel\NorthwindViewModel.csproj", "{E7E261F2-8C99-4485-90E3-72BCF0F44890}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADODataService", "ADODataService\ADODataService.csproj", "{D732F5E0-F502-4469-94B8-14F7C6FAC791}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NorthwindWebControls", "NorthwindWebControls\NorthwindWebControls.csproj", "{90AC1CA6-2575-495D-BFCC-30F150100E3E}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{EE6252B0-06D7-40A1-B3CF-8672D6909817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{EE6252B0-06D7-40A1-B3CF-8672D6909817}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{EE6252B0-06D7-40A1-B3CF-8672D6909817}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{EE6252B0-06D7-40A1-B3CF-8672D6909817}.Release|Any CPU.Build.0 = Release|Any CPU
		{895738DD-18CF-4603-A089-05DB61D30F43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{895738DD-18CF-4603-A089-05DB61D30F43}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{895738DD-18CF-4603-A089-05DB61D30F43}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{895738DD-18CF-4603-A089-05DB61D30F43}.Release|Any CPU.Build.0 = Release|Any CPU
		{2C99A1E1-5420-45BD-9A41-D75930778E1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2C99A1E1-5420-45BD-9A41-D75930778E1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2C99A1E1-5420-45BD-9A41-D75930778E1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2C99A1E1-5420-45BD-9A41-D75930778E1A}.Release|Any CPU.Build.0 = Release|Any CPU
		{1EDA224D-FACD-4A06-AE80-60898685D3C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{1EDA224D-FACD-4A06-AE80-60898685D3C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{1EDA224D-FACD-4A06-AE80-60898685D3C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{1EDA224D-FACD-4A06-AE80-60898685D3C4}.Release|Any CPU.Build.0 = Release|Any CPU
		{B657CBE8-1FEE-45E2-B5D3-7CF2C472200C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B657CBE8-1FEE-45E2-B5D3-7CF2C472200C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B657CBE8-1FEE-45E2-B5D3-7CF2C472200C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B657CBE8-1FEE-45E2-B5D3-7CF2C472200C}.Release|Any CPU.Build.0 = Release|Any CPU
		{E7E261F2-8C99-4485-90E3-72BCF0F44890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E7E261F2-8C99-4485-90E3-72BCF0F44890}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E7E261F2-8C99-4485-90E3-72BCF0F44890}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E7E261F2-8C99-4485-90E3-72BCF0F44890}.Release|Any CPU.Build.0 = Release|Any CPU
		{D732F5E0-F502-4469-94B8-14F7C6FAC791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{D732F5E0-F502-4469-94B8-14F7C6FAC791}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{D732F5E0-F502-4469-94B8-14F7C6FAC791}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{D732F5E0-F502-4469-94B8-14F7C6FAC791}.Release|Any CPU.Build.0 = Release|Any CPU
		{90AC1CA6-2575-495D-BFCC-30F150100E3E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{90AC1CA6-2575-495D-BFCC-30F150100E3E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{90AC1CA6-2575-495D-BFCC-30F150100E3E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{90AC1CA6-2575-495D-BFCC-30F150100E3E}.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
Software Developer Joey Software Solutions
United States United States
Mark Caplin has specialized in Information Technology solutions for the past 30 years. Specializing in full life-cycle development projects for both enterprise-wide systems and Internet/Intranet based solutions.

For the past fifteen years, Mark has specialized in the Microsoft .NET framework using C# as his tool of choice. For the past four years Mark has been implementing Single Page Applications using the Angular platform.

When not coding, Mark enjoys playing tennis, listening to U2 music, watching Miami Dolphins football and watching movies in Blu-Ray technology.

In between all this, his wife of over 25 years, feeds him well with some great home cooked meals.

You can contact Mark at mark.caplin@gmail.com

...

Comments and Discussions