InterviewSolution
Saved Bookmarks
| 1. |
What is a glimpse in ASP.NET MVC? |
|
Answer» Glimpse is a WEB debugging and diagnostics TOOL that can be used with your ASP.NET or ASP.NET MVC applications for finding the information related to performance, debugging, and diagnostic. It helps you to obtain information regarding model BINDING, timelines, environment, routes, ETC. It is possible to integrate Glimpse with insights into an application. An intuitive user interface will be provided by Glimpse for examining the performance data of an application. Glimpse adds a widget to the web pages for VIEWING the performance-related data as you browse through the application web pages. |
|