Showing category results for Web

Jul 2, 2013
Post comments count0
Post likes count0

Visual Studio Performance – Providing Feedback

Visual Studio Team
Visual Studio Team

With VS 2013 Preview now available for download, we’re excited to share how we’ve been using the feedback and data you’ve shared with us to drive performance improvements to Visual Studio.   In this first post, we’ll walk through how we’re prioritizing and scheduling performance investments based on your feedback, and outline the best ways for you ...

Debugging and DiagnosticsC#XAML
Apr 4, 2013
Post comments count0
Post likes count0

Visual Studio 2012 Update 2 is here

Visual Studio Team
Visual Studio Team

We’re excited to announce that today, Visual Studio 2012 Update 2 (VS2012.2) is now available for download. For an overview of the five areas of investments in VS2012.2 that we made across agile planning, quality enablement, Windows Store development, line-of-business development, and the general developer experience, please visit Soma’s blog. I...

.NETASP.NETXAML
Apr 10, 2012
Post comments count0
Post likes count0

JavaScript Debugging Enhancements

Visual Studio Team
Visual Studio Team

Visual Studio 11 Beta introduces a first class JavaScript development experience and provides a rich toolset for developing Windows Metro style apps. Debugging is a crucial part of that toolset. In this post I am going to focus on just some of the new scenarios and enhancements we’ve added to JavaScript debugging experience for this release. First...

Debugging and DiagnosticsJavaJavaScript
Apr 4, 2011
Post comments count0
Post likes count0

F# Code-First Development with Entity Framework 4.1

Visual Studio Team
Visual Studio Team

By Jack Hu As the word “code-first” implies, the EF 4.1 offers a code centric data programming paradigm. From a coder’s point of view, it requires little effort to map a very clean object model to a database. This style of programming is idea for explorative, bottom-up kind fsharp programmers. Since EF 4 CTP4 release, there have already been man...

C#ASP.NETSQL
Dec 21, 2010
Post comments count0
Post likes count0

Incorrect solution build ordering when using MSBuild.exe

Visual Studio Team
Visual Studio Team

UPDATE: This issue has been fixed in Visual Studio 11/NETFX45. As always, feedback is welcome! Please leave your comments in this blog post and report any bugs on Microsoft Connect.   We've had a few reports of cases where Visual Studio, and previous versions of MSBuild, will build the projects in the solution in the correct order, but the 4...

C#
Jun 9, 2010
Post comments count0
Post likes count1

VSIX Best Practices

Visual Studio Team
Visual Studio Team

This post is about a new way to install extensions to Visual Studio, introduced in VS 2010, called the VSIX file. The information it contains will be of most interest to readers who develop Visual Studio extensions, but I encourage users who download and install those extensions to read it as well. A VSIX file conforms to the ECMA Open Packaging...

ASP.NET
Jun 1, 2010
Post comments count0
Post likes count0

Walkthrough– Publishing an Extensibility Web Control Project Template (Part 2 of 2)

Visual Studio Team
Visual Studio Team

Introduction In Walkthrough-- Publishing a Custom Web Control (Part 1 of 2) you learned to create and publish a custom web control. You created the extensibility project manually, a procedure with many steps. Now that you have an extensibility project template, you can publish it to the Visual Studio gallery. Anyone who wants to create and publish...

C#ASP.NETExtensions
May 25, 2010
Post comments count0
Post likes count0

Visual Studio Managed Multi-Targeting: Part 2: Multi-Targeting in Action

Visual Studio Team
Visual Studio Team

Now that we have gone through some key concepts in the previous part in this series, before we go any further in terms of detailed technical concepts, it would be nice to have some “mental visual model” of how multi-targeting impacts almost all project related scenarios in Visual Studio 2010 and thus benefits the users. Scott Guthrie’s excel...

C#ASP.NETVisual Studio 2010
May 25, 2010
Post comments count0
Post likes count0

Walkthrough– Publishing a Custom Web Control (Part 1 of 2)

Visual Studio Team
Visual Studio Team

The Visual Studio 2010 SDK adds several project templates to Visual Studio that let you create and share custom controls. These are called extensibility projects. In addition to compiling the control, the extensibility project prepares it for publication by incorporating it into a VSIX extension. A VSIX control extension can be shared by publishing...

C#ASP.NETExtensions
Apr 6, 2010
Post comments count0
Post likes count0

WPF in Visual Studio 2010 – Part 7 : Wrap up

Visual Studio Team
Visual Studio Team

This is the final part in the WPF in Visual Studio 2010 series. Reflections on the Series One of the aims of this series was to give a deeper look into collaboration the Visual Studio and WPF teams undertook during this release, specifically focusing on the “Lessons learned.” As such, I tended to focus on the issues we encountered and the solutio...

ASP.NETWPF