Showing results for ASP.NET - Visual Studio Blog

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
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
Nov 23, 2009
Post comments count0
Post likes count0

What's new for editor extenders in Beta 2?

Visual Studio Team
Visual Studio Team

Noah Richards – Developer, Visual Studio Editor Team Short Bio:  Noah has been working on the Visual Studio Editor team since he graduated college two and a half years ago.  He maintains a blog, posts sample code for editor extensions, and frequently answers editor-related questions on Twitter. Editor’s Note:  This post was origina...

ASP.NETC#Visual Studio 2010
Nov 23, 2009
Post comments count0
Post likes count0

What’s new for editor extenders in Beta 2?

Visual Studio Team
Visual Studio Team

Noah Richards – Developer, Visual Studio Editor Team Short Bio:  Noah has been working on the Visual Studio Editor team since he graduated college two and a half years ago.  He maintains a blog, posts sample code for editor extensions, and frequently answers editor-related questions on Twitter. Editor’s Note:  This post was origina...

ASP.NETC#Visual Studio 2010
Nov 22, 2009
Post comments count0
Post likes count0

Framework Multi-Targeting for VC++ Projects

Visual Studio Team
Visual Studio Team

Short Bio: Pavan Adharapurapu is a developer on the Visual Studio Project and Build team. As part of VS 2010, he has worked on numerous features of the VC++ project system such as property sheets, filters, property pages, platform and tool extensibility, etc. His long term focus is on developing a "common project system" infrastructure which could ...

ASP.NETC#
Oct 25, 2009
Post comments count0
Post likes count0

Visual Studio Sessions at PDC ‘09

Visual Studio Team
Visual Studio Team

The Professional Developers Conference (PDC) this year is in Los Angeles from November 17th to 19th. The PDC is an opportunity to mingle with architects and developers from the software industry and to listen to the leaders, heroes and legends from Microsoft and its industry partners. As well as workshops and training sessions, there are hands on l...

Debugging and DiagnosticsASP.NETWPF