What is ViewStart Page in ASP.Net MVC?
Answer / Moh Sharif Khan
ViewStart is a special Razor view in ASP.Net MVC that gets executed before every view is rendered by the engine. It allows developers to apply common layouts, include shared scripts or styles, or set application-wide variables for all views.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you specify comments using razor syntax?
What are attributes
How do assemblies find each other?
what is split entity?
Which is the base class for .net Class library?
Describe the gac in the .net framework.
I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...
Explain something about model, view and controllers in asp.net mvc?
Briefly describe the roles of clr in .net framework?
Explain the .net framework.
What is GC (Garbage Collection) and how it works
Mention the core components of .net framework?