Visual Studio vNext: Introducing Page Inspector

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Page Inspector is a new tool that brings browser diagnostics tools into Visual Studio and provides an integrated experience between the browser, ASP.NET, and source code. Page Inspector works with web projects in Visual Studio (Web Application projects and Web Site projects) and enables you to easily decompose a website, rapidly build pages from the ground up, and quickly diagnose issues. Page Inspector bridges a gap in web development between the client (browser tools) and the server (ASP.NET and source code) by bringing together the best of both worlds using a combined set of features. Using Page Inspector, you can see what elements in the source files (including server-side code) have produced the HTML markup that is rendered to the browser. Page Inspector also let you modify CSS properties and DOM element attributes and see the changes reflected immediately in the browser. Here, Jorge Gabuardi Gonzalez and <span>Vishal Joshi, Program Managers responsibile for Page Inspectors design and implementation, tell us all about this new tool for web developers. Download through the Web Platform Installer - http://go.microsoft.com/fwlink/?LinkID=227946 http://go.microsoft.com/fwlink/?LinkID=227946 Release Notes - http://go.microsoft.com/fwlink/?LinkID=227938 http://go.microsoft.com/fwlink/?LinkID=227938 <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:7736d5950f3e40ad918d9f5a0127863c

View the full article
 
Back
Top