Error!
Success!

By tag: VisualStudio

showing:  of
0
kicks

Crashing the Visual Studio debugger using DebuggerDisplay  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Enable preview in Visual Studio 2012 after Update 1  (Unpublished)

How to re-enable preview in Visual Studio 2012 after Update 1


Kicked By:
Drop Kicked By:
0
kicks

Testing features added in Visual Studio 2012 Update1  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Web Publishing Features in Visual Studio 2012  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Visual Studio 2012 Update 1 Now Available!  (Unpublished)

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).


Kicked By:
Drop Kicked By:
0
kicks

Fix File Encoding prevents Visual Studio from adding BOM to UTF-8 file  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

ASP.NET and Visual Studio loves HTML5  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

xUnit Visual Studio Integration  (Unpublished)

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


Kicked By:
Drop Kicked By:
0
kicks

Visual studio - find a file with autocomplete  (Unpublished)

A quick tip on how to find files in Visual studio with autocomplete. A nice little


Kicked By:
Drop Kicked By:
0
kicks

TIP: “Paste XML as Classes” in Visual Studio 2012  (Unpublished)

“Paste XML as Classes” in Visual Studio 2012


Kicked By:
Drop Kicked By:
0
kicks

Dark Visual Experience in Visual Studio 2012  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Hello TypeScript – Getting Started  (Unpublished)

A first look at TypeScript and what it takes to get started with the newest language on the block from Microsoft using Visual Studio.


Kicked By:
Drop Kicked By:
0
kicks

Microsoft TypeScript : A Typed Superset of JavaScript  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Automated UI Testing with Visual Studio 2012  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

Using IntelliTrace in Visual Studio 2012  (Unpublished)

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...


Kicked By:
Drop Kicked By: