Thursday, August 15, 2013

MVC Sample Working with Json.

File ->New->Project






 And go to controller Right click on it and select ADD Controller




Give the name of the controller



And go to DemoController


And write the following Code

And right click and select Add View



And run the program and see the output
Demo: Is the name of the controller


GetData: is the method name




No comments:

Post a Comment

Thank you for visiting my blog

Kubernetes

Prerequisites We assume anyone who wants to understand Kubernetes should have an understating of how the Docker works, how the Docker images...