DotNetStories
In this post I will be continuing my discussion on ASP.Net MVC 4.0 mobile development.
This is the second post in a series of posts titled "What's new in ASP.Net 4.5 and VS 2012".You can have a look at the first post in this series, here.
I have downloaded .Net framework 4.5 and Visual Studio
2012 since it was released to MSDN subscribers on the
15th of August.For people that do not know about that
yet please have a look at
Jason Zander's excellent blog
post
.
In this post I will be looking into a new feature that
has been added to theVS 2012 IDE. I am talking about
Page Inspector that gives developers a very
good/handy way to identify layout issues and to find out
which part of server side code is responsible for that
HTML snippet of code.