Showing tag results for visual studio

Jun 27, 2013
Post comments count0
Post likes count0

HTML Editing Features in Visual Studio 2013 Preview

VKichline
VKichline

The Preview Release of Visual Studio 2013 contains a surprising addition: a brand new HTML editor! In fact, VS 2013 contains two HTML editors. The story’s a little complicated, so this article will do its best to simplify the matter. Visual Studio 2012 included a brand new CSS editor, implemented entirely in managed code and highly extensibl...

ASP.NET
Jun 26, 2013
Post comments count0
Post likes count0

Announcing the .NET Framework 4.5.1 Preview

.NET Team
.NET Team

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the latest version of the NET Framework. Update: The .NET Framework 4.5.1 RTM has been released and is available for download. The content below is still a great descripti...

.NET
Apr 4, 2013
Post comments count0
Post likes count1

.NET memory allocation profiling and Tasks

Stephen Toub - MSFT
Stephen Toub - MSFT

The .NET Framework blog published this morning a guest post from yours truly on .NET Memory Allocation Profiling with Visual Studio 2012.  As you're trying to improve the performance, throughput, and memory usage of code that uses Tasks, the described profiler in Visual Studio can be a valuable tool in your tool belt (of course, the example I ...

.NET Parallel Programming
Apr 4, 2013
Post comments count0
Post likes count0

.NET Memory Allocation Profiling with Visual Studio 2012

.NET Team
.NET Team

This post was written by Stephen Toub, a frequent contributor to the Parallel Programming in .NET blog. He shows us how Visual Studio 2012 and an attention to detail can help you discover unnecessary allocations in your app that can prevent it from achieving higher performance. Visual Studio 2012 has a wealth of valuable functionality, so muc...

.NET
Oct 4, 2012
Post comments count0
Post likes count0

Spell Checker extension for Visual Studio 2012 HTML, ASP.NET, CSS and other files

Mikhail Arkhipov
Mikhail Arkhipov

I have updated spell checker extension for Visual Studio 2012. You can download it from Visual Studio Gallery. Spell checker supports text verification in: Spell checking is supported in style and script blocks as well as in JS, CS, VB, CSS, CPP and H files. Spell checker is able to detects lang attribute specified on HTML el...

ASP.NET
Aug 22, 2012
Post comments count0
Post likes count0

Web Deploy (MSDeploy) how to sync a folder

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

Today I saw the following question on StackOverflow MSDeploy - Deploying Contents of a Folder to a Remote IIS Server and decided to write this post to answer the question. Web Deploy (aka MSDeploy) uses a provider model and there are a good number of providers available out of the box. To give you an example of some of the providers; when syncing ...

ASP.NET
Apr 6, 2012
Post comments count0
Post likes count0

April 2012 Update for Visual Studio 11 Beta

Web Development Tools Microsoft
Web Development Tools Microsoft

April 2012 Update for Visual Studio 11 Beta is available.    For Visual Studio 11 Beta Ultimate, You can install it through Tools->Extension Manager:   For Visual Studio 11 Express Beta for Web, you can download it directly and install: April 2012 Update for Microsoft Visual Studio 11 Beta.  Due to a known issue, i...

ASP.NET
Mar 1, 2012
Post comments count0
Post likes count0

New time saving features for Web projects in Visual Studio 11 Beta

Web Development Tools Microsoft
Web Development Tools Microsoft

In planning for the next release of Visual Studio, streamlining the development process was a high priority.  In this vein we are proud to announce two new features in Visual Studio 11 Beta that simplify and improve the development experience: setting the default browser from the toolbar, and quickly adding new items to your project from the c...

ASP.NET
Sep 14, 2011
Post comments count0
Post likes count0

New Features for Web Development in Visual Studio 11 Developer Preview

Web Development Tools Microsoft
Web Development Tools Microsoft

The public release of Visual Studio 11 Developer Preview is now available and can be downloaded. Please visit Jason Zander's Blog for the download links and overview of the new features.We have many great features in the preview. We'll discuss some of them in the future blogs. Scott Guthrie has a blog "ASP.NET vNext Series' which links to the detai...

ASP.NET
May 3, 2010
Post comments count0
Post likes count0

Visual Studio 2010 support with SQL Server

Web Development Tools Microsoft
Web Development Tools Microsoft

We’ve been getting a few questions by our users about Visual Studio 2010’s support for SQL Server versions.  So I thought it would be good to address them here (when one person asks a question, there are probably others thinking the same question.) Visual Studio 2010 only supports SQL Server 2005+ Visual Studio 2010’s design time data tooling ...

ASP.NET