Showing results for Visual Studio 2010 - .NET Blog

Oct 7, 2010
Post comments count0
Post likes count0

Working with different versions of AjaxControlToolkit in Visual Studio 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

  When working with different versions of AjaxControlToolkit, Visual Studio 2010 contains some interesting improvements compared to previous versions of Visual Studio. When adding a particular version of AjaxControlToolkit controls (or other similar third-party controls) to the toolbox using the Choose Toolbox Items dialog, we now show the ...

ASP.NET
Aug 9, 2010
Post comments count0
Post likes count0

An example of packaging web application containing database upgrade SQL file

Web Development Tools Microsoft
Web Development Tools Microsoft

A few months ago, we have a blog talking about extending the web publishing pipeline to package database project deployed SQL file.  In this blog, I’ll show step by step example of packaging web application with SQL Server database upgrade SQL file using Visual Studio 2010.  This way, we can generate a web package with incremental SQL scr...

ASP.NET
Jul 12, 2010
Post comments count0
Post likes count0

Request for Real-World Web Applications

Web Development Tools Microsoft
Web Development Tools Microsoft

In preparation for enhancing Visual Studio design-time experience testing, we’d like to collect a catalog of real world applications to use for performance, stress, and ad hoc testing by the Web Platform and Tools team.  We’re looking for small, medium, and large applications covering a range of architectures, languages, frameworks...

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

A practical example of using web application deployment package with IIS7

Web Development Tools Microsoft
Web Development Tools Microsoft

When a zip package is built from VS2010 web application UI (via Build Deployment Package command), or through command line (msbuild myproject.csproj /t:package), a few files are generated in the destination folder. Here’s some brief description: It’s very common to deploy our package to a IIS7 virtual application under Default Web ...

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

Concurrency Visualizer: A Case Study

Igor Ostrovsky - MSFT
Igor Ostrovsky - MSFT

Boby George and Pooja Nagpal - testers on the Parallel Computing Platform team responsible for the parallel programming support in .NET 4- built a parallel spell checker algorithm and used the Concurrency Visualizer to analyze and improve the performance and scalability of their implementation.Optimizing Parallel Applications Using Concurrency...

.NET Parallel Programming
Jun 13, 2010
Post comments count0
Post likes count0

Upcoming NYC user group presentation on Parallel Programming

Stephen Toub - MSFT
Stephen Toub - MSFT

I'm going to be in Manhattan on June 29th, and while there I'll be presenting to a joint meeting of the NYC .NET Developer's Group and the New York ALT.NET Group on parallel programming with .NET 4 and Visual Studio 2010.  Details are available here, and I'll look forward to seeing you there!Thanks!Stephen

.NET Parallel Programming
Jun 10, 2010
Post comments count0
Post likes count0

Web Custom Control Behavior and Authoring

Web Development Tools Microsoft
Web Development Tools Microsoft

  Some Best Practices and Guidance for Web Control Vendors Targeting Visual Studio The goal of this post is to provide guidance for control vendors on best practices for writing custom controls with regard to their behavior in Visual Studio. It is designed to give vendors insight into how Visual Studio behaves when performing common actions ...

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

Survey – ASP.NET development in Visual Studio 2010

Web Development Tools Microsoft
Web Development Tools Microsoft

Are you currently doing ASP.NET development in Visual Studio 2010? If so, we would love to hear your feedback!We have created an online survey that will only take a few minutes to complete. Click here to take survey All feedback will be carefully considered and thoroughly reviewed during our planning for future release such as VS 2010 SP1.The mo...

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

Parallel Computing at TechEd North America 2010

Stephen Toub - MSFT
Stephen Toub - MSFT

Are you attending TechEd in New Orleans this week?  If so, check out the multitude of parallel computing-related breakout sessions, including: The first two (DEV314 and DEV317) are being presented by Huseyin Yildiz, one of the primary developers on the Parallel Computing Platform team responsible for the Task Parallel Library.En...

.NET Parallel Programming
May 26, 2010
Post comments count0
Post likes count0

Visual Studio 2010 Web Deployment Projects RTW – Available Now

Web Development Tools Microsoft
Web Development Tools Microsoft

We are pleased to announce that the RTW version of Web Deployment Projects for Visual Studio 2010 is now available for download. If you’ve been using Web Deployment Projects in Visual Studio 2008 or 2005, you can upgrade to VS 2010 without hesitation with the availability of Visual Studio 2010 Web Deployment Projects RTW (for Visual Studio Pr...

ASP.NET