Showing archive results for October 2008

Oct 10, 2008
Post comments count0
Post likes count0

Parallel Programming and the .NET Framework 4.0

Stephen Toub - MSFT

Last week, the VP of the Developer Division at Microsoft announced the next version of Visual Studio and the .NET Framework: Visual Studio 2010 and the .NET Framework 4.0.  In line with that, the folks at Channel 9 have been posting videos left and right about a bunch of the new Visual Studio features, and there should be a plethora of interes...

.NET Parallel Programming
Oct 8, 2008
Post comments count0
Post likes count0

Silverlight Tips of the Day – Week 8

Web Development Tools Microsoft

Silverlight Tip of the Day #57Title: How to Dynamically Load a Silverlight Control within another Silverlight ControlSilverlight Tip of the Day #56Title: Accessing the HTML DOM from Silverlight.Silverlight Tip of the Day #55Title: How to Apply Styles in Silverlight – Part ISilverlight Tip of the Day #54Title: How to Develop with Silverlight T...

ASP.NET
Oct 4, 2008
Post comments count0
Post likes count0

Exclude Files and Folders from WDP Output

Web Development Tools Microsoft

Web  Deployment Projects (WDP) allows you to pre-compile your web into binaries and further also allows you to merge the assemblies produced in the format that you like. In my earlier posts I had talked about various WDP features and the latest release of WDP for VS 2008.  You can read more about this here By default in the WDP output yo...

ASP.NET
Oct 3, 2008
Post comments count0
Post likes count0

Troubleshooting “Visual Studio 2008 Design view hangs” issues

Web Development Tools Microsoft

Over the last few months we've collected information on various issues related to design view not working in Visual Studio 2008 or Visual Web Developer Express 2008. Here is list of known issues and possible solutions:Microsoft Visual Studio Web Authoring Component fails to install.1. Pre-release Office 2007 components are installed. Most often it ...

ASP.NET
Oct 2, 2008
Post comments count0
Post likes count0

Parallelism in October 2008 MSDN Magazine

Stephen Toub - MSFT

The October 2008 issue of MSDN Magazine just went online yesterday, and it's chock full of content on parallelism.  Definitely worth a cover to cover read!

.NET Parallel Programming