.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Web Development Updates in Visual Studio 2008 SP1

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...

ASP.Net Tip of the Week Series

Interested in learning tips for web development? The Visual Web Development team has started a “Tips of the Week” blog series where they will share some great ideas at http://blogs.msdn.com/webdevelopertips/default.aspx. We are going to blog about VWD, ASP.NET and IIS in this series. For example, over the past 2 weeks the following...

Silverlight Tips of the Day

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 ...

Faster switch to design view in VS 2008 SP1 RTM

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 ...

Anti-virus programs can affect VS build performance

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...

Multiple control selection in Visual Studio 2008 SP1 RTM

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 ...

ADO.net Data Service reflection class creation in VS2008 SP1 Beta, a breaking change with CTP time

I added a blog "ADO.net Data Service reflection class creation in VS2008 SP1 Beta, a breaking change with CTP time" inhttp://blogs.msdn.com/xqiu/archive/2008/05/13/ado-net-data-service-reflection-class-creation-in-vs2008-sp1-beta-a-breaking-change-with-ctp-time.aspxHope it helps for data service lovers.Xin, SDET in Web Development Tools...

Support configuration specific output folders in a Silverlight project

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 “...