By tag: VisualStudio
0
kicks
Crashing the Visual Studio debugger using DebuggerDisplay
An introduction to the goodness of the DebuggerDisplay attribute, with a couple of useful examples along with an example of it may crash the debugger.
0
kicks
Enable preview in Visual Studio 2012 after Update 1
How to re-enable preview in Visual Studio 2012 after Update 1
0
kicks
Testing features added in Visual Studio 2012 Update1
This post explains the enhanced testing features that were introduced with Visual Studio 2012 update 1. Visual Studio 2012 now supports code coverage analysis during the manual testing. This functionality can be enabled by configuring test settings in Microsoft Test manager. This feature is currentl...
0
kicks
Web Publishing Features in Visual Studio 2012
There is no formal build and publishing process for Websites in Visual Studio 2010, it is really a set of files and folders. If you use the web site templates while creating a project in Visual Studio 2010 then publishing experience is vastly different from what available on web application projects...
0
kicks
Visual Studio 2012 Update 1 Now Available!
I’m excited to announce that the first such update, Visual Studio 2012 Update 1, is now available. You can install it today from the download page (see "Visual Studio 2012 Update 1" under the "Additional software" section).
0
kicks
Fix File Encoding prevents Visual Studio from adding BOM to UTF-8 file
Fix File Encoding extension automatically detects when a UTF-8 file is opened in Visual Studio 2010/2012 and sets its encoding to UTF-8 without signature.
0
kicks
ASP.NET and Visual Studio loves HTML5
ASP.NET and HTML5 works together and in fact ASP.NET & Visual Studio loves HTML5. You can do everything in HTML5 using ASP.NET server language. This post explains some examples how asp.net works with HTML5.
0
kicks
xUnit Visual Studio Integration
Good news, everyone! It is actually very easy to get xUnit completely integrated with Visual Studio. You only need to install two plugins: 1) xUnit Test Runner Extension, and 2) xUnit Contrib Plugin
0
kicks
Visual studio - find a file with autocomplete
A quick tip on how to find files in Visual studio with autocomplete. A nice little
0
kicks
TIP: “Paste XML as Classes” in Visual Studio 2012
“Paste XML as Classes” in Visual Studio 2012
0
kicks
Dark Visual Experience in Visual Studio 2012
I have written whole series related to Visual Studio 2012 features and this post will also be part of same series.You can get all my post related to visual studio from the following link.
Visual Studio 2012 feature series
Before some days I was searching something and found a great way to chan...
0
kicks
Hello TypeScript – Getting Started
A first look at TypeScript and what it takes to get started with the newest language on the block from Microsoft using Visual Studio.
0
kicks
Microsoft TypeScript : A Typed Superset of JavaScript
TypeScript is Microsoft's solution for writing scalable JavaScript programs with the help of Static Types, Interfaces, Modules and Classes along with greater tooling support. TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
0
kicks
Automated UI Testing with Visual Studio 2012
This post discusses about creating a fully automated UI test cases for your application using Visual Studio 2012. You can convert your existing manual tests into fully automated user-interface tests. Without manual intervention you can quickly alert the developers about possible faults in the applic...
0
kicks
Using IntelliTrace in Visual Studio 2012
IntelliTrace can be used to collect and analyze the data in production. IntelliTrace speeds debugging by showing history of what happened in your application while you run. This reduces how often you restart the application when you want look at past events. IntelliTrace automatically collects infor...