Interview Questions Need To Answers

Posted by Jayakumars under ASP.NET AJAX on 4/19/2013 | Points: 10 | Views : 1708 | Status : [Member] [MVP] | Replies : 1
Interview Questions Need To Answers


1.View State where Stored?
3.Why We are using Razor ?
4.Difference between Razor-> Cshtml and aspx page and advantage this?
5.Why We are using View in Sql Compare with Stored Procedure.
6.what is purpuse using mvc?

Mark as Answer if its helpful to you

Kumaraspcode2009@gmail.com



Responses

Posted by: Snaveen on: 2/14/2014 [Member] Starter | Points: 25

Up
0
Down
1) ViewState will store in client side

5) View, is nothing but a table structure in sql database. When we prefer this means if we want to communicate with other database information in that case we don't have a permission to fetch that data, that case we just create one view in our database and perform action in our database by using that view table. You can able to perform only select operation, you can't able to perform insert, update , delete actions using view.



Jayakumars, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response