Showing results for August 2008 - .NET Blog

Aug 29, 2008
Post comments count0
Post likes count0

New on Tips and Tricks Blog!

Web Development Tools Microsoft
Web Development Tools Microsoft

Here are three new tips on Tips and Tricks  Blog. Have a great weekend!Reshmi MangaloreSDET, Web Development Tools

ASP.NET
Aug 27, 2008
Post comments count0
Post likes count0

Visual Web Developer support for out of band releases.

Web Development Tools Microsoft
Web Development Tools Microsoft

Recently we have received a few requests from customers asking whether our out of band (OOB) releases (Silverlight, Dynamic Data Wizard, Model View Controller and Web Deployment Project) are supported in Visual Web Developer (VWD) Express or not. This blog post lists all the OOB releases that we have shipped during the last year and what releases a...

ASP.NET
Aug 26, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day – Week 5

Web Development Tools Microsoft
Web Development Tools Microsoft

Silverlight Tip of the Day #32 Title: How to Declare a Custom User Control from a XAML Page. Demo:http://silverlight.services.live.com/invoke/66033/Custom%20UserControl/iframe.htmlSilverlight Terrain Tutorial Part 3 Title: Creating Smooth Tile Transitions using Opacity Masks. Demo: http://silverlight.services.live.com/invoke/66033/Terrai...

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

Dynamic Data Wizard Preview 0806 for VS 2008 SP1 RTM is now available

Web Development Tools Microsoft
Web Development Tools Microsoft

we've just released the latest Preview  of Dynamic Data Wizard on the CodePlex website that requires that Visual Studio 2008 SP1 is installed.  This release is primarily for supporting updating from the Beta to the RTM release of .NET 3.5 SP1. For more information, check out the Release Changes page on Code Plex.Direct link to the downloa...

ASP.NET
Aug 14, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day – Week 4

Web Development Tools Microsoft
Web Development Tools Microsoft

7 new Silverlight blogs have been completed. Check them out and let me know if you have any questions. Thank you.Mike Snow SDET Lead  Visual Studio Web Tools

ASP.NET
Aug 13, 2008
Post comments count0
Post likes count0

Debugging A Web Site With A Host Header

Web Development Tools Microsoft
Web Development Tools Microsoft

If you have downloaded the RTM version of SP1 for Visual Studio 2008, you may get an error when trying to debug a Web Site with a host header on IIS 6 or IIS 5.1. The error message reads: "Unable to start debugging on the web server. An authentication error occurred while communicating with the web server. Please see Help for assistance."...

ASP.NET
Aug 12, 2008
Post comments count0
Post likes count0

Feedback requested: Enumerating Concurrent Collections

Stephen Toub - MSFT
Stephen Toub - MSFT

The June 2008 CTP of Parallel Extensions contained a first look at some of the work we're doing to augment the .NET Framework with a set of additional coordination data structures that aid in the development of highly concurrent applications.  This included two thread-safe collections, ConcurrentQueue<T> and ConcurrentStack<T>, and...

.NET Parallel Programming
Aug 12, 2008
Post comments count0
Post likes count0

Most Common Performance Issues in Parallel Programs

Igor Ostrovsky - MSFT
Igor Ostrovsky - MSFT

Since the goal of Parallel Extensions is to simplify parallel programming, and the motivation behind parallel programming is performance, it is not surprising that many of the questions we receive about our CTP releases are performance-related.Developers ask why one program shows a parallel speedup but another one does not, or how to modify a progr...

.NET Parallel Programming
Aug 11, 2008
Post comments count0
Post likes count0

Multiple control selection tips/tricks/workarounds

Web Development Tools Microsoft
Web Development Tools Microsoft

In an earlier blog, we mentioned that multiple control selection was returning with VS2008 SP1. We also mentioned that it isn’t a functionally complete feature yet due to time constraints. Rather than waiting till the next release of Visual Studio, we decided to deliver the core functionality in SP1. The plan is to deliver a completed multiple sele...

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