Using Glimpse With ASP.NET, MVC4, and Entity Framework

Pluralsight
Course Summary
In this course I'll show you to setup Glimpse to get diagnostics information about your ASP.NET application and how to create and use your own Glimpse plugins.
-
+
Course Description
If you are using ASP.NET, especially if you are using ASP.NET MVC, you need to be using Glimpse! Glimpse is an amazing open source and free diagnostics platform for the web. Glimpse lets you see diagnostics information about what is happening on your server directly in your page through a small diagnostics window completely rendered in JavaScript. Out of the box, Glimpse can show you all kinds of information about your MVC application, like what routes are registered, what the flow was through the MVC pipeline and how the models were bound. In this course I walk you through getting Glimpse set up in your application. Then, I show you how to use the Glimpse tabs to understand what is going on in your ASP.NET application. After that, I'll take you through the very useful ASP.NET MVC tabs and show you how to diagnose a real problem in an ASP.NET MVC 4 application using glimpse. Once we learn all about Glimpse, it's time to learn about plugins. In the last two modules of the course, I first show you how to install and use some of the common Glimpse plugins, then I show you how easy it is to actually create your own Glimpse plugin. So, if you are an ASP.NET developer and you haven't heard of Glimpse, you'll definitely want to check out this course. It will be well worth your time. And if you have heard about Glimpse, but haven't felt like you have had the time to learn how to use it, this course will help you to become a Glimpse expert and learn everything you need to know to start using Glimpse in just a few hours.
-
+
Course Syllabus
Introduction To Glimpse- 17m 2s
—Introduction 0m 45s
—Who This Course Is For 1m 2s
—Course Overview 1m 5s
—What Is Glimpse? 1m 3s
—Why Glimpse Is Different 2m 14s
—Glimpse History 2m 11s
—Getting Glimpse 1m 42s
—Creating The Project 1m 53s
—Adding Glimpse 2m 32s
—Turning On Glimpse 2m 0s
—Up Next 0m 35sGlimpse ASP.NET Tabs- 36m 13s
—Introduction 0m 45s
—Tabs Overview 0m 47s
—Configuration Tab 0m 35s
—Configuration Tab Demo 3m 10s
—Environment Tab 0m 40s
—Environment Tab Demo 2m 7s
—Request Tab 0m 44s
—Request Tab Demo 1m 49s
—Routes Tab 0m 31s
—Routes Tab Demo 4m 8s
—Server Tab 0m 20s
—Server Tab Demo 0m 49s
—Session Tab 0m 20s
—Session Tab Demo 1m 38s
—Timeline Tab 0m 21s
—Timeline Tab Demo 2m 47s
—Trace Tab 0m 25s
—Trace Tab Demo 1m 52s
—Ajax Demo 3m 42s
—Basic History 1m 48s
—Multiple Browsers 1m 49s
—How Mobile Works 0m 52s
—Mobile Demo 3m 34s
—Up Next 0m 40sDebugging ASP.NET MVC 4- 29m 41sGlimpse Plugins- 29m 31sCreating A Glimpse Plugin- 32m 23s