Click here to Skip to main content
15,885,032 members
Articles / Programming Languages / Javascript

Client-side Model Binding using ASP.NET MVC, jQuery and Knockout.js

Rate me:
Please Sign up or sign in to vote.
4.87/5 (10 votes)
23 Dec 2010CPOL10 min read 115K   2.2K   50  
Demonstrates using Knockout.js and jQuery templates to manage JavaScript model binding

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Knockout", "Knockout\Knockout.csproj", "{CDC982FE-ED7B-4ECA-A831-365065D387F2}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{CDC982FE-ED7B-4ECA-A831-365065D387F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{CDC982FE-ED7B-4ECA-A831-365065D387F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{CDC982FE-ED7B-4ECA-A831-365065D387F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{CDC982FE-ED7B-4ECA-A831-365065D387F2}.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 (Senior) AJ Systems
United Kingdom United Kingdom
I am currently a developer at a management consultancy company.
In addition to all things .NET I have a keen interest in Japan and the Japanese language and hope to be able to combine these passions one day soon.

Comments and Discussions