What is the main function of razor in asp.net? : asp.net mvc
Answer Posted / abdul yesdani
Razor is asp.net programing syntax to create dynamic web pages, it lets you allow to write C# / VB programing language in a web page(*.cshtml / *.vbhtml).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List down the sequence of methods called during the page load.
Define secured sockets layer.
How you can return View from ASP.NET Web API method?
How tooltip is set through code-behind in ASP.NET?
Can you explain architecture of your project ?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is asp.net introduction?
What is inproc and outproc?
What are the disadvantages of using session?
What is the parent class of all the web server control?
Name the two properties are on every validation control?
Define view state.
What should you do is you want to remove an existing component but would like to make some funtionalities?
Why SessionID changes in every request in asp.net?