Showing tag results for Visual Studio 2008

Aug 11, 2008
Post comments count0
Post likes count0

Web Development Updates in Visual Studio 2008 SP1

Web Development Tools Microsoft
Web Development Tools Microsoft

Visual Studio 2008 SP1 and Visual Web Developer 2008 SP1 are now available for download.  This blog post highlights the major changes in SP1 related to web development. New Web Development Features in Visual Studio 2008 SP1 The following is a list of new features in SP1 which relate to web development: Class Libraries and Web Application Proj...

ASP.NET
Jul 25, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day – Week 3

Web Development Tools Microsoft
Web Development Tools Microsoft

3 new Silverlight blogs have been completed for this week. Check them out! Thank you.Mike Snow SDET Lead  Visual Studio Web Tools

ASP.NET
Jul 17, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day – Week 2

Web Development Tools Microsoft
Web Development Tools Microsoft

6 new Silverlight tutorials are completed! Thank you.Mike Snow SDET Lead  Visual Studio Web Tools

ASP.NET
Jul 1, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day

Web Development Tools Microsoft
Web Development Tools Microsoft

Interested in learning something new about Silverlight almost every day? I will be posting “Tips of the Day” for Silverlight on my blog at http://silverlight.net/blogs/msnow/default.aspx.For example, over the past few days, I have added the following tips: If you have any suggestions or requests don’t hesitate t...

ASP.NET
Jun 18, 2008
Post comments count0
Post likes count0

Faster switch to design view in VS 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

Some customers discovered that sometimes switch to Design view was very slow. We analyzed submitted reports and tracked the issue down to a code that was discovering available AJAX Extenders and which contols they were applicable to. In order to avoid unnecessary delays we moved discovery of AJAX extenders to a background thread. This made swi...

ASP.NET
Jun 16, 2008
Post comments count0
Post likes count0

Anti-virus programs can affect VS build performance

Web Development Tools Microsoft
Web Development Tools Microsoft

We have had complaints from some customers saying that their Web Project build performance with VS is very slow and it turns out that for some of the complaints the actual issue was anti-virus programs running on their machines. So, how do anti-virus programs affect VS build? Please take a look at the following snippet from ScottGu's blog to u...

ASP.NET
Jun 11, 2008
Post comments count0
Post likes count0

Multiple control selection in Visual Studio 2008 SP1 RTM

Web Development Tools Microsoft
Web Development Tools Microsoft

We have been listening to your [strong] feedback and we are now happy to announce that multiple selection and alignment operations in Design view are coming back and will be included in VS 2008 SP1 RTM and Visual Web Developer Express 2008 SP1 RTM.We do understand that designing pages using absolute positioning of elements is a highly controversial...

ASP.NET
Jun 10, 2008
Post comments count0
Post likes count0

Support configuration specific output folders in a Silverlight project

Web Development Tools Microsoft
Web Development Tools Microsoft

In Beta1, VS Silverlight tools doesn’t allow users to maintain separate build output folder for different build configuration, and this causes once you switch from “Debug” to “Release” build configuration, under ClientBin folder the existing debug assemblies will be overwritten by the release version. Unless you switch back to “Debug” configuration...

ASP.NET
Jun 10, 2008
Post comments count0
Post likes count0

Localizing a Silverlight application

Web Development Tools Microsoft
Web Development Tools Microsoft

VS Silverlight beta2 adjusted its build functionalities to support the new Silverlight runtime localization model, which essentially is “one language, one xap”. This article provides the steps to take to build a localized app Let us say, you want to localize your app for the culture of “ja-jp”. You have created several resource files and you want ...

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

What’s new with Silverlight Tools Beta 2!

Web Development Tools Microsoft
Web Development Tools Microsoft

A number of great improvements and changes were made for Silverlight Tools Beta 2. The following list summaries some of the major changes with details on each below. 1. WCF Templates for Silverlight Enabled. WCF templates are now enabled for Silverlight. If you want to add Web Services to your Silverlight applica...

ASP.NET