jeudi 10 avril 2014

c# - ASP.NET Live débogage - Stack Overflow


In a video recently posted in YouTube, Scott Hanselman is demonstrating a very useful feature where you can edit your ASP.net application in debug mode directly from the browser.


Is this feature currently available in Visual Studio? If Yes how to do it? If not is there any plugins or VS extensions that help doing that?




It is called Browser Link and you can download it from here. the feature is called Design Mode



Works like Inspect Mode but when you finally click a DOM element in the browser, that element becomes editable. Any edits are transferred into Visual Studio in real time to update the source file.



Here is a demo on how to use the plugin.


Check out this short video by Scott Hansleman, that shows this feature.



In a video recently posted in YouTube, Scott Hanselman is demonstrating a very useful feature where you can edit your ASP.net application in debug mode directly from the browser.


Is this feature currently available in Visual Studio? If Yes how to do it? If not is there any plugins or VS extensions that help doing that?



It is called Browser Link and you can download it from here. the feature is called Design Mode



Works like Inspect Mode but when you finally click a DOM element in the browser, that element becomes editable. Any edits are transferred into Visual Studio in real time to update the source file.



Here is a demo on how to use the plugin.


Check out this short video by Scott Hansleman, that shows this feature.


0 commentaires:

Enregistrer un commentaire