1.

What is the use .Glimpse in ASP.Net MVC?

Answer»

Glimpse is an open source tool for debugging the routes in ASP.Net MVC. It is the client side debugger. Glimpse has to be turned on by visiting to local url link -http://localhost:portname//glimpse.axdThis is a popular and useful tool for debugging which tracks the speed details, url details etc.



Discussion

No Comment Found