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

jQuery Templates/View Engines in ASP.NET MVC

Rate me:
Please Sign up or sign in to vote.
4.88/5 (61 votes)
25 Apr 2012CPOL22 min read 214.5K   4.1K   179  
This article explains how client-side view engines can be used in ASP.NET MVC.
This article introduces a different concept of the view engine - a client-side view engine that renders a view in a client browser. In this concept, the model and the controller are still on the server-side. However, instead of the HTML, JSON is generated as an output from the server-side, it is accepted on the client-side, and HTML is generated using the JavaScript templating engine.

Revisions


  

Compare Revision Minor Date Status Editor
32 - publicly available Yes 18-Dec-20 0:59 Available Deeksha Shenoy
Updates in content.
31 No 18-Dec-20 0:58 Available Deeksha Shenoy
Updates in content.
30 No 25-Apr-12 23:21 Available Jovan Popovic(MSFT)
29 No 24-Apr-12 4:50 Available Smitha Nishant
28 No 24-Apr-12 4:47 Available Smitha Nishant
27 No 24-Apr-12 4:47 Available Smitha Nishant
26 No 23-Apr-12 11:28 Available Jovan Popovic(MSFT)
25 No 20-Apr-12 0:37 Available Jovan Popovic(MSFT)
24 No 19-Apr-12 5:16 Available Jovan Popovic(MSFT)
23 No 19-Apr-12 2:39 Available Jovan Popovic(MSFT)
21 No 27-Feb-12 11:48 Available Smitha Nishant
20 No 21-Oct-11 0:09 Available Smitha Nishant
19 No 6-Oct-11 22:58 Available Smitha Nishant
18 No 29-May-11 10:09 Available Smitha Nishant
17 No 1-May-11 13:59 Composing
16 No 1-May-11 13:55 Composing
15 No 30-Apr-11 9:28 Composing
14 No 30-Apr-11 9:09 Composing
13 No 30-Apr-11 9:00 Composing
12 No 30-Apr-11 7:31 Composing
11 No 30-Apr-11 5:20 Composing
10 No 30-Apr-11 5:01 Composing
9 No 29-Apr-11 23:03 Composing
8 No 29-Apr-11 22:32 Composing
7 No 29-Apr-11 22:08 Composing
6 No 29-Apr-11 11:53 Composing
5 No 29-Apr-11 11:28 Composing
4 No 29-Apr-11 10:17 Composing
3 No 29-Apr-11 10:16 Composing
2 No 28-Apr-11 10:40 Composing
1 No 28-Apr-11 10:25 Composing

License

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


Written By
Program Manager Microsoft
Serbia Serbia
Graduated from Faculty of Electrical Engineering, Department of Computer Techniques and Informatics, University of Belgrade, Serbia.
Currently working in Microsoft as Program Manager on SQL Server product.
Member of JQuery community - created few popular plugins (four popular JQuery DataTables add-ins and loadJSON template engine).
Interests: Web and databases, Software engineering process(estimation and standardization), mobile and business intelligence platforms.

Comments and Discussions